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 4095069 4095027 2022-08-20T15:18:49Z MrAlanKoh 3392840 /* MATLAB Programming Chapters */ rearranging draft versions 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/Basic MATLAB commands|Basic MATLAB commands]]<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:Prioriteringsdjävulen_(cdot).png|left|frameless|Prioriteringsdjävulen (cdot)]] ||Chapter 2: MATLAB Concepts || <br>[[MATLAB Programming/Fundamentals of MATLAB/MATLAB operator|MATLAB operator]] |- |[[File:Causa_y_efecto_paralelo_tt.jpg|left|frameless|Causa y efecto paralelo tt]] |Chapter 3:Variable Manipulations |[[/Boolean and Rational/|Numbers and Booleans]][[Image:75%.svg]] [[Strings]][[Image:75%.svg]] [[Complex Numbers]][[Image:75%.svg]][[Portable Functions]][[Image:50%.svg]] |- |[[File:Matrix.png|left|200px]] |Chapter 4: 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]] [[Sparse Matrices]] |- ||[[File:Jagged Array Representation.png|left|200px|]] ||Chapter 5: 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><br> |- ||[[File:MATLABSChartForPairedXBarAndSChart.png|left|200px]] ||Chapter 6: 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 7: 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 8: 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 9: 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 10: 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 11: 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 - Side view photos of an Asian female programmer infront of her LCD display Bugs while holding a basket of Easter Eggs.png|left|200x200px]] ||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%}} rgnxaj8odhrjt1geou4qvdfcl79dkvw 4095070 4095069 2022-08-20T15:22:55Z MrAlanKoh 3392840 /* MATLAB Programming Chapters */ format<br> 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/Basic MATLAB commands|Basic MATLAB commands]]<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]]<br> |- ||[[File:Prioriteringsdjävulen_(cdot).png|left|frameless|Prioriteringsdjävulen (cdot)]] ||Chapter 2: MATLAB Concepts || [[MATLAB Programming/Fundamentals of MATLAB/MATLAB operator|MATLAB operator]]<br> |- |[[File:Causa_y_efecto_paralelo_tt.jpg|left|frameless|Causa y efecto paralelo tt]]<br> |Chapter 3:Variable Manipulations |[[/Boolean and Rational/|Numbers and Booleans]][[Image:75%.svg]] <br> [[Strings]][[Image:75%.svg]]<br> [[Complex Numbers]][[Image:75%.svg]]<br> [[Portable Functions]][[Image:50%.svg]]<br> |- |[[File:Matrix.png|left|200px]] |Chapter 4: 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> [[Sparse Matrices]] |- ||[[File:Jagged Array Representation.png|left|200px|]] ||Chapter 5: 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> |- ||[[File:MATLABSChartForPairedXBarAndSChart.png|left|200px]] ||Chapter 6: 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 7: 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 8: 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 9: 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 10: 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 11: 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]]<br> |- ||[[File:DALL·E - Side view photos of an Asian female programmer infront of her LCD display Bugs while holding a basket of Easter Eggs.png|left|200x200px]] ||Bonus Chapters || [[MATLAB Programming/MATLAB Easter Eggs|Easter Eggs]]<br> [[MATLAB Programming/MATLAB Caveats|MATLAB Caveats]]<br> |- |} ==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%}} pddb27a1ax3iel9kgy5mz4ylzu797pf 4095075 4095070 2022-08-20T15:59:55Z MrAlanKoh 3392840 minor reformatting 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/Basic MATLAB commands|Basic MATLAB commands]]<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]]<br> |- ||[[File:Prioriteringsdjävulen_(cdot).png|left|frameless|Prioriteringsdjävulen (cdot)]] ||Chapter 2: MATLAB Concepts || [[MATLAB Programming/Fundamentals of MATLAB/MATLAB operator|MATLAB operator]]<br> |- |[[File:Causa_y_efecto_paralelo_tt.jpg|left|frameless|Causa y efecto paralelo tt]]<br> |Chapter 3:Variable Manipulations |[[/Boolean and Rational/|Numbers and Booleans]][[Image:75%.svg]] <br> [[Strings]][[Image:75%.svg]]<br> [[Complex Numbers]][[Image:75%.svg]]<br> [[Portable Functions]][[Image:50%.svg]]<br> |- |[[File:Matrix.png|left|200px]] |Chapter 4: 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> [[Sparse Matrices]] |- ||[[File:Jagged Array Representation.png|left|200px|]] ||Chapter 5: 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> |- ||[[File:MATLABSChartForPairedXBarAndSChart.png|left|200px]] ||Chapter 6: Graphical plotting . || [[MATLAB Programming/Plot|Plot]]<br> [[MATLAB Programming/Polar Plot|Polar Plot]]<br> [[/Semilog/|Semilogx or Semilogy]]<br> [[Loglog]]<br> [[MATLAB Programming/Bode Plot|Bode Plot]]<br> [[MATLAB Programming/Nichols Plot|Nichols Plot]]<br> [[MATLAB Programming/Nyquist Plot|Nyquist Plot]]<br> |- ||[[File:Software structure chart.jpg|left|200px]] ||Chapter 7: 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 8: 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>Order Differential Equations |- ||[[File:Digital rain animation small letters shine.gif|left|200px]] ||Chapter 9: 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 10: 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 11: 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]]<br> |- ||[[File:DALL·E - Side view photos of an Asian female programmer infront of her LCD display Bugs while holding a basket of Easter Eggs.png|left|200x200px]] ||Bonus Chapters || [[MATLAB Programming/MATLAB Easter Eggs|Easter Eggs]]<br> [[MATLAB Programming/MATLAB Caveats|MATLAB Caveats]]<br> |- |} ==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%}} 6bkd2p3yj3pr8nd29g5nqvfpnmko8tq 4095077 4095075 2022-08-20T16:15:25Z MrAlanKoh 3392840 added foreword 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}} ==Forewords== For this book of '''MATLAB Programming''', it is aimed to give a new MALAB users have an overview of how to use the basic and intermediate level of MATLAB and of course to keep this free for students who might be using this book for their course. To start off, MATLAB is a scripting language (Note that I didn't mentioned it is programming language) for data analysis, think of it as a super-powered programmable calculator with useful default functions that are built specifically for math applications. The name [[w:MATLAB|MATLAB]] itself is an abbreviation for "'''MAT'''rix '''LAB'''oratory". 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. 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. I believe that most of the examples are also can be run using Octave as it try to matching the programming syntax. <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/Basic MATLAB commands|Basic MATLAB commands]]<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]]<br> |- ||[[File:Prioriteringsdjävulen_(cdot).png|left|frameless|Prioriteringsdjävulen (cdot)]] ||Chapter 2: MATLAB Concepts || [[MATLAB Programming/Fundamentals of MATLAB/MATLAB operator|MATLAB operator]]<br> |- |[[File:Causa_y_efecto_paralelo_tt.jpg|left|frameless|Causa y efecto paralelo tt]]<br> |Chapter 3: Variable Manipulations |[[/Boolean and Rational/|Numbers and Booleans]][[Image:75%.svg]] <br>[[Strings]][[Image:75%.svg]]<br> [[Complex Numbers]][[Image:75%.svg]]<br> [[Portable Functions]][[Image:50%.svg]]<br> |- |[[File:Matrix.png|left|200px]] |Chapter 4: 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>[[Sparse Matrices]] |- ||[[File:Jagged Array Representation.png|left|200px|]] ||Chapter 5: 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> |- ||[[File:MATLABSChartForPairedXBarAndSChart.png|left|200px]] ||Chapter 6: Graphical plotting . || [[MATLAB Programming/Plot|Plot]]<br> [[MATLAB Programming/Polar Plot|Polar Plot]]<br> [[/Semilog/|Semilogx or Semilogy]]<br> [[Loglog]]<br> [[MATLAB Programming/Bode Plot|Bode Plot]]<br> [[MATLAB Programming/Nichols Plot|Nichols Plot]]<br> [[MATLAB Programming/Nyquist Plot|Nyquist Plot]]<br> |- ||[[File:Software structure chart.jpg|left|200px]] ||Chapter 7: 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 8: 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>Order Differential Equations |- ||[[File:Digital rain animation small letters shine.gif|left|200px]] ||Chapter 9: 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]][[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 10: GUI Programming MATLAB || [[MATLAB Programming/Graphical User Interface|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 11: 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]]<br> |- ||[[File:DALL·E - Side view photos of an Asian female programmer infront of her LCD display Bugs while holding a basket of Easter Eggs.png|left|200x200px]] ||Bonus Chapters || [[MATLAB Programming/MATLAB Easter Eggs|Easter Eggs]]<br> [[MATLAB Programming/MATLAB Caveats|MATLAB Caveats]]<br> |- |} ==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%}} tlqk0gmgzvw4sk5yh9snaztttz5t79z 4095130 4095077 2022-08-21T02:22:41Z MrAlanKoh 3392840 added links to orphaned chapters wikitext text/x-wiki {{Book search|float=left|style=image|px=1050px|buttonlabel=I'm feeling lucky|width=900px|placeholder=Search anything related to this Matlab here !}} {{MatlabNav}} {{Print version|/Print Version}} ==Forewords== For this book of '''MATLAB Programming''', it is aimed to give a new MALAB users have an overview of how to use the basic and intermediate level of MATLAB and of course to keep this free for students who might be using this book for their course. To start off, MATLAB is a scripting language (Note that I didn't mentioned it is programming language) for data analysis, think of it as a super-powered programmable calculator with useful default functions that are built specifically for math applications. The name [[w:MATLAB|MATLAB]] itself is an abbreviation for "'''MAT'''rix '''LAB'''oratory". 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. 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. I believe that most of the examples are also can be run using Octave as it try to matching the programming syntax. <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/Basic MATLAB commands|Basic MATLAB commands]]<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]]<br> |- ||[[File:Prioriteringsdjävulen_(cdot).png|left|frameless|Prioriteringsdjävulen (cdot)]] ||Chapter 2: MATLAB Concepts || [[MATLAB Programming/Fundamentals of MATLAB/MATLAB operator|MATLAB operator]] [[MATLAB Programming/Comments|Comments]][[Image:50%.svg]]<br> |- |[[File:Causa_y_efecto_paralelo_tt.jpg|left|frameless|Causa y efecto paralelo tt]]<br> |Chapter 3: Variable Manipulations |[[/Boolean and Rational/|Numbers and Booleans]][[Image:75%.svg]] <br>[[MATLAB Programming/Strings|Strings]][[Image:75%.svg]]<br> [[MATLAB Programming/Complex Numbers|Complex Numbers]][[Image:75%.svg]]<br> [[MATLAB Programming/Portable Functions|Portable Functions]][[Image:50%.svg]]<br> |- |[[File:Matrix.png|left|200px]] |Chapter 4: Vector and Matrices |[[MATLAB Programming/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>[[MATLAB Programming/Vector and Matrices/Sparse Matrices|Sparse Matrices]] |- ||[[File:Jagged Array Representation.png|left|200px|]] ||Chapter 5: 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> |- ||[[File:MATLABSChartForPairedXBarAndSChart.png|left|200px]] ||Chapter 6: Graphical plotting . || [[MATLAB Programming/Plot|Plot]]<br> [[MATLAB Programming/Polar Plot|Polar Plot]]<br> [[/Semilog/|Semilogx or Semilogy]]<br> [[Loglog]]<br> [[MATLAB Programming/Bode Plot|Bode Plot]]<br> [[MATLAB Programming/Nichols Plot|Nichols Plot]]<br> [[MATLAB Programming/Nyquist Plot|Nyquist Plot]]<br> |- ||[[File:Software structure chart.jpg|left|200px]] ||Chapter 7: 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> [[MATLAB Programming/Inserting Newlines into Plot Labels|Inserting Newlines into Plot Labels]]<br> |- ||[[File:WOA09 1000m AOU AYool.png|left|200px]] ||Chapter 8: 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>Order Differential Equations |- ||[[File:Digital rain animation small letters shine.gif|left|200px]] ||Chapter 9: M-Files coding. || [[MATLAB Programming/Scripts|Scripts]][[Image:25%.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> [[MATLAB Programming/Loops and Branches|Loops and Branches]][[Image:25%.svg]]<br> [[MATLAB Programming/Error Messages|Error Messages]][[Image:75%.svg]][[File:00%.svg]]<br> [[MATLAB Programming/Inserting Newlines into Disp Warn and Error|Inserting Newlines into Disp Warn and Error]]<br> [[MATLAB Programming/Debugging M Files|Debugging M Files]][[Image:50%.svg]]<br> |- ||[[File:Supergui.jpg|left|200px]] ||Chapter 10: GUI Programming MATLAB || [[MATLAB Programming/Graphical User Interface|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 11: Alternatives to MATLAB. || [[MATLAB Programming/Alternatives to MATLAB|Alternatives to MATLAB]]<br> [[Julia for MATLAB Users]]<br>[[MATLAB Programming/An alternative to MATLAB: Octave|An alternative to MATLAB: Octave]] [[MATLAB Programming/Differences between Octave and MATLAB|Differences between Octave and MATLAB]] [[Mathematica]] |- ||[[File:DALL·E - Side view photos of an Asian female programmer infront of her LCD display Bugs while holding a basket of Easter Eggs.png|left|200x200px]] ||Bonus Chapters || [[MATLAB Programming/MATLAB Easter Eggs|Easter Eggs]]<br> [[MATLAB Programming/MATLAB Caveats|MATLAB Caveats]]<br> |- |} ==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%}} tdbxfnp9ob5jr9uvgt8uavjjwdxfyw2 4095131 4095130 2022-08-21T02:26:15Z MrAlanKoh 3392840 wikitext text/x-wiki {{Book search|float=left|style=image|px=1050px|buttonlabel=Exact match|width=900px|placeholder=Search anything related to this Matlab here !}} {{MatlabNav}} {{Print version|/Print Version}} ==Forewords== For this book of '''MATLAB Programming''', it is aimed to give a new MALAB users have an overview of how to use the basic and intermediate level of MATLAB and of course to keep this free for students who might be using this book for their course. To start off, MATLAB is a scripting language (Note that I didn't mentioned it is programming language) for data analysis, think of it as a super-powered programmable calculator with useful default functions that are built specifically for math applications. The name [[w:MATLAB|MATLAB]] itself is an abbreviation for "'''MAT'''rix '''LAB'''oratory". 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. 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. I believe that most of the examples are also can be run using Octave as it try to matching the programming syntax. <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/Basic MATLAB commands|Basic MATLAB commands]]<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]]<br> |- ||[[File:Prioriteringsdjävulen_(cdot).png|left|frameless|Prioriteringsdjävulen (cdot)]] ||Chapter 2: MATLAB Concepts || [[MATLAB Programming/Fundamentals of MATLAB/MATLAB operator|MATLAB operator]] [[MATLAB Programming/Comments|Comments]][[Image:50%.svg]]<br> |- |[[File:Causa_y_efecto_paralelo_tt.jpg|left|frameless|Causa y efecto paralelo tt]]<br> |Chapter 3: Variable Manipulations |[[/Boolean and Rational/|Numbers and Booleans]][[Image:75%.svg]] <br>[[MATLAB Programming/Strings|Strings]][[Image:75%.svg]]<br> [[MATLAB Programming/Complex Numbers|Complex Numbers]][[Image:75%.svg]]<br> [[MATLAB Programming/Portable Functions|Portable Functions]][[Image:50%.svg]]<br> |- |[[File:Matrix.png|left|200px]] |Chapter 4: Vector and Matrices |[[MATLAB Programming/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>[[MATLAB Programming/Vector and Matrices/Sparse Matrices|Sparse Matrices]] |- ||[[File:Jagged Array Representation.png|left|200px|]] ||Chapter 5: 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> |- ||[[File:MATLABSChartForPairedXBarAndSChart.png|left|200px]] ||Chapter 6: Graphical plotting . || [[MATLAB Programming/Plot|Plot]]<br> [[MATLAB Programming/Polar Plot|Polar Plot]]<br> [[/Semilog/|Semilogx or Semilogy]]<br> [[Loglog]]<br> [[MATLAB Programming/Bode Plot|Bode Plot]]<br> [[MATLAB Programming/Nichols Plot|Nichols Plot]]<br> [[MATLAB Programming/Nyquist Plot|Nyquist Plot]]<br> |- ||[[File:Software structure chart.jpg|left|200px]] ||Chapter 7: 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> [[MATLAB Programming/Inserting Newlines into Plot Labels|Inserting Newlines into Plot Labels]]<br> |- ||[[File:WOA09 1000m AOU AYool.png|left|200px]] ||Chapter 8: 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>Order Differential Equations |- ||[[File:Digital rain animation small letters shine.gif|left|200px]] ||Chapter 9: M-Files coding. || [[MATLAB Programming/Scripts|Scripts]][[Image:25%.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> [[MATLAB Programming/Loops and Branches|Loops and Branches]][[Image:25%.svg]]<br> [[MATLAB Programming/Error Messages|Error Messages]][[Image:75%.svg]][[File:00%.svg]]<br> [[MATLAB Programming/Inserting Newlines into Disp Warn and Error|Inserting Newlines into Disp Warn and Error]]<br> [[MATLAB Programming/Debugging M Files|Debugging M Files]][[Image:50%.svg]]<br> |- ||[[File:Supergui.jpg|left|200px]] ||Chapter 10: GUI Programming MATLAB || [[MATLAB Programming/Graphical User Interface|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 11: Alternatives to MATLAB. || [[MATLAB Programming/Alternatives to MATLAB|Alternatives to MATLAB]]<br> [[Julia for MATLAB Users]]<br>[[MATLAB Programming/An alternative to MATLAB: Octave|An alternative to MATLAB: Octave]] [[MATLAB Programming/Differences between Octave and MATLAB|Differences between Octave and MATLAB]] [[Mathematica]] |- ||[[File:DALL·E - Side view photos of an Asian female programmer infront of her LCD display Bugs while holding a basket of Easter Eggs.png|left|200x200px]] ||Bonus Chapters || [[MATLAB Programming/MATLAB Easter Eggs|Easter Eggs]]<br> [[MATLAB Programming/MATLAB Caveats|MATLAB Caveats]]<br> |- |} ==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%}} bdts4929x3192nkgb3a464p9igp6wvi 4095133 4095131 2022-08-21T02:26:58Z MrAlanKoh 3392840 wikitext text/x-wiki {{Book search|float=left|style=image|px=1250px|buttonlabel=Exact match|width=900px|placeholder=Search anything related to this Matlab here !}} {{MatlabNav}} {{Print version|/Print Version}} ==Forewords== For this book of '''MATLAB Programming''', it is aimed to give a new MALAB users have an overview of how to use the basic and intermediate level of MATLAB and of course to keep this free for students who might be using this book for their course. To start off, MATLAB is a scripting language (Note that I didn't mentioned it is programming language) for data analysis, think of it as a super-powered programmable calculator with useful default functions that are built specifically for math applications. The name [[w:MATLAB|MATLAB]] itself is an abbreviation for "'''MAT'''rix '''LAB'''oratory". 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. 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. I believe that most of the examples are also can be run using Octave as it try to matching the programming syntax. <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/Basic MATLAB commands|Basic MATLAB commands]]<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]]<br> |- ||[[File:Prioriteringsdjävulen_(cdot).png|left|frameless|Prioriteringsdjävulen (cdot)]] ||Chapter 2: MATLAB Concepts || [[MATLAB Programming/Fundamentals of MATLAB/MATLAB operator|MATLAB operator]] [[MATLAB Programming/Comments|Comments]][[Image:50%.svg]]<br> |- |[[File:Causa_y_efecto_paralelo_tt.jpg|left|frameless|Causa y efecto paralelo tt]]<br> |Chapter 3: Variable Manipulations |[[/Boolean and Rational/|Numbers and Booleans]][[Image:75%.svg]] <br>[[MATLAB Programming/Strings|Strings]][[Image:75%.svg]]<br> [[MATLAB Programming/Complex Numbers|Complex Numbers]][[Image:75%.svg]]<br> [[MATLAB Programming/Portable Functions|Portable Functions]][[Image:50%.svg]]<br> |- |[[File:Matrix.png|left|200px]] |Chapter 4: Vector and Matrices |[[MATLAB Programming/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>[[MATLAB Programming/Vector and Matrices/Sparse Matrices|Sparse Matrices]] |- ||[[File:Jagged Array Representation.png|left|200px|]] ||Chapter 5: 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> |- ||[[File:MATLABSChartForPairedXBarAndSChart.png|left|200px]] ||Chapter 6: Graphical plotting . || [[MATLAB Programming/Plot|Plot]]<br> [[MATLAB Programming/Polar Plot|Polar Plot]]<br> [[/Semilog/|Semilogx or Semilogy]]<br> [[Loglog]]<br> [[MATLAB Programming/Bode Plot|Bode Plot]]<br> [[MATLAB Programming/Nichols Plot|Nichols Plot]]<br> [[MATLAB Programming/Nyquist Plot|Nyquist Plot]]<br> |- ||[[File:Software structure chart.jpg|left|200px]] ||Chapter 7: 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> [[MATLAB Programming/Inserting Newlines into Plot Labels|Inserting Newlines into Plot Labels]]<br> |- ||[[File:WOA09 1000m AOU AYool.png|left|200px]] ||Chapter 8: 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>Order Differential Equations |- ||[[File:Digital rain animation small letters shine.gif|left|200px]] ||Chapter 9: M-Files coding. || [[MATLAB Programming/Scripts|Scripts]][[Image:25%.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> [[MATLAB Programming/Loops and Branches|Loops and Branches]][[Image:25%.svg]]<br> [[MATLAB Programming/Error Messages|Error Messages]][[Image:75%.svg]][[File:00%.svg]]<br> [[MATLAB Programming/Inserting Newlines into Disp Warn and Error|Inserting Newlines into Disp Warn and Error]]<br> [[MATLAB Programming/Debugging M Files|Debugging M Files]][[Image:50%.svg]]<br> |- ||[[File:Supergui.jpg|left|200px]] ||Chapter 10: GUI Programming MATLAB || [[MATLAB Programming/Graphical User Interface|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 11: Alternatives to MATLAB. || [[MATLAB Programming/Alternatives to MATLAB|Alternatives to MATLAB]]<br> [[Julia for MATLAB Users]]<br>[[MATLAB Programming/An alternative to MATLAB: Octave|An alternative to MATLAB: Octave]] [[MATLAB Programming/Differences between Octave and MATLAB|Differences between Octave and MATLAB]] [[Mathematica]] |- ||[[File:DALL·E - Side view photos of an Asian female programmer infront of her LCD display Bugs while holding a basket of Easter Eggs.png|left|200x200px]] ||Bonus Chapters || [[MATLAB Programming/MATLAB Easter Eggs|Easter Eggs]]<br> [[MATLAB Programming/MATLAB Caveats|MATLAB Caveats]]<br> |- |} ==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%}} eblcd7vtomavgsy59wef4nkzaii1lif 4095137 4095133 2022-08-21T02:50:38Z MrAlanKoh 3392840 Change from GNU OCtave to common Mathematics icons (Not to promote to one brand or another) and minor formatting wikitext text/x-wiki {{Book search|float=left|style=image|px=1250px|buttonlabel=Exact match|width=900px|placeholder=Search anything related to this Matlab here !}} {{MatlabNav}} {{Print version|/Print Version}} ==Forewords== For this book of '''MATLAB Programming''', it is aimed to give a new MALAB users have an overview of how to use the basic and intermediate level of MATLAB and of course to keep this free for students who might be using this book for their course. To start off, MATLAB is a scripting language (Note that I didn't mentioned it is programming language) for data analysis, think of it as a super-powered programmable calculator with useful default functions that are built specifically for math applications. The name [[w:MATLAB|MATLAB]] itself is an abbreviation for "'''MAT'''rix '''LAB'''oratory". 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. 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. I believe that most of the examples are also can be run using Octave as it try to matching the programming syntax. <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/Basic MATLAB commands|Basic MATLAB commands]]<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]]<br> |- ||[[File:Prioriteringsdjävulen_(cdot).png|left|frameless|Prioriteringsdjävulen (cdot)]] ||Chapter 2: MATLAB Concepts || [[MATLAB Programming/Fundamentals of MATLAB/MATLAB operator|MATLAB operator]] [[MATLAB Programming/Comments|Comments]][[Image:50%.svg]]<br> |- |[[File:Causa_y_efecto_paralelo_tt.jpg|left|frameless|Causa y efecto paralelo tt]]<br> |Chapter 3: Variable Manipulations |[[/Boolean and Rational/|Numbers and Booleans]][[Image:75%.svg]] <br> [[MATLAB Programming/Strings|Strings]][[Image:75%.svg]]<br> [[MATLAB Programming/Complex Numbers|Complex Numbers]][[Image:75%.svg]]<br> [[MATLAB Programming/Portable Functions|Portable Functions]][[Image:50%.svg]]<br> |- |[[File:Matrix.png|left|200px]] |Chapter 4: Vector and Matrices |[[MATLAB Programming/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> [[MATLAB Programming/Vector and Matrices/Sparse Matrices|Sparse Matrices]]<br> |- ||[[File:Jagged Array Representation.png|left|200px|]] ||Chapter 5: 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> |- ||[[File:MATLABSChartForPairedXBarAndSChart.png|left|200px]] ||Chapter 6: Graphical plotting . || [[MATLAB Programming/Plot|Plot]]<br> [[MATLAB Programming/Polar Plot|Polar Plot]]<br> [[MATLAB Programming/Semilog|Semilog]]<br> [[MATLAB Programming/Loglog|Loglog]]<br> [[MATLAB Programming/Bode Plot|Bode Plot]]<br> [[MATLAB Programming/Nichols Plot|Nichols Plot]]<br> [[MATLAB Programming/Nyquist Plot|Nyquist Plot]]<br> |- ||[[File:Software structure chart.jpg|left|200px]] ||Chapter 7: 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> [[MATLAB Programming/Inserting Newlines into Plot Labels|Inserting Newlines into Plot Labels]]<br> |- ||[[File:WOA09 1000m AOU AYool.png|left|200px]] ||Chapter 8: 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>Order Differential Equations |- ||[[File:Digital rain animation small letters shine.gif|left|200px]] ||Chapter 9: M-Files coding. || [[MATLAB Programming/Scripts|Scripts]][[Image:25%.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> [[MATLAB Programming/Loops and Branches|Loops and Branches]][[Image:25%.svg]]<br> [[MATLAB Programming/Error Messages|Error Messages]][[Image:75%.svg]][[File:00%.svg]]<br> [[MATLAB Programming/Inserting Newlines into Disp Warn and Error|Inserting Newlines into Disp Warn and Error]]<br> [[MATLAB Programming/Debugging M Files|Debugging M Files]][[Image:50%.svg]]<br> |- ||[[File:Supergui.jpg|left|200px]] ||Chapter 10: GUI Programming MATLAB || [[MATLAB Programming/Graphical User Interface|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:Mathematics.png|left|200px]] ||Chapter 11: Alternatives to MATLAB. || [[MATLAB Programming/Alternatives to MATLAB|Alternatives to MATLAB]]<br> [[Julia for MATLAB Users]]<br> [[MATLAB Programming/An alternative to MATLAB: Octave|An alternative to MATLAB: Octave]]<br> [[MATLAB Programming/Differences between Octave and MATLAB|Differences between Octave and MATLAB]] [[Mathematica]] |- ||[[File:DALL·E - Side view photos of an Asian female programmer infront of her LCD display Bugs while holding a basket of Easter Eggs.png|left|200x200px]] ||Bonus Chapters || [[MATLAB Programming/MATLAB Easter Eggs|Easter Eggs]]<br> [[MATLAB Programming/MATLAB Caveats|MATLAB Caveats]]<br> |- |} ==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%}} khy2blo0k5yy1607txz4rdtghfft5hs 4095159 4095137 2022-08-21T04:53:25Z MrAlanKoh 3392840 added a link wikitext text/x-wiki {{Book search|float=left|style=image|px=1250px|buttonlabel=Exact match|width=900px|placeholder=Search anything related to this Matlab here !}} {{MatlabNav}} {{Print version|/Print Version}} ==Forewords== For this book of '''MATLAB Programming''', it is aimed to give a new MALAB users have an overview of how to use the basic and intermediate level of MATLAB and of course to keep this free for students who might be using this book for their course. To start off, MATLAB is a scripting language (Note that I didn't mentioned it is programming language) for data analysis, think of it as a super-powered programmable calculator with useful default functions that are built specifically for math applications. The name [[w:MATLAB|MATLAB]] itself is an abbreviation for "'''MAT'''rix '''LAB'''oratory". 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. 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. I believe that most of the examples are also can be run using Octave as it try to matching the programming syntax. <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/Basic MATLAB commands|Basic MATLAB commands]]<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]]<br> |- ||[[File:Prioriteringsdjävulen_(cdot).png|left|frameless|Prioriteringsdjävulen (cdot)]] ||Chapter 2: MATLAB Concepts || [[MATLAB Programming/Fundamentals of MATLAB/MATLAB operator|MATLAB operator]] [[MATLAB Programming/Comments|Comments]][[Image:50%.svg]]<br> |- |[[File:Causa_y_efecto_paralelo_tt.jpg|left|frameless|Causa y efecto paralelo tt]]<br> |Chapter 3: Variable Manipulations |[[/Boolean and Rational/|Numbers and Booleans]][[Image:75%.svg]] <br> [[MATLAB Programming/Strings|Strings]][[Image:75%.svg]]<br> [[MATLAB Programming/Complex Numbers|Complex Numbers]][[Image:75%.svg]]<br> [[MATLAB Programming/Portable Functions|Portable Functions]][[Image:50%.svg]]<br> |- |[[File:Matrix.png|left|200px]] |Chapter 4: Vector and Matrices |[[MATLAB Programming/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> [[MATLAB Programming/Vector and Matrices/Sparse Matrices|Sparse Matrices]]<br> |- ||[[File:Jagged Array Representation.png|left|200px|]] ||Chapter 5: 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> |- ||[[File:MATLABSChartForPairedXBarAndSChart.png|left|200px]] ||Chapter 6: Graphical plotting . || [[MATLAB Programming/Plot|Plot]]<br> [[MATLAB Programming/Polar Plot|Polar Plot]]<br> [[MATLAB Programming/Semilog|Semilog]]<br> [[MATLAB Programming/Loglog|Loglog]]<br> [[MATLAB Programming/Bode Plot|Bode Plot]]<br> [[MATLAB Programming/Nichols Plot|Nichols Plot]]<br> [[MATLAB Programming/Nyquist Plot|Nyquist Plot]]<br> |- ||[[File:Software structure chart.jpg|left|200px]] ||Chapter 7: 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> [[MATLAB Programming/Inserting Newlines into Plot Labels|Inserting Newlines into Plot Labels]]<br> |- ||[[File:WOA09 1000m AOU AYool.png|left|200px]] ||Chapter 8: 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>[[MATLAB Programming/Order Differential Equations|Order Differential Equations]] |- ||[[File:Digital rain animation small letters shine.gif|left|200px]] ||Chapter 9: M-Files coding. || [[MATLAB Programming/Scripts|Scripts]][[Image:25%.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> [[MATLAB Programming/Loops and Branches|Loops and Branches]][[Image:25%.svg]]<br> [[MATLAB Programming/Error Messages|Error Messages]][[Image:75%.svg]][[File:00%.svg]]<br> [[MATLAB Programming/Inserting Newlines into Disp Warn and Error|Inserting Newlines into Disp Warn and Error]]<br> [[MATLAB Programming/Debugging M Files|Debugging M Files]][[Image:50%.svg]]<br> |- ||[[File:Supergui.jpg|left|200px]] ||Chapter 10: GUI Programming MATLAB || [[MATLAB Programming/Graphical User Interface|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:Mathematics.png|left|200px]] ||Chapter 11: Alternatives to MATLAB. || [[MATLAB Programming/Alternatives to MATLAB|Alternatives to MATLAB]]<br> [[Julia for MATLAB Users]]<br> [[MATLAB Programming/An alternative to MATLAB: Octave|An alternative to MATLAB: Octave]]<br> [[MATLAB Programming/Differences between Octave and MATLAB|Differences between Octave and MATLAB]] [[Mathematica]] |- ||[[File:DALL·E - Side view photos of an Asian female programmer infront of her LCD display Bugs while holding a basket of Easter Eggs.png|left|200x200px]] ||Bonus Chapters || [[MATLAB Programming/MATLAB Easter Eggs|Easter Eggs]]<br> [[MATLAB Programming/MATLAB Caveats|MATLAB Caveats]]<br> |- |} ==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%}} aoi594022o8suxj3pkmkjwodp5qf2s2 4095160 4095159 2022-08-21T04:55:03Z MrAlanKoh 3392840 <br> wikitext text/x-wiki {{Book search|float=left|style=image|px=1250px|buttonlabel=Exact match|width=900px|placeholder=Search anything related to this Matlab here !}} {{MatlabNav}} {{Print version|/Print Version}} ==Forewords== For this book of '''MATLAB Programming''', it is aimed to give a new MALAB users have an overview of how to use the basic and intermediate level of MATLAB and of course to keep this free for students who might be using this book for their course. To start off, MATLAB is a scripting language (Note that I didn't mentioned it is programming language) for data analysis, think of it as a super-powered programmable calculator with useful default functions that are built specifically for math applications. The name [[w:MATLAB|MATLAB]] itself is an abbreviation for "'''MAT'''rix '''LAB'''oratory". 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. 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. I believe that most of the examples are also can be run using Octave as it try to matching the programming syntax. <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/Basic MATLAB commands|Basic MATLAB commands]]<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]]<br> |- ||[[File:Prioriteringsdjävulen_(cdot).png|left|frameless|Prioriteringsdjävulen (cdot)]] ||Chapter 2: MATLAB Concepts || [[MATLAB Programming/Fundamentals of MATLAB/MATLAB operator|MATLAB operator]]<br> [[MATLAB Programming/Comments|Comments]][[Image:50%.svg]]<br> |- |[[File:Causa_y_efecto_paralelo_tt.jpg|left|frameless|Causa y efecto paralelo tt]]<br> |Chapter 3: Variable Manipulations |[[/Boolean and Rational/|Numbers and Booleans]][[Image:75%.svg]] <br> [[MATLAB Programming/Strings|Strings]][[Image:75%.svg]]<br> [[MATLAB Programming/Complex Numbers|Complex Numbers]][[Image:75%.svg]]<br> [[MATLAB Programming/Portable Functions|Portable Functions]][[Image:50%.svg]]<br> |- |[[File:Matrix.png|left|200px]] |Chapter 4: Vector and Matrices |[[MATLAB Programming/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> [[MATLAB Programming/Vector and Matrices/Sparse Matrices|Sparse Matrices]]<br> |- ||[[File:Jagged Array Representation.png|left|200px|]] ||Chapter 5: 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> |- ||[[File:MATLABSChartForPairedXBarAndSChart.png|left|200px]] ||Chapter 6: Graphical plotting . || [[MATLAB Programming/Plot|Plot]]<br> [[MATLAB Programming/Polar Plot|Polar Plot]]<br> [[MATLAB Programming/Semilog|Semilog]]<br> [[MATLAB Programming/Loglog|Loglog]]<br> [[MATLAB Programming/Bode Plot|Bode Plot]]<br> [[MATLAB Programming/Nichols Plot|Nichols Plot]]<br> [[MATLAB Programming/Nyquist Plot|Nyquist Plot]]<br> |- ||[[File:Software structure chart.jpg|left|200px]] ||Chapter 7: 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> [[MATLAB Programming/Inserting Newlines into Plot Labels|Inserting Newlines into Plot Labels]]<br> |- ||[[File:WOA09 1000m AOU AYool.png|left|200px]] ||Chapter 8: 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> [[MATLAB Programming/Order Differential Equations|Order Differential Equations]]<br> |- ||[[File:Digital rain animation small letters shine.gif|left|200px]] ||Chapter 9: M-Files coding. || [[MATLAB Programming/Scripts|Scripts]][[Image:25%.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> [[MATLAB Programming/Loops and Branches|Loops and Branches]][[Image:25%.svg]]<br> [[MATLAB Programming/Error Messages|Error Messages]][[Image:75%.svg]][[File:00%.svg]]<br> [[MATLAB Programming/Inserting Newlines into Disp Warn and Error|Inserting Newlines into Disp Warn and Error]]<br> [[MATLAB Programming/Debugging M Files|Debugging M Files]][[Image:50%.svg]]<br> |- ||[[File:Supergui.jpg|left|200px]] ||Chapter 10: GUI Programming MATLAB || [[MATLAB Programming/Graphical User Interface|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:Mathematics.png|left|200px]] ||Chapter 11: Alternatives to MATLAB. || [[MATLAB Programming/Alternatives to MATLAB|Alternatives to MATLAB]]<br> [[Julia for MATLAB Users]]<br> [[MATLAB Programming/An alternative to MATLAB: Octave|An alternative to MATLAB: Octave]]<br> [[MATLAB Programming/Differences between Octave and MATLAB|Differences between Octave and MATLAB]]<br> [[Mathematica]]<br> |- ||[[File:DALL·E - Side view photos of an Asian female programmer infront of her LCD display Bugs while holding a basket of Easter Eggs.png|left|200x200px]] ||Bonus Chapters || [[MATLAB Programming/MATLAB Easter Eggs|Easter Eggs]]<br> [[MATLAB Programming/MATLAB Caveats|MATLAB Caveats]]<br> |- |} ==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%}} el2rg8n25s2wra7f1bmmyoqoevhkkhh Muggles' Guide to Harry Potter/Books/Half-Blood Prince/Chapter 23 0 35740 4095120 3744999 2022-08-21T01:11:42Z 2A02:C7F:D844:1000:B1A3:5329:50AE:3D7 Delete wikitext text/x-wiki {{Muggles' Guide to Harry Potter/Book/Page|prev=Chapter 22|next=Chapter 24|tab=23|title=Horcruxes}} == Synopsis == {{spoiler}} [[Muggles' Guide to Harry Potter/Characters/Harry Potter|Harry]] returns to the castle as the [[Muggles' Guide to Harry Potter/Magic/Felix Felicis|Felix Felicis potion]] is wearing off. Memory in hand, Harry presents himself to [[Muggles' Guide to Harry Potter/Characters/Albus Dumbledore|Professor Dumbledore]], who seems amazed and pleased with Harry's success. He fetches his [[Muggles' Guide to Harry Potter/Magic/Pensieve|Pensieve]], and they enter [[Muggles' Guide to Harry Potter/Characters/Horace Slughorn|Slughorn]]'s fifty-year-old memory. [[Muggles' Guide to Harry Potter/Characters/Tom Marvolo Riddle|Tom Riddle]] asks Slughorn about [[Muggles' Guide to Harry Potter/Magic/Horcrux|Horcruxes]]. Slughorn explains it is the darkest of Dark magic that can split a soul to encase it into another object; if killed, the perpetrator never actually dies because his soul shard remains earthbound. Souls are not meant to be split, and it takes the ultimate evil, murder, to rip a soul apart. Prodded further, Slughorn reveals there is a spell, but claims not to know it. Riddle asks if, as one Horcrux can keep someone alive, would more not be better? Seven is a very powerful number. Slughorn, horrified, tries calming himself by saying this is all hypothetical. Riddle agrees, but as he departs, Harry sees the same wild joy on Riddle's face as when he learned he was a wizard. Back in his office, Dumbledore says the diary that Harry destroyed [[Muggles' Guide to Harry Potter/Books/Chamber of Secrets/Chapter 17|four years before]], was not only a Horcrux, but also a weapon, intended to possess a Hogwarts student to reopen the Chamber of Secrets. Dumbledore also theorizes that Voldemort may have divided his soul into seven pieces (Tom Riddle had claimed that seven was the "most powerfully magical number") to obtain immortality. As long as any Horcrux survives, Voldemort is unable to be killed. Dumbledore also speculates that Voldemort only used unique items to house his Horcruxes &mdash; objects with a significant history and value to Riddle. Two Horcruxes have been destroyed: Tom Riddle's diary (seen in [[Muggles' Guide to Harry Potter/Books/Chamber of Secrets|''Harry Potter and the Chamber of Secrets'']]) and a ring once belonging to [[Muggles' Guide to Harry Potter/Characters/Marvolo Gaunt|Marvolo Gaunt]], Voldemort's maternal grandfather. Dumbledore's injured hand resulted from destroying the ring, and it was only his own skill and [[Muggles' Guide to Harry Potter/Characters/Severus Snape|Professor Snape]]'s timely action that contained the damage. Of the four remaining Horcruxes, Dumbledore believes that one will be Hufflepuff's cup and the other Slytherin's locket; the third may be a Ravenclaw artifact. The only known Gryffindor artifact, the sword, remains safe in Dumbledore's office. The final Horcrux may be [[Muggles' Guide to Harry Potter/Characters/Nagini|Nagini]], Voldemort's pet snake. Placing a Horcrux in a live being is risky, however, as living creatures can be killed. Dumbledore also notes that his recent absences were due to his searching for Horcruxes, and says Harry can accompany him if he finds additional ones. Dumbledore believes Voldemort is unaware when a Horcrux is destroyed, and that he can only be killed when all his Horcruxes are destroyed by someone with uncommon skill and power, someone like Harry, who possesses the ability to love. == Analysis == While Dumbledore never explicitly says so, a reader piecing clues together can see that Dumbledore has only counted six Horcruxes: with two destroyed, four remain to be found. While this seems to counter Riddle's belief in seven being the most magical number, we should remember that Voldemort retains one soul piece within himself. It should be mentioned that a Horcrux is not "used up" when Voldemort returns from the dead; when his body is killed, his main soul remains anchored to the Earth by the Horcruxes, and that is used to re-animate him. It is easy to assume that the artifacts Voldemort chose to house his Horcruxes in are based on their economic value, and that an artifact dating back to Salazar Slytherin would be protected by its antiquity. However, Dumbledore never says anything like that. The artifacts were selected because they are valuable to Riddle. The ones we know of are the diary, valuable because it contains proof that Riddle is the heir of Slytherin, and the Gaunt ring which links him to the old Peverell family. The Slytherin locket and the Hufflepuff cup that Dumbledore mentions, are associated with the founding of Hogwarts, the first place Riddle could call home. The one within Nagini was likely placed there in haste, and the snake happened to be a convenient receptacle; but the one unknown Horcrux will be an object that is valuable to Riddle, whether or not it is valuable to anyone else. Hence Dumbledore's belief, given his guess (which turns out to be correct) that two are the Slytherin Locket and Hufflepuff Cup, that he was looking for relics of Ravenclaw and Gryffindor to make the last two of his six horcruxes (to go along with his own personal diary, and the Peverell Ring). And the knowledge that, in the case of a Gryffindor relic, Voldemort was never able to find or use such an item, but Dumbledore could not know whether any relic of Ravenclaw had been found and used in the intervening years. [[Muggles' Guide to Harry Potter/Characters/Sybill Trelawney|Trelawney]]'s [[Muggles' Guide to Harry Potter/Magic/Prophecy|prophecy]] stated that "The Chosen One" would have powers the Dark Lord lacked. That power is love, and Dumbledore realizes that it is Harry's abilities, combined with his capacity to love, that will empower him to defeat Voldemort. Unlike Harry, who is emotionally intact, and whose friends support him out of loyalty and amity, Voldemort is psychologically, spiritually, and emotionally shredded, feeling only hate, envy, and rage, and controls his followers through fear, intimidation, and coercion. And while Harry finds it difficult to fathom that something so simple as love is the more powerful force, he understands that, once again, it is also about choices: Voldemort's actions regarding Harry are based on the prophecy, but Harry would choose to fight Voldemort whether or not the prophecy had been made. That choice, and the ability to make that choice, is largely what gives Harry powers that Voldemort lacks and prevents Harry from falling victim to the Dark side. Some years earlier, Dumbledore had stressed to Harry that it is one's choices that makes a person what they truly are, just as it had with Harry's father, James, when he chose to overcome his youthful bad behavior. Dumbledore believes that Voldemort's snake, Nagini, is also a Horcrux. It has been suggested that Voldemort's final Horcrux might have been generated when Voldemort murdered [[Muggles' Guide to Harry Potter/Characters/Frank Bryce|Frank Bryce]], the [[Muggles' Guide to Harry Potter/Places/Riddle Manor|Riddle Manor]] caretaker. Voldemort's wand was also used to murder [[Muggles' Guide to Harry Potter/Characters/Bertha Jorkins|Bertha Jorkins]] in [[Muggles' Guide to Harry Potter/Books/Goblet of Fire|''Harry Potter and the Goblet of Fire'']], so it could have been her death that allowed Voldemort to create a Horcrux that he may have embedded within Nagini. It is also possible that all his Horcruxes were in place when he encountered Baby Harry; weak and disembodied, Voldemort may have been unable to create Horcruxes after that incident. This would then rule out a Horcrux being made from either Bertha Jorkins' or Frank Bryce's deaths. However, Dumbledore is correct that Nagini is much more self-aware than an ordinary snake, and that Voldemort seems to have far more control over her than expected. As Dumbledore noted, we have entered the realm of speculation: as Dumbledore knew nothing about the circumstances surrounding Frank Bryce's or Bertha Jorkins' deaths, his speculation does not quite tally with readers' understanding. Nagini was already acting most decidedly un-snake-like when Frank Bryce was killed, so the best assumption is that Voldemort's final Horcrux was actually created from the earlier Bertha Jorkins' death, and was retained in Nagini. Dumbledore is mistaken in saying that the sword is Gryffindor's only known artifact; there is also the [[Muggles' Guide to Harry Potter/Characters/Sorting Hat|Sorting Hat]], which says it once belonged to Gryffindor. The Hat is somewhat sentient, and it is questionable as to whether it is properly an artifact, or - since all four of the Founders put their intelligence into it - whether it can really be said to be Gryffindor's own any more. == Questions == {{Muggles' Guide to Harry Potter/Questions}} === Review === # Why might Voldemort have created so many Horcruxes? Was this wise? If not, explain. # What is the significance of each object Voldemort hides the Horcruxes in? # Why was Dumbledore so frequently absent from Hogwarts? === Further Study === # How would love be able to defeat Voldemort? Does Harry truly understand its significance? == Greater Picture == {{Muggles' Guide to Harry Potter/Intermediate Spoiler}} One Horcrux was previously seen in [[Muggles' Guide to Harry Potter/Places/Grimmauld Place|Grimmauld Place]]. "A heavy locket that none of them could open," matching Slytherin's locket that has been seen in the Pensieve memories a few times now, was discovered and discarded during the cleanup of Grimmauld Place. A note inside a fake locket that will be found later in a secret sea cave is signed R.A.B., which are the initials of the late [[Muggles' Guide to Harry Potter/Characters/Regulus Black|Regulus Arcturus Black]], a repentant Death Eater and Sirius's younger brother. The locket at Grimmauld Place will prove hard to find; originally [[Muggles' Guide to Harry Potter/Characters/Kreacher|Kreacher]], retrieving it from the trash, had set it aside, unable to part with any Black heirlooms. It is later stolen by [[Muggles' Guide to Harry Potter/Characters/Mundungus Fletcher|Mundungus Fletcher]], who was seen earlier busily looting Grimmauld Place. When Harry, Ron, and Hermione eventually catch up with Mundungus, he informs them that the locket was extorted from him by [[Muggles' Guide to Harry Potter/Characters/Dolores Umbridge|Dolores Umbridge]] at the Ministry of Magic. Curiously, even though Harry clearly sees Slytherin's distinctively-shaped locket during his and Dumbledore's forays into the Pensieve, Harry fails to recognize it as the same one that was found and then discarded at Grimmauld Place, nor will he fully realize that another locket that will be collected from a sea cave near the book's end is also different until he finds a note inside explaining that it is a fake Horcrux. Dumbledore also never notices the difference; however, he will be in an extremely weakened physical and mental state after recovering the locket, and did not necessarily record the small details so accurately. Dumbledore believes Voldemort is unable to feel when his Horcruxes are being destroyed, given that he was unaware the diary had been dispatched until Lucius Malfoy told him. What Dumbledore has withheld from Harry is that a second Horcrux, the ring, has also been destroyed, with no apparent response from Voldemort. It is learned later that [[Muggles' Guide to Harry Potter/Characters/Severus Snape|Snape]] is able to bring information about Voldemort to Dumbledore, and he would have reported Voldemort's reaction to the ring's destruction had Voldemort known about it. While Harry learns that the ring Horcrux has been destroyed, he must remain unaware of just what Snape's true role is for a while longer. If Riddle was truthful when he spoke to Slughorn, it indicates that he found nothing about Horcruxes in the library and that the book, ''Secrets of the Darkest Art'' (which we learn in [[Muggles' Guide to Harry Potter/Books/Deathly Hallows/Chapter 6|''Harry Potter and the Deathly Hallows'']] is an authoritative source on the making and destruction of Horcruxes) had already been hidden away. Even then, though, Tom Riddle and the truth had, at best, no more than a nodding acquaintance. So it is entirely possible that Riddle had a greater understanding about how to create Horcruxes than he let on and could have created one. The author has stated that the ring Horcrux was made via the death of Tom Riddle Sr., which happened at the same time as Tom collected the ring from [[Muggles' Guide to Harry Potter/Characters/Morfin Gaunt|Morfin Gaunt]]; thus, if the ring was on Tom's finger in the memory, it must already have been a Horcrux. One of Dumbledore's infrequent mistakes is seen here: Dumbledore stated that once the ring was made into a Horcrux, Tom no longer wanted to wear it. He is wearing it in this memory, and it is presumably already a Horcrux. Possibly, a better statement would have been, "Once he had made a second Horcrux, he felt a need to keep them all safe and separate from himself." Thus the ring Horcrux would have been hidden once he had made the diary Horcrux. It is certain that Riddle would have waited to hide the ring Horcrux in the Gaunt shack until Morfin and [[Muggles' Guide to Harry Potter/Characters/Marvolo Gaunt|Marvolo]] were no longer there. He had learned from Morfin that Marvolo had died. Having framed Morfin for Tom Riddle Sr.'s murder, Riddle would have known that Morfin was in Azkaban, but there is always the possibility, slim though it may be, that he would escape or be released. Presumably it was only after hearing about Morfin's death in prison that Riddle thought it safe to return to the Gaunt shack and hide the ring there. Having taken great pains to conceal his original name, and especially his middle name, Voldemort thought it would be impossible to make the connection back to the Gaunt shack. azwcdozex7lbcwbx2ii3ecnwl95xzuo 4095142 4095120 2022-08-21T03:10:03Z Xania 40302 [[WB:REVERT|Reverted]] edits by [[Special:Contributions/2A02:C7F:D844:1000:B1A3:5329:50AE:3D7|2A02:C7F:D844:1000:B1A3:5329:50AE:3D7]] ([[User talk:2A02:C7F:D844:1000:B1A3:5329:50AE:3D7|talk]]) to last version by Pi zero wikitext text/x-wiki {{Muggles' Guide to Harry Potter/Book/Page|prev=Chapter 22|next=Chapter 24|tab=23|title=Horcruxes}} == Synopsis == {{spoiler}} [[Muggles' Guide to Harry Potter/Characters/Harry Potter|Harry]] returns to the castle as the [[Muggles' Guide to Harry Potter/Magic/Felix Felicis|Felix Felicis potion]] is wearing off. Memory in hand, Harry presents himself to [[Muggles' Guide to Harry Potter/Characters/Albus Dumbledore|Professor Dumbledore]], who seems amazed and pleased with Harry's success. He fetches his [[Muggles' Guide to Harry Potter/Magic/Pensieve|Pensieve]], and they enter [[Muggles' Guide to Harry Potter/Characters/Horace Slughorn|Slughorn]]'s fifty-year-old memory. [[Muggles' Guide to Harry Potter/Characters/Tom Marvolo Riddle|Tom Riddle]] asks Slughorn about [[Muggles' Guide to Harry Potter/Magic/Horcrux|Horcruxes]]. Slughorn explains it is the darkest of Dark magic that can split a soul to encase it into another object; if killed, the perpetrator never actually dies because his soul shard remains earthbound. Souls are not meant to be split, and it takes the ultimate evil, murder, to rip a soul apart. Prodded further, Slughorn reveals there is a spell, but claims not to know it. Riddle asks if, as one Horcrux can keep someone alive, would more not be better? Seven is a very powerful number. Slughorn, horrified, tries calming himself by saying this is all hypothetical. Riddle agrees, but as he departs, Harry sees the same wild joy on Riddle's face as when he learned he was a wizard. Back in his office, Dumbledore says the diary that Harry destroyed [[Muggles' Guide to Harry Potter/Books/Chamber of Secrets/Chapter 17|four years before]], was not only a Horcrux, but also a weapon, intended to possess a Hogwarts student to reopen the Chamber of Secrets. Dumbledore also theorizes that Voldemort may have divided his soul into seven pieces (Tom Riddle had claimed that seven was the "most powerfully magical number") to obtain immortality. As long as any Horcrux survives, Voldemort is unable to be killed. Dumbledore also speculates that Voldemort only used unique items to house his Horcruxes &mdash; objects with a significant history and value to Riddle. Two Horcruxes have been destroyed: Tom Riddle's diary (seen in [[Muggles' Guide to Harry Potter/Books/Chamber of Secrets|''Harry Potter and the Chamber of Secrets'']]) and a ring once belonging to [[Muggles' Guide to Harry Potter/Characters/Marvolo Gaunt|Marvolo Gaunt]], Voldemort's maternal grandfather. Dumbledore's injured hand resulted from destroying the ring, and it was only his own skill and [[Muggles' Guide to Harry Potter/Characters/Severus Snape|Professor Snape]]'s timely action that contained the damage. Of the four remaining Horcruxes, Dumbledore believes that one will be Hufflepuff's cup and the other Slytherin's locket; the third may be a Ravenclaw artifact. The only known Gryffindor artifact, the sword, remains safe in Dumbledore's office. The final Horcrux may be [[Muggles' Guide to Harry Potter/Characters/Nagini|Nagini]], Voldemort's pet snake. Placing a Horcrux in a live being is risky, however, as living creatures can be killed. Dumbledore also notes that his recent absences were due to his searching for Horcruxes, and says Harry can accompany him if he finds additional ones. Dumbledore believes Voldemort is unaware when a Horcrux is destroyed, and that he can only be killed when all his Horcruxes are destroyed by someone with uncommon skill and power, someone like Harry, who possesses the ability to love. == Analysis == While Dumbledore never explicitly says so, a reader piecing clues together can see that Dumbledore has only counted six Horcruxes: with two destroyed, four remain to be found. While this seems to counter Riddle's belief in seven being the most magical number, we should remember that Voldemort retains one soul piece within himself. It should be mentioned that a Horcrux is not "used up" when Voldemort returns from the dead; when his body is killed, his main soul remains anchored to the Earth by the Horcruxes, and that is used to re-animate him. It is easy to assume that the artifacts Voldemort chose to house his Horcruxes in are based on their economic value, and that an artifact dating back to Salazar Slytherin would be protected by its antiquity. However, Dumbledore never says anything like that. The artifacts were selected because they are valuable to Riddle. The ones we know of are the diary, valuable because it contains proof that Riddle is the heir of Slytherin, and the Gaunt ring which links him to the old Peverell family. The Slytherin locket and the Hufflepuff cup that Dumbledore mentions, are associated with the founding of Hogwarts, the first place Riddle could call home. The one within Nagini was likely placed there in haste, and the snake happened to be a convenient receptacle; but the one unknown Horcrux will be an object that is valuable to Riddle, whether or not it is valuable to anyone else. Hence Dumbledore's belief, given his guess (which turns out to be correct) that two are the Slytherin Locket and Hufflepuff Cup, that he was looking for relics of Ravenclaw and Gryffindor to make the last two of his six horcruxes (to go along with his own personal diary, and the Peverell Ring). And the knowledge that, in the case of a Gryffindor relic, Voldemort was never able to find or use such an item, but Dumbledore could not know whether any relic of Ravenclaw had been found and used in the intervening years. [[Muggles' Guide to Harry Potter/Characters/Sybill Trelawney|Trelawney]]'s [[Muggles' Guide to Harry Potter/Magic/Prophecy|prophecy]] stated that "The Chosen One" would have powers the Dark Lord lacked. That power is love, and Dumbledore realizes that it is Harry's abilities, combined with his capacity to love, that will empower him to defeat Voldemort. Unlike Harry, who is emotionally intact, and whose friends support him out of loyalty and amity, Voldemort is psychologically, spiritually, and emotionally shredded, feeling only hate, envy, and rage, and controls his followers through fear, intimidation, and coercion. And while Harry finds it difficult to fathom that something so simple as love is the more powerful force, he understands that, once again, it is also about choices: Voldemort's actions regarding Harry are based on the prophecy, but Harry would choose to fight Voldemort whether or not the prophecy had been made. That choice, and the ability to make that choice, is largely what gives Harry powers that Voldemort lacks and prevents Harry from falling victim to the Dark side. Some years earlier, Dumbledore had stressed to Harry that it is one's choices that makes a person what they truly are, just as it had with Harry's father, James, when he chose to overcome his youthful bad behavior. Dumbledore believes that Voldemort's snake, Nagini, is also a Horcrux. It has been suggested that Voldemort's final Horcrux might have been generated when Voldemort murdered [[Muggles' Guide to Harry Potter/Characters/Frank Bryce|Frank Bryce]], the [[Muggles' Guide to Harry Potter/Places/Riddle Manor|Riddle Manor]] caretaker. Voldemort's wand was also used to murder [[Muggles' Guide to Harry Potter/Characters/Bertha Jorkins|Bertha Jorkins]] in [[Muggles' Guide to Harry Potter/Books/Goblet of Fire|''Harry Potter and the Goblet of Fire'']], so it could have been her death that allowed Voldemort to create a Horcrux that he may have embedded within Nagini. It is also possible that all his Horcruxes were in place when he encountered Baby Harry; weak and disembodied, Voldemort may have been unable to create Horcruxes after that incident. This would then rule out a Horcrux being made from either Bertha Jorkins' or Frank Bryce's deaths. However, Dumbledore is correct that Nagini is much more self-aware than an ordinary snake, and that Voldemort seems to have far more control over her than expected. As Dumbledore noted, we have entered the realm of speculation: as Dumbledore knew nothing about the circumstances surrounding Frank Bryce's or Bertha Jorkins' deaths, his speculation does not quite tally with readers' understanding. Nagini was already acting most decidedly un-snake-like when Frank Bryce was killed, so the best assumption is that Voldemort's final Horcrux was actually created from the earlier Bertha Jorkins' death, and was retained in Nagini. Dumbledore is mistaken in saying that the sword is Gryffindor's only known artifact; there is also the [[Muggles' Guide to Harry Potter/Characters/Sorting Hat|Sorting Hat]], which says it once belonged to Gryffindor. The Hat is somewhat sentient, and it is questionable as to whether it is properly an artifact, or - since all four of the Founders put their intelligence into it - whether it can really be said to be Gryffindor's own any more. == Questions == {{Muggles' Guide to Harry Potter/Questions}} === Review === # Why might Voldemort have created so many Horcruxes? Was this wise? If not, explain. # What is the significance of each object Voldemort hides the Horcruxes in? # Why was Dumbledore so frequently absent from Hogwarts? === Further Study === # How would love be able to defeat Voldemort? Does Harry truly understand its significance? == Greater Picture == {{Muggles' Guide to Harry Potter/Intermediate Spoiler}} One Horcrux was previously seen in [[Muggles' Guide to Harry Potter/Places/Grimmauld Place|Grimmauld Place]]. "A heavy locket that none of them could open," matching Slytherin's locket that has been seen in the Pensieve memories a few times now, was discovered and discarded during the cleanup of Grimmauld Place. A note inside a fake locket that will be found later in a secret sea cave is signed R.A.B., which are the initials of the late [[Muggles' Guide to Harry Potter/Characters/Regulus Black|Regulus Arcturus Black]], a repentant Death Eater and Sirius's younger brother. The locket at Grimmauld Place will prove hard to find; originally [[Muggles' Guide to Harry Potter/Characters/Kreacher|Kreacher]], retrieving it from the trash, had set it aside, unable to part with any Black heirlooms. It is later stolen by [[Muggles' Guide to Harry Potter/Characters/Mundungus Fletcher|Mundungus Fletcher]], who was seen earlier busily looting Grimmauld Place. When Harry, Ron, and Hermione eventually catch up with Mundungus, he informs them that the locket was extorted from him by [[Muggles' Guide to Harry Potter/Characters/Dolores Umbridge|Dolores Umbridge]] at the Ministry of Magic. Curiously, even though Harry clearly sees Slytherin's distinctively-shaped locket during his and Dumbledore's forays into the Pensieve, Harry fails to recognize it as the same one that was found and then discarded at Grimmauld Place, nor will he fully realize that another locket that will be collected from a sea cave near the book's end is also different until he finds a note inside explaining that it is a fake Horcrux. Dumbledore also never notices the difference; however, he will be in an extremely weakened physical and mental state after recovering the locket, and did not necessarily record the small details so accurately. Dumbledore believes Voldemort is unable to feel when his Horcruxes are being destroyed, given that he was unaware the diary had been dispatched until Lucius Malfoy told him. What Dumbledore has withheld from Harry is that a second Horcrux, the ring, has also been destroyed, with no apparent response from Voldemort. It is learned later that [[Muggles' Guide to Harry Potter/Characters/Severus Snape|Snape]] is able to bring information about Voldemort to Dumbledore, and he would have reported Voldemort's reaction to the ring's destruction had Voldemort known about it. While Harry learns that the ring Horcrux has been destroyed, he must remain unaware of just what Snape's true role is for a while longer. If Riddle was truthful when he spoke to Slughorn, it indicates that he found nothing about Horcruxes in the library and that the book, ''Secrets of the Darkest Art'' (which we learn in [[Muggles' Guide to Harry Potter/Books/Deathly Hallows/Chapter 6|''Harry Potter and the Deathly Hallows'']] is an authoritative source on the making and destruction of Horcruxes) had already been hidden away. Even then, though, Tom Riddle and the truth had, at best, no more than a nodding acquaintance. So it is entirely possible that Riddle had a greater understanding about how to create Horcruxes than he let on and could have created one. The author has stated that the ring Horcrux was made via the death of Tom Riddle Sr., which happened at the same time as Tom collected the ring from [[Muggles' Guide to Harry Potter/Characters/Morfin Gaunt|Morfin Gaunt]]; thus, if the ring was on Tom's finger in the memory, it must already have been a Horcrux. One of Dumbledore's infrequent mistakes is seen here: Dumbledore stated that once the ring was made into a Horcrux, Tom no longer wanted to wear it. He is wearing it in this memory, and it is presumably already a Horcrux. Possibly, a better statement would have been, "Once he had made a second Horcrux, he felt a need to keep them all safe and separate from himself." Thus the ring Horcrux would have been hidden once he had made the diary Horcrux. It is certain that Riddle would have waited to hide the ring Horcrux in the Gaunt shack until Morfin and [[Muggles' Guide to Harry Potter/Characters/Marvolo Gaunt|Marvolo]] were no longer there. He had learned from Morfin that Marvolo had died. Having framed Morfin for Tom Riddle Sr.'s murder, Riddle would have known that Morfin was in Azkaban, but there is always the possibility, slim though it may be, that he would escape or be released. Presumably it was only after hearing about Morfin's death in prison that Riddle thought it safe to return to the Gaunt shack and hide the ring there. Having taken great pains to conceal his original name, and especially his middle name, Voldemort thought it would be impossible to make the connection back to the Gaunt shack. q5cn2onrowf0ko12dmpifc4pu0zrmk2 MATLAB Programming/Graphical User Interface 0 35800 4095073 3333682 2022-08-20T15:59:39Z MrAlanKoh 3392840 MrAlanKoh moved page [[MATLAB Programming/Advanced Topics/Toolboxes and Extensions/GUIDE]] to [[MATLAB Programming/Graphical User Interface]] without leaving a redirect wikitext text/x-wiki The GUIDE Toolbox provided by MATLAB allows advanced MATLAB programmers to provide Graphical User Interfaces to their programs. GUIs are useful because they remove end users from the command line interface of MATLAB and provide an easy way to share code across nonprogrammers. In addition by using special compilers the mathematical ability of MATLAB seamlessly blends in with the GUI functionality provided. Just to provide an example, assume you are writing a nonlinear fitting system based on the levenburg marquardt algorithm. Implementing a same GUI in VC++ would take at least a month of effort. But in MATLAB with the existing nlinfit function the time for such an endeavor would be hours instead of days. The figure shows an example of a simple GUI created with the GUIDE toolbox, it takes as input two numbers adds them and displays them in the third textbox, very simple but it helps illustrate the fact that such a GUI was created in minutes. The first section we need to understand is the concept of a callback ==CallBack== A callback is a functions executed whenever the user initiates an action by clicking for example on a button or pressing a key on the keyboard. Programming a callback is therefore the most important part of writing a GUI. For example in the GUI illustrated above, we would need to program a callback for the button '''Add'''. This is provided as a callback in the code. The code is provided below and illustrates how to write a simple callback. <font color=#666666>% --- Executes on button press in pushbutton1. </font><br> function pushbutton1_Callback(hObject, eventdata, handles)<br> % hObject handle to pushbutton1 (see GCBO)<br> % eventdata reserved - to be defined in a future version of MATLAB<br> % handles structure with handles and user data (see GUIDATA)<br> n1 = get(handles.edit2,'string');<br> n2 = get(handles.edit1,'string');<br> S = str2double(n1) + str2double(n2);<br> set(handles.edit3,'String',num2str(S))<br> In this piece of code I get the numbers as strings from the edit boxes and then convert them into numbers using the str2double function provided in MATLAB. I then set the string for the other edit box as the sum of these two numbers. This completes the simple example of a GUI needed to add two numbers. To illustrate a more complex example I show how a simple exponential function can be plotted and you can change the function's parameters. With a little bit of imagination you could make it plot any arbitrary function you enter. To make the example even more complex I have two GUIs, one is the control GUI and the other is the plotting GUI, this allows the user to program some of the more complicated functionality expected out of the modern GUI systems. {{BookCat}} l0atjnkzghosayj2nj2pk7aq99l7ym1 Blended Learning in K-12/Evolution of Blended Learning 0 37877 4095118 4093053 2022-08-21T00:55:02Z Fsreeufoyts 3399613 /* Invest in the Future */Drawing wikitext text/x-wiki {{navigation|Book=Blended Learning in K-12 |current=Evolution of Blended Learning |previous=Why is Blended Learning Important? |next=Types of Blended Learning}} == Introduction == Although the term blended learning has moved to the forefront of educational jargon in the past few years, blended learning has been used for decades by educators at every level. In the pure sense of the term, blended learning simply means using more than one method of delivering a lesson to a student. But , in recent years, blended learning has been viewed as the combination of traditional face to face learning and technology, using whatever technology was prevelent at the time. This can include everything from calculators to televisions to computers and the Internet with all its advantages or disadvantages. During the course of the last fifteen years blended learning has evolved dramatically. Both the number of educators teaching blended curriculums and the many different kinds of blends being used are a testament to the viability of these types of programs. In this section of the wikibook we will examine the history and evolution of blended learning and its subsequent consequences. == Evolution of Blended Learning == "We learn anywhere, anytime, anyplace; there are opportunities to learn all around us everyday. We learn in the home, office, on the road. Likewise, educational content can be shaped to fit all kinds of useful delivery media that is convenient, user-friendly, and (most important) serves the educational need of members without the content being shortchanged or trivialized." Smith,J.(2001) Elliot Masie, in an Epic White Paper, answered the question What is Blended Learning? as follows: "It [Blended Learning] is the use of two or more distinct methods of training. This may include combinations such as: blending classroom instruction with online instruction, blending online instruction with access to a coach or faculty member, blending simulations with structured courses, blending on-the-job training with brown bag informal sessions, blending managerial coaching with e-learning activities." So many of the commodities we take for granted today (telephones, washing machines, refrigerators) were new technologies not fifty years ago. Similarly, according to Elliot Masie, we are almost "lulled" into thinking that e-learning is the first time that technology has influenced learning in any significant way. "That is a big mistake, as the internet is merely the culmination of wave after wave of technological innovation in learning." (Masie, 2003) The first major innovation in learning technology was the advent of written language and the use of paper. Many years later education was again revolutionized with the invention of the printing press. Books became significantly less expensive and instructors no longer had to read the textbooks aloud to the students. Broadcast media further changed the way educators taught by shrinking the planet and bringing diverse peoples closer together. Consumer storage media such as the Audio-cassette, video-tape, and compact-disc allowed people to save more and more information while the PC and CD-rom brought a world of new software into the home and classroom. Internet technology is simply the last component of a long line of technological innovation in education. (Masie, 2003) Can one imagine teaching- or living- without printed books or written language? When the printing press was invented, did educators regard the printed word as a passing fad or did they lovingly embrace the new technology as something that could revolutionalize education? Blended learning, especially that which involves technology use, was previously viewed as an adult learning environment. As more and more younger students are gaining access to computers and the Internet, this view is changing. We see blended learning at every level of education. The higher the level of education, the less face-to-face interaction seems to be required. We think it is the introduction of new technologies to the teaching and learning process that has brought blended learning into the limelight, and generated a recent, and growing literature base. Blended learning is also a term that has been used to differentiate some programs from the backlash against the sometimes inappropriate use of too much technology. (Cross, 2003:Driscoll, 2002)" (Dewar, 2004) A comprehensive history of current practices, those involving technology can be found at http://media.wiley.com/product_data/excerpt/67/07879729/0787972967.pdf. Figure 1.2 of this document (Bersin, 2004) outlines the evolution of learning from the traditional classrooms of the 1950's through today's blended learning environment by displaying it in the following manner: 1. Instruction-Led Training: through the 1950"s 2. Main-Framed Based Computer-Based Training: 1960's -1970's 3. Satellite of Ground-Based Video or "Distance Learning:" 1980's-1990's 4. PC-Based ,CD ROM, "CBT:" 1980's-1990"s LMS Beginnings AICC Standards 5. First Generation Web-based Training: 1998-Present Virtual Classrooms E-Learning 6. Integrated Blended Learning: 2000-... Web, Video, Audio, Simulation,ILT, and more ''' == Invest in the Future == "Obviously technology is going to be one of the major venues through which people will be learning in hi how are you are going through this process the future. This translates to how an association builds and reinforces its members’ professional needs as our society evolves into a knowledge management economy. People need survival skills to interact within the culture and society, in addition to the core needs. Training and education that involves technology (note — the word is "involves," meaning includes — but not to the exclusion of all other kinds of learning) will need to be flexible as far as when and where it is taught, and the methods used. Blended learning offers associations that kind of flexibility. Blended learning takes advantage of the power of technology to deliver training "just in time," anywhere and anytime. However, in blended learning, technology (and in particular, online education) is not used as an isolated tool, but as a key part of a comprehensive workplace performance solution. Online education, therefore, is not considered the only means to educate, but it should be considered an adjunct to the overall education process. If you are interested in seeing an example of a blended learning classroom scenario, check out the model at http://online.matc.edu/mktg-104/orientation.htm."(Smith,J., 2001) For a comprehensive guide on how to integrate face to face teaching and technology visit the website listed below: http://www.schools.nsw.edu.au/learning/yrk12focusareas/learntech/blended/index.php. ( New South Wales, 2005) Blended learning has traditionally been a part of the K-12 school experience. Business and industry has recognized that employees learn in different ways and schools move more in that direction each year. Mixing teaching methods and varying the tools used is what allows a greater number of students to be successful. Most institutions of higher learning are offering online courses or courses that offer a combination of face to face interaction combined with technological components. Blended learning is not a passing fad. Nor is it a new name for something that's been around for a while. Rather, e-learning is a technological innovation that, when successfully incorporated into the k-12 classroom, will forever change the way teachers teach and students learn. E-learning has the capability to alter education in the same way the innovations of printing and televised media have. K-12 schools are never the pioneers when it comes to such learning; they are the recipients of the trickle down effect. K-12 programs will be the last members of the education world to incorporate online education. Classes below the high school level require the largest amount of learning time with face to face instruction. To be successful, students need to work from previous knowledge and the lower the grade, the more directed activities a student requires.Using technology, such as e-mail, Yahoo Groups, the Internet, a myriad of software programs are the latest tools K-12 teachers can add to a long list of blended learning venues they have always used. A major stumbling block in incorporating e-learning in the K-12 curriculum has been the security issues surrounding the use of the Internet. Many parents still refuse to sign off on allowing their child unrestricted use of computers while they are at school. Schools spend a considerable amount of their funds to install filters and firewalls that attempt to block unsuitable sites, but they are not always successful. Universities and colleges that grant teaching degrees are investing more and more time in training new teachers to use the most up-to-date technology- "teach the teachers", in an effort to advance technology training coupled with face-to-face instruction for K-12 students. For technology aspects of blended learning to expand, teachers, both new and experienced, must be prepared to change the way they have traditionally taught. Despite the fact that K-12 blended learning has endless possibilities, more and more schools are being strapped with No Child Left Behind mandates and are finding funding shifted from expanding computer access for students to needing more computers for bookkeeping purposes. The devastation caused by Hurricane Katrina has led to major changes in blended learning in K-12 classrooms in the areas most affected by this catastrophic situation. With the displacement of many teachers and schools struggling to reopen, the quickest and most effective way to get schools up and running, with minimum staff,has been to create classroom and learning situations that include a greater amount of computer assisted learning. Industry has often partnered with school districts to provide complete computer labs or smart boards for individual classrooms. Some industries have been involved in creating prep materials for standardized testing, often getting these contracts by providing needed computer hardware and software to school districts. Katrina presents a very different situation, where educators are forced to start anew and they are finding that the most cost effective means of reaching the most students in the best way is by incorporating technology into classrooms at every level (K-12). ==Life Experiences== Just working in an elementary school in the computer lab has allowed me to see a side of blended learning that maybe not all teachers or scholars have seen. In today’s fast paced world it is absolutely necessary for children (K-12) to be exposed to as many technologies as possible. I am confident that time will make it more and more convenient for teachers to utilize technology in the traditional classroom setting, but it is certainly not going to happen over night. When looking at the “Evolution of Blended Learning”, there is clearly not much research or years of study on the topic. This is primarily because it is a new topic! There is not a plethora of books and articles on the subject. Since it is a new field of study, it will probably be several more years before the “evolution” is actually precise with any sort of factual timeline. Therefore, we can only go with how it all began, and how far we have come. Of course there has always been technology. And over time, it has become more advanced to the point where we can do just about anything we want. What is so wonderful about technology today, though, is that it has become a magnificent learning tool for children in school and at home. It started with games. Kids whose parents had enough money were able to have a computer at home with a black screen and green text, and were able to play a couple of simplistic games. After a few years of that, there were colored screens with much more graphically advanced games (even though looking back we would laugh). Some schools at the time had these machines, but it was still considered a “luxury”. In computer class, simple games were played but there was still no World Wide Web. In fact, the most basic functions of the Internet began in 1969 at UCLA. It was invented for government purposes, and was never anticipated to be the colossal technology that it is today. Now, with the press of a button, the world is at our fingertips. In order for blended learning to become successful and incorporated into classrooms without “forcing” teachers, they must be educated on what technology will bring to their students. Looking at computer use, it is an absolute necessity (more and more everyday) for people to have the skills and savvy to compete and succeed educationally and professionally. Many teachers still cannot turn on a computer, or find programs easily. Some still struggle with email and the basic functions it entails. This is the first step that must be corrected if blended learning is going to be functional. Students cannot look to their teachers for guidance, if they know more about the subject matter. It is embarrassing that many children help their teachers when they run into a computer problem. It is rare to see students helping their teachers figure out math or science equations, and it shouldn’t be any different with technology. Teachers should be thoroughly educated in computer knowledge equal to the grade level they teach, especially in the elementary grades. The job should start in college when earning a degree in teaching, and then on-going technology education must be enforced by administrators and technology coordinators. Once there is something solid in place, blended learning must be part of the curriculum. It cannot be incorporated into a standard curriculum until the teachers are using what is available to them correctly. If this is not the case, it can allow a class become less and less functional. In order for blended learning to become a common term and knowledge in schools, is to start at square one and not insist on jumping ahead. If done right, our children can benefit in ways that are unprecedented. The evolution has only just begun. 4ne9n94enwftnt477k6fupyzfuwfu1w 4095141 4095118 2022-08-21T03:09:26Z Xania 40302 [[WB:REVERT|Reverted]] edits by [[Special:Contributions/Fsreeufoyts|Fsreeufoyts]] ([[User talk:Fsreeufoyts|talk]]) to last version by SHB2000 wikitext text/x-wiki {{navigation|Book=Blended Learning in K-12 |current=Evolution of Blended Learning |previous=Why is Blended Learning Important? |next=Types of Blended Learning}} == Introduction == Although the term blended learning has moved to the forefront of educational jargon in the past few years, blended learning has been used for decades by educators at every level. In the pure sense of the term, blended learning simply means using more than one method of delivering a lesson to a student. But , in recent years, blended learning has been viewed as the combination of traditional face to face learning and technology, using whatever technology was prevelent at the time. This can include everything from calculators to televisions to computers and the Internet with all its advantages or disadvantages. During the course of the last fifteen years blended learning has evolved dramatically. Both the number of educators teaching blended curriculums and the many different kinds of blends being used are a testament to the viability of these types of programs. In this section of the wikibook we will examine the history and evolution of blended learning and its subsequent consequences. == Evolution of Blended Learning == "We learn anywhere, anytime, anyplace; there are opportunities to learn all around us everyday. We learn in the home, office, on the road. Likewise, educational content can be shaped to fit all kinds of useful delivery media that is convenient, user-friendly, and (most important) serves the educational need of members without the content being shortchanged or trivialized." Smith,J.(2001) Elliot Masie, in an Epic White Paper, answered the question What is Blended Learning? as follows: "It [Blended Learning] is the use of two or more distinct methods of training. This may include combinations such as: blending classroom instruction with online instruction, blending online instruction with access to a coach or faculty member, blending simulations with structured courses, blending on-the-job training with brown bag informal sessions, blending managerial coaching with e-learning activities." So many of the commodities we take for granted today (telephones, washing machines, refrigerators) were new technologies not fifty years ago. Similarly, according to Elliot Masie, we are almost "lulled" into thinking that e-learning is the first time that technology has influenced learning in any significant way. "That is a big mistake, as the internet is merely the culmination of wave after wave of technological innovation in learning." (Masie, 2003) The first major innovation in learning technology was the advent of written language and the use of paper. Many years later education was again revolutionized with the invention of the printing press. Books became significantly less expensive and instructors no longer had to read the textbooks aloud to the students. Broadcast media further changed the way educators taught by shrinking the planet and bringing diverse peoples closer together. Consumer storage media such as the Audio-cassette, video-tape, and compact-disc allowed people to save more and more information while the PC and CD-rom brought a world of new software into the home and classroom. Internet technology is simply the last component of a long line of technological innovation in education. (Masie, 2003) Can one imagine teaching- or living- without printed books or written language? When the printing press was invented, did educators regard the printed word as a passing fad or did they lovingly embrace the new technology as something that could revolutionalize education? Blended learning, especially that which involves technology use, was previously viewed as an adult learning environment. As more and more younger students are gaining access to computers and the Internet, this view is changing. We see blended learning at every level of education. The higher the level of education, the less face-to-face interaction seems to be required. We think it is the introduction of new technologies to the teaching and learning process that has brought blended learning into the limelight, and generated a recent, and growing literature base. Blended learning is also a term that has been used to differentiate some programs from the backlash against the sometimes inappropriate use of too much technology. (Cross, 2003:Driscoll, 2002)" (Dewar, 2004) A comprehensive history of current practices, those involving technology can be found at http://media.wiley.com/product_data/excerpt/67/07879729/0787972967.pdf. Figure 1.2 of this document (Bersin, 2004) outlines the evolution of learning from the traditional classrooms of the 1950's through today's blended learning environment by displaying it in the following manner: 1. Instruction-Led Training: through the 1950"s 2. Main-Framed Based Computer-Based Training: 1960's -1970's 3. Satellite of Ground-Based Video or "Distance Learning:" 1980's-1990's 4. PC-Based ,CD ROM, "CBT:" 1980's-1990"s LMS Beginnings AICC Standards 5. First Generation Web-based Training: 1998-Present Virtual Classrooms E-Learning 6. Integrated Blended Learning: 2000-... Web, Video, Audio, Simulation,ILT, and more ''' == Invest in the Future == "Obviously technology is going to be one of the major venues through which people will be learning in the future. This translates to how an association builds and reinforces its members’ professional needs as our society evolves into a knowledge management economy. People need survival skills to interact within the culture and society, in addition to the core needs. Training and education that involves technology (note — the word is "involves," meaning includes — but not to the exclusion of all other kinds of learning) will need to be flexible as far as when and where it is taught, and the methods used. Blended learning offers associations that kind of flexibility. Blended learning takes advantage of the power of technology to deliver training "just in time," anywhere and anytime. However, in blended learning, technology (and in particular, online education) is not used as an isolated tool, but as a key part of a comprehensive workplace performance solution. Online education, therefore, is not considered the only means to educate, but it should be considered an adjunct to the overall education process. If you are interested in seeing an example of a blended learning classroom scenario, check out the model at http://online.matc.edu/mktg-104/orientation.htm."(Smith,J., 2001) For a comprehensive guide on how to integrate face to face teaching and technology visit the website listed below: http://www.schools.nsw.edu.au/learning/yrk12focusareas/learntech/blended/index.php. ( New South Wales, 2005) Blended learning has traditionally been a part of the K-12 school experience. Business and industry has recognized that employees learn in different ways and schools move more in that direction each year. Mixing teaching methods and varying the tools used is what allows a greater number of students to be successful. Most institutions of higher learning are offering online courses or courses that offer a combination of face to face interaction combined with technological components. Blended learning is not a passing fad. Nor is it a new name for something that's been around for a while. Rather, e-learning is a technological innovation that, when successfully incorporated into the k-12 classroom, will forever change the way teachers teach and students learn. E-learning has the capability to alter education in the same way the innovations of printing and televised media have. K-12 schools are never the pioneers when it comes to such learning; they are the recipients of the trickle down effect. K-12 programs will be the last members of the education world to incorporate online education. Classes below the high school level require the largest amount of learning time with face to face instruction. To be successful, students need to work from previous knowledge and the lower the grade, the more directed activities a student requires.Using technology, such as e-mail, Yahoo Groups, the Internet, a myriad of software programs are the latest tools K-12 teachers can add to a long list of blended learning venues they have always used. A major stumbling block in incorporating e-learning in the K-12 curriculum has been the security issues surrounding the use of the Internet. Many parents still refuse to sign off on allowing their child unrestricted use of computers while they are at school. Schools spend a considerable amount of their funds to install filters and firewalls that attempt to block unsuitable sites, but they are not always successful. Universities and colleges that grant teaching degrees are investing more and more time in training new teachers to use the most up-to-date technology- "teach the teachers", in an effort to advance technology training coupled with face-to-face instruction for K-12 students. For technology aspects of blended learning to expand, teachers, both new and experienced, must be prepared to change the way they have traditionally taught. Despite the fact that K-12 blended learning has endless possibilities, more and more schools are being strapped with No Child Left Behind mandates and are finding funding shifted from expanding computer access for students to needing more computers for bookkeeping purposes. The devastation caused by Hurricane Katrina has led to major changes in blended learning in K-12 classrooms in the areas most affected by this catastrophic situation. With the displacement of many teachers and schools struggling to reopen, the quickest and most effective way to get schools up and running, with minimum staff,has been to create classroom and learning situations that include a greater amount of computer assisted learning. Industry has often partnered with school districts to provide complete computer labs or smart boards for individual classrooms. Some industries have been involved in creating prep materials for standardized testing, often getting these contracts by providing needed computer hardware and software to school districts. Katrina presents a very different situation, where educators are forced to start anew and they are finding that the most cost effective means of reaching the most students in the best way is by incorporating technology into classrooms at every level (K-12). ==Life Experiences== Just working in an elementary school in the computer lab has allowed me to see a side of blended learning that maybe not all teachers or scholars have seen. In today’s fast paced world it is absolutely necessary for children (K-12) to be exposed to as many technologies as possible. I am confident that time will make it more and more convenient for teachers to utilize technology in the traditional classroom setting, but it is certainly not going to happen over night. When looking at the “Evolution of Blended Learning”, there is clearly not much research or years of study on the topic. This is primarily because it is a new topic! There is not a plethora of books and articles on the subject. Since it is a new field of study, it will probably be several more years before the “evolution” is actually precise with any sort of factual timeline. Therefore, we can only go with how it all began, and how far we have come. Of course there has always been technology. And over time, it has become more advanced to the point where we can do just about anything we want. What is so wonderful about technology today, though, is that it has become a magnificent learning tool for children in school and at home. It started with games. Kids whose parents had enough money were able to have a computer at home with a black screen and green text, and were able to play a couple of simplistic games. After a few years of that, there were colored screens with much more graphically advanced games (even though looking back we would laugh). Some schools at the time had these machines, but it was still considered a “luxury”. In computer class, simple games were played but there was still no World Wide Web. In fact, the most basic functions of the Internet began in 1969 at UCLA. It was invented for government purposes, and was never anticipated to be the colossal technology that it is today. Now, with the press of a button, the world is at our fingertips. In order for blended learning to become successful and incorporated into classrooms without “forcing” teachers, they must be educated on what technology will bring to their students. Looking at computer use, it is an absolute necessity (more and more everyday) for people to have the skills and savvy to compete and succeed educationally and professionally. Many teachers still cannot turn on a computer, or find programs easily. Some still struggle with email and the basic functions it entails. This is the first step that must be corrected if blended learning is going to be functional. Students cannot look to their teachers for guidance, if they know more about the subject matter. It is embarrassing that many children help their teachers when they run into a computer problem. It is rare to see students helping their teachers figure out math or science equations, and it shouldn’t be any different with technology. Teachers should be thoroughly educated in computer knowledge equal to the grade level they teach, especially in the elementary grades. The job should start in college when earning a degree in teaching, and then on-going technology education must be enforced by administrators and technology coordinators. Once there is something solid in place, blended learning must be part of the curriculum. It cannot be incorporated into a standard curriculum until the teachers are using what is available to them correctly. If this is not the case, it can allow a class become less and less functional. In order for blended learning to become a common term and knowledge in schools, is to start at square one and not insist on jumping ahead. If done right, our children can benefit in ways that are unprecedented. The evolution has only just begun. ks7n77g07qa56d9bd44jxxli9vyi3zl Wikijunior:Languages/Swedish 110 70703 4095104 3296970 2022-08-20T23:21:41Z ThornyHemlock 3239321 /* What writing system(s) does this language use? */Changed English [alphabet] to "Latin alphabet". It's less Anglocentric, and consistent with the other pages I've looked it. wikitext text/x-wiki <noinclude>{{ {{BOOKTEMPLATE}} }}</noinclude> == What writing system(s) does this language use? == The Swedish alphabet uses the 26 letters of the Latin alphabet, and ''å'', ''ä'', and ''ö'' being categorised as separate letters, alphabetised after z. This is the alphabet, then: A B C D E F G H I J K L M N O P Q R S T U V W X Y Z Å Ä Ö * Å is pronounced like ''aw'' in ''s'''aw''''' or like the ''o'' in ''m'''o'''re''. The accent above the A is called a ring. * Ä is pronounced like ''ai'' in '''''ai'''r'' or like the ''a'' in ''b'''a'''re''. The accent above this A and the next O is called diaeresis. * Ö is pronounced like the ''u'' in ''b'''u'''rn'' or like ''ea'' in ''l'''ea'''rn''. The letters ''q'', ''w'', and ''z'' are more often seen in names and foreign words than in words that are native to Swedish. == How many people speak this language? == Swedish is spoken natively by about 10 million (10,000,000) people. == Where is this language spoken? == Swedish is spoken primarily in [[Wikijunior:Europe/Sweden|Sweden]], where it is the native language. However, it is a minority language in [[Wikijunior:Europe/Finland|Finland]] because Finland was once part of Sweden and a part of the Finnish population speaks both Finnish and Swedish as a native language. Sweden has Swedish as their official language, while Finland has Swedish as their official language alongside with [[Wikijunior:Languages/Finnish|Finnish]]. [[Image:Svenska spåkets utbredning.PNG|thumb|300px|center]] == What is the history of this language? == Around the 9th century, Old Norse began to split into Old West Norse (which was spoken in Norway and Iceland) and Old East Norse (spoken in Sweden and Denmark). In the 12th century, the dialects spoken in Denmark and Sweden began to diverge even more, becoming Old Danish and Old Swedish in the 13th century: Old Swedish developed into the Swedish spoken today. == Who are some famous authors or poets in this language? == Probably the best known Swedish children's book is ''Pippi Longstocking'' (''Pippi Långstrump'' in Swedish) by Astrid Lindgren. This book has been translated into 70 languages! Astrid Lindgren also wrote ''Karlsson-on-the-Roof'' (''Karlsson på taket''), ''Mio, my Mio'' (''Mio, min Mio''), and many other stories for children. Tove Jansson was from Finland, but she wrote books in Swedish. She created a series of children's books about the Moomins (''Mumintrollen''), a family of creatures called Moomin trolls. The Moomins live in their house in the Moomin valley (''Mumindalen''), though in the past their residences have included a lighthouse and a theatre. Some authors writing for an adult audience are: * Hjalmar Bergman (novels, short stories, and plays) * Karin Boye (poetry and the science fiction novel ''Kallocain'', among others) * Selma Lagerlöf (''Gösta Berlings saga'' and other novels) * Vilhelm Moberg (''Utvandrarna'' and other novels) * August Strindberg (novels, short stories, and plays) == What are some basic words and phrases in this language that I can learn? == {| class="wikitable" !Hälsningar ||Greetings |- |Hej ||Hi |- |God natt ||Good night |- |God morgon ||Good morning |- |Hur mår du? ||How are you? |- |Hej då ||Good-bye |- |Vi ses imorgon ||See you tomorrow |- |Ha det bra ||Take care |- !Basfraser ||Basic phrases |- |Ja/Nej ||Yes/No |- |Tack ||Thank you (or: ''Please'' as in ''Yes please'') |- |Varsågod ||You are welcome (or: ''Go ahead'' as in ''Go ahead and eat'') |- |Förlåt ||I'm sorry |- |Ursäkta mig ||Excuse me |- |Pratar du engelska/svenska? ||Do you speak English/Swedish? |- |Var finns toaletten? ||Where is the bathroom? |- |(Tala) långsammare ||(Speak) slower please. |- |Jag gillar . . .||I like . . . |- |Jag gillar inte . . .||I don't like . . . |- |Skulle jag kunna få ...? ||May I have ...? |- |Jag heter . . . ||My name is. . . |} == What is a simple song/poem/story that I can learn in this language? == === The national anthem of Sweden === ====In Swedish==== Du gamla, Du fria, Du fjällhöga nord<br /> Du tysta, Du glädjerika sköna!<br /> Jag hälsar Dig, vänaste land uppå jord,<br /> Din sol, Din himmel, Dina ängder gröna.<br /> Du tronar på minnen från fornstora dar,<br /> då ärat Ditt namn flög över jorden.<br /> Jag vet att Du är och förblir vad Du var.<br /> Ja, jag vill leva jag vill dö i Norden.<br /> ====In English==== You ancient, You free, You mountainous north<br /> You serene, You – full of joy and beauty!<br /> I greet You, fairest land on earth,<br /> Your sun, Your sky, Your green landscapes.<br /> You dwell on the memories of great ancient days,<br /> when, honoured, Your name flew across the earth.<br /> I know that You are and will remain what You were.<br /> Yes, I want to live, I want to die in Norden.*<br /> <nowiki>*</nowiki>''Norden'' is the Swedish, Danish, and Norwegian name of ''the Nordic countries''. ===''Du har tappat ditt ord'', a poem from ''Bartfotabarn'' (1933) by Nils Ferlin=== {| border="0" width="100%" style="text-align: left;" |- !|Swedish !|English |- |Du har tappat ditt ord och din papperslapp, |You have lost your word and your paper note, |- |du barfotabarn i livet. |you barefoot child in life. |- |Så sitter du åter på handlar'ns trapp |And so you're sitting again on the shopkeeper's porch |- |och gråter så övergivet. |crying, so abandoned. |- |Vad var det för ord – var det långt eller kort, |What was the word – was it long or short, |- |var det väl eller illa skrivet? |was it well or poorly written? |- |Tänk efter nu – förr'n vi föser dig bort, |Think hard now – before we shoo you away, |- |du barfotabarn i livet.* |you barefoot child in life.* |} <nowiki>*</nowiki> ''I livet'' ("in life") can also mean ''alive''. <noinclude>{{{{BOOKTEMPLATE}}/Footer}} [[de:Wikijunior Sprachen/ Schwedisch]] [[fi:Wikijunior kielet/Ruotsi]]</noinclude> n5qbup4gl3abfd7izfygcpofux5ujmh 4095117 4095104 2022-08-21T00:41:19Z SHB2000 3332924 Undid revision 4095104 by [[Special:Contributions/ThornyHemlock|ThornyHemlock]] ([[User talk:ThornyHemlock|discuss]])nope. Icelandic uses the Latin alphabet retains several letters that English dropped a few centuries ago like Þ or ð (which is still the Latin alphabet) wikitext text/x-wiki <noinclude>{{ {{BOOKTEMPLATE}} }}</noinclude> == What writing system(s) does this language use? == The Swedish alphabet uses the 26 letters of English, and ''å'', ''ä'', and ''ö'' being categorised as separate letters, alphabetised after z. This is the alphabet, then: A B C D E F G H I J K L M N O P Q R S T U V W X Y Z Å Ä Ö * Å is pronounced like ''aw'' in ''s'''aw''''' or like the ''o'' in ''m'''o'''re''. The accent above the A is called a ring. * Ä is pronounced like ''ai'' in '''''ai'''r'' or like the ''a'' in ''b'''a'''re''. The accent above this A and the next O is called diaeresis. * Ö is pronounced like the ''u'' in ''b'''u'''rn'' or like ''ea'' in ''l'''ea'''rn''. The letters ''q'', ''w'', and ''z'' are more often seen in names and foreign words than in words that are native to Swedish. == How many people speak this language? == Swedish is spoken natively by about 10 million (10,000,000) people. == Where is this language spoken? == Swedish is spoken primarily in [[Wikijunior:Europe/Sweden|Sweden]], where it is the native language. However, it is a minority language in [[Wikijunior:Europe/Finland|Finland]] because Finland was once part of Sweden and a part of the Finnish population speaks both Finnish and Swedish as a native language. Sweden has Swedish as their official language, while Finland has Swedish as their official language alongside with [[Wikijunior:Languages/Finnish|Finnish]]. [[Image:Svenska spåkets utbredning.PNG|thumb|300px|center]] == What is the history of this language? == Around the 9th century, Old Norse began to split into Old West Norse (which was spoken in Norway and Iceland) and Old East Norse (spoken in Sweden and Denmark). In the 12th century, the dialects spoken in Denmark and Sweden began to diverge even more, becoming Old Danish and Old Swedish in the 13th century: Old Swedish developed into the Swedish spoken today. == Who are some famous authors or poets in this language? == Probably the best known Swedish children's book is ''Pippi Longstocking'' (''Pippi Långstrump'' in Swedish) by Astrid Lindgren. This book has been translated into 70 languages! Astrid Lindgren also wrote ''Karlsson-on-the-Roof'' (''Karlsson på taket''), ''Mio, my Mio'' (''Mio, min Mio''), and many other stories for children. Tove Jansson was from Finland, but she wrote books in Swedish. She created a series of children's books about the Moomins (''Mumintrollen''), a family of creatures called Moomin trolls. The Moomins live in their house in the Moomin valley (''Mumindalen''), though in the past their residences have included a lighthouse and a theatre. Some authors writing for an adult audience are: * Hjalmar Bergman (novels, short stories, and plays) * Karin Boye (poetry and the science fiction novel ''Kallocain'', among others) * Selma Lagerlöf (''Gösta Berlings saga'' and other novels) * Vilhelm Moberg (''Utvandrarna'' and other novels) * August Strindberg (novels, short stories, and plays) == What are some basic words and phrases in this language that I can learn? == {| class="wikitable" !Hälsningar ||Greetings |- |Hej ||Hi |- |God natt ||Good night |- |God morgon ||Good morning |- |Hur mår du? ||How are you? |- |Hej då ||Good-bye |- |Vi ses imorgon ||See you tomorrow |- |Ha det bra ||Take care |- !Basfraser ||Basic phrases |- |Ja/Nej ||Yes/No |- |Tack ||Thank you (or: ''Please'' as in ''Yes please'') |- |Varsågod ||You are welcome (or: ''Go ahead'' as in ''Go ahead and eat'') |- |Förlåt ||I'm sorry |- |Ursäkta mig ||Excuse me |- |Pratar du engelska/svenska? ||Do you speak English/Swedish? |- |Var finns toaletten? ||Where is the bathroom? |- |(Tala) långsammare ||(Speak) slower please. |- |Jag gillar . . .||I like . . . |- |Jag gillar inte . . .||I don't like . . . |- |Skulle jag kunna få ...? ||May I have ...? |- |Jag heter . . . ||My name is. . . |} == What is a simple song/poem/story that I can learn in this language? == === The national anthem of Sweden === ====In Swedish==== Du gamla, Du fria, Du fjällhöga nord<br /> Du tysta, Du glädjerika sköna!<br /> Jag hälsar Dig, vänaste land uppå jord,<br /> Din sol, Din himmel, Dina ängder gröna.<br /> Du tronar på minnen från fornstora dar,<br /> då ärat Ditt namn flög över jorden.<br /> Jag vet att Du är och förblir vad Du var.<br /> Ja, jag vill leva jag vill dö i Norden.<br /> ====In English==== You ancient, You free, You mountainous north<br /> You serene, You – full of joy and beauty!<br /> I greet You, fairest land on earth,<br /> Your sun, Your sky, Your green landscapes.<br /> You dwell on the memories of great ancient days,<br /> when, honoured, Your name flew across the earth.<br /> I know that You are and will remain what You were.<br /> Yes, I want to live, I want to die in Norden.*<br /> <nowiki>*</nowiki>''Norden'' is the Swedish, Danish, and Norwegian name of ''the Nordic countries''. ===''Du har tappat ditt ord'', a poem from ''Bartfotabarn'' (1933) by Nils Ferlin=== {| border="0" width="100%" style="text-align: left;" |- !|Swedish !|English |- |Du har tappat ditt ord och din papperslapp, |You have lost your word and your paper note, |- |du barfotabarn i livet. |you barefoot child in life. |- |Så sitter du åter på handlar'ns trapp |And so you're sitting again on the shopkeeper's porch |- |och gråter så övergivet. |crying, so abandoned. |- |Vad var det för ord – var det långt eller kort, |What was the word – was it long or short, |- |var det väl eller illa skrivet? |was it well or poorly written? |- |Tänk efter nu – förr'n vi föser dig bort, |Think hard now – before we shoo you away, |- |du barfotabarn i livet.* |you barefoot child in life.* |} <nowiki>*</nowiki> ''I livet'' ("in life") can also mean ''alive''. <noinclude>{{{{BOOKTEMPLATE}}/Footer}} [[de:Wikijunior Sprachen/ Schwedisch]] [[fi:Wikijunior kielet/Ruotsi]]</noinclude> 5tstntst1pvaucb9jl4790t7cytzhz5 Arimaa/Glossary 0 76051 4095086 4092223 2022-08-20T20:47:58Z Belteshazzar 333751 /* Postal game */ wikitext text/x-wiki {{CompactTOC8|center=yes}} {{Navbox | title = Glossary | name = Arimaa/Glossary | state = uncollapsed | group1 = Pieces and players | list1 = [[#Elephant|Elephant]] {{·}} [[#Camel|Camel]] {{·}} [[#Horse|Horse]] {{·}} [[#Dog|Dog]] {{·}} [[#Cat|Cat]] {{·}} [[#Rabbit|Rabbit]] {{!}} [[#Gold|Gold]] {{·}} [[#Silver|Silver]] {{!}} [[#Strength|Strength]] {{·}} [[#Strong piece|Strong piece]] {{·}} [[#Friendly piece|Friendly piece]] {{·}} [[#Free piece|Free piece]] | group2 = Board and squares | list2 = [[#West_wing|West wing]] {{·}} [[#East_wing|East wing]] {{·}} [[#Quadrant|Quadrant]] {{·}} [[#Rank|Rank]] {{·}} [[#File|File]] {{·}} [[#Key square|Key square]] {{·}} [[#Adjacent|Adjacent]] {{!}} [[#Trap|Trap]] {{·}} [[#Home_trap|Home trap]] {{·}} [[#Away_trap|Away trap]] | group3 = Movement | list3 = [[#Push|Push]] {{·}} [[#Pull|Pull]] {{·}} [[#Dislodge|Dislodge]] {{·}} [[#Freeze|Freeze]] {{·}} [[#Capture|Capture]] {{!}} [[#Step|Step]] {{·}} [[#Turn|Turn]] {{!}} [[#Flip|Flip]] {{·}} [[#Pull and replace|Pull and replace]] {{·}} [[#Push and replace|Push and replace]] {{!}} [[#Four-for-two|Four-for-two]] {{·}} [[#Three-for-one|Three-for-one]] {{·}} [[#Three-for-three|Three-for-three]] {{·}} [[#Repetition_rule|Repetition rule]] | group4 = Tactics | list4 = [[#Basket|Basket]] {{·}} [[#Fence|Fence]] {{·}} [[#Fork|Fork]] {{·}} [[#Phalanx|Phalanx]] {{·}} [[#Pinch|Pinch]] {{·}} [[#Scatter|Scatter]] {{·}} [[#Mutual_protection|Mutual protection]] {{·}} [[#False_protection|False protection]] {{·}} [[#Hang|Hang]] {{·}} [[#Exchange|Exchange]] {{·}} [[#Rotation|Rotation]] {{·}} [[#Choke|Choke]] | group5 = Strategy | list5 = [[#Frame|Frame]] {{·}} [[#Pin|Pin]] {{·}} [[#Blockade|Blockade]] {{·}} [[#Hostage|Hostage]] {{·}} [[#Linchpin|Linchpin]] {{·}} [[#Elephant deadlock|Elephant deadlock]] {{·}} [[#Overload|Overload]] {{·}} [[#Sacrifice|Sacrifice]] {{·}} [[#Swarm|Swarm]] {{·}} [[#Trap attack|Trap attack]] {{·}} [[#Goal attack|Goal attack]] | group6 = Game phases | list6 = [[#Setup|Setup]] {{·}} [[#Opening|Opening]] {{·}} [[#Middlegame|Middlegame]] {{·}} [[#Endgame|Endgame]] | group7 = Win conditions | list7 = [[#Goal|Goal]] {{·}} [[#Elimination|Elimination]] {{·}} [[#Immobilization|Immobilization]] {{·}} [[#Draw|Draw]] | group8 = Misc | list8 = [[#Arimaa_Challenge|Arimaa Challenge]] {{·}} [[#Postal_game|Postal game]] {{·}} [[#Lemming|Lemming]] }} <span id="A" ></span> ==Adjacent== The d4 square is ''adjacent'' to c4, e4, d3, and d5. In Arimaa, ''adjacent'' does not include diagonals, which have no place in the rules. ==Arimaa Challenge== First held in 2004, the ''Arimaa Challenge'' was an annual match between a top bot and top human players. Humans dominated for eleven years, until a bot's surprise victory in 2015. ==Away trap== An opponent's [[#Home trap|home trap]]: c6 and f6 are ''away traps'' for Gold, while c3 and f3 are ''away traps'' for Silver. <span id="B" ></span> ==Basket== A ''basket'' is like a [[#Frame|frame]] or [[#Fence|fence]], but does not directly involve a [[#Trap|trap square]]. A piece in a basket is blocked on three sides, and can't escape on the fourth side. ==Blockade== A ''blockaded'' or ''smothered'' piece is surrounded by pieces which it can't [[#Push|push]] away. A blockaded square is occupied by a piece which can't be pushed off. See also ''[[#Phalanx|Phalanx]]'', ''[[#Frame|Frame]]'', ''[[#Immobilization|Immobilization]]''. <span id="C" ></span> ==Camel== The second [[#Strength|strongest]] of the six unique Arimaa pieces. Each side has one ''camel''. ==Capture== A ''capture'' removes a piece from the board; a piece is captured when it occupies a [[#Trap|trap square]] with no friendly piece [[#Adjacent|beside]] it. ==Cat== The fifth [[#Strength|strongest]] of the six unique Arimaa pieces. Each side has two ''cats''. ==Choke== A ''choked'' piece is blocked by its own [[#Rabbit|rabbit]]. Unable to retreat homeward, advanced rabbits can sometimes be used against their owner. <span id="D" ></span> ==Dislodge== To [[#Push|push]] or [[#Pull|pull]] an opponent's piece. ''Dislodge'' should not be confused with ''[[#Capture|capture]]''. ==Dog== The fourth [[#Strength|strongest]] of the six unique Arimaa pieces. Each side has two ''dogs''. ==Draw== Prior to July 1, 2008, one who had lost all eight [[#Rabbit|rabbits]] could still get a ''draw'' by [[#Capture|capturing]] all remaining enemy rabbits. Draws are no longer possible, as a game [[#Elimination|now ends]] when one side is out of rabbits. <span id="E" ></span> ==East wing== The right side of the board viewed from [[#Gold|Gold]]'s perspective, specifically the f-, g-, and h-[[#File|files]]. ==Elephant== The [[#Strength|strongest]] of the six unique Arimaa pieces. Each side has one ''elephant'', which is the only piece that cannot be [[#Push|pushed]] or [[#Pull|pulled]] by the opponent. ==Elephant deadlock== The two [[#Elephant|elephants]] are ''deadlocked'' when both remain [[#Adjacent|next to]] the same [[#Trap|trap]], preventing any [[#Capture|capture]] therein. ==Elimination== A player wins by ''elimination'' if the opponent has no [[#Rabbit|rabbits]] left. In the rare event that each player loses his last rabbit in the same [[#Turn|move]], the one who made the move wins. See also ''[[#Goal|Goal]]'', ''[[#Immobilization|Immobilization]]''. == Endgame == The game phase when a [[#Goal|goal]] line can no longer be blocked reliably, and thus gameplay centers around goal threats. See also ''[[#Opening|Opening]], [[#Middlegame|Middlegame]]''. ==Exchange== An ''exchange'' or ''trade'' occurs when each side [[#Capture|captures]] material within a few turns. If each side captures a rabbit, that is a ''rabbit exchange''. If the gold camel is captured and then a silver horse is captured, that is a ''camel-for-horse exchange''. See also ''[[#Sacrifice|Sacrifice]]''. <span id="F" ></span> ==False protection== When two friendly pieces next to a [[#Trap|trap]] could each be [[#Dislodge|dislodged]] in two steps, resulting in a [[#Capture|capture]] in an apparently protected trap. See also ''[[#Mutual protection|Mutual protection]]''. ==Fence== A ''fenced'' piece is stuck [[#Adjacent|next to]] a [[#Trap|trap]], and could only [[#Step|step]] into that trap. A fence may result in a [[#Capture|capture]], [[#Frame|frame]], or [[#Hostage|hostage]]. ==File== One of eight columns on an Arimaa board. From [[#Gold|Gold]]'s perspective, the ''a-file'' is on the left and the ''h-file'' is on the right. From [[#Silver|Silver]]'s perspective, it is the reverse. ==Flip== In one [[#Turn|turn]], a piece might [[#Pull|pull]] and then [[#Push|push]] a weaker enemy piece; the stronger piece finishes where it started, having ''flipped'' the enemy piece two squares. A piece surrounded on three sides cannot do a flip, as there is not room for the movement. ==Fork== A ''forked'' piece is simultaneously threatened with [[#Capture|capture]] in two different [[#Trap|traps]]. The forked piece would have to be on c4, c5, d3, d6, e3, e6, f4, or f5. ==Four-for-two== A four-step [[#Turn|move]] which can be undone in two steps by the opponent. Like [[#Three-for-one|three-for-ones]], four-for-twos usually give away time. ==Frame== A piece which is on a [[#Trap|trap square]], securely surrounded on three sides by opposing pieces, has been ''framed''. Its lone friendly defender is [[#Pin|pinned]]. See also ''[[#Basket|Basket]]'', ''[[#Phalanx|Phalanx]]'', ''[[#Blockade|Blockade]]''. ==Freeze== A piece is ''frozen'' if no [[#Friendly piece|friendly piece]] occupies an [[#Adjacent|adjacent]] square, and a [[#Strength|stronger]] enemy piece does occupy one. A frozen piece cannot move until a friendly piece is beside it, or until the stronger enemy piece leaves. A frozen piece can still be [[#Push|pushed]] or [[#Pull|pulled]] by the opponent. ==Free piece== A ''free piece'' can move around with limited risk. [[#Blockade|Blockades]], [[#Frame|frames]], [[#Hostage|hostages]], [[#Trap attack|trap attacks]], and [[#Goal|goal]] threats may restrict pieces on both sides, leaving other pieces to decide the game. Having the ''strongest free piece'' or ''strongest local piece'' can be a large advantage. ==Friendly piece== For [[#Gold|Gold]], any gold piece is a ''friendly'' piece. For [[#Silver|Silver]], any silver piece is friendly. See also ''[[#Mutual protection|Mutual protection]]''. <span id="G" ></span> ==Goal== If a [[#Rabbit|rabbit]] reaches the opponent's home [[#Rank|rank]], the game is won by ''goal'', which is the usual way a game ends. See also ''[[#Elimination|Elimination]]'', ''[[#Immobilization|Immobilization]]''. ==Goal attack== An ongoing [[#Goal|goal]] threat. See also ''[[#Trap attack|Trap attack]]''. ==Gold== ''Gold'' is the player with gold pieces. Gold is both the first to [[#Setup|set up]] and the first to [[#Turn|move]]. See also ''[[#Silver|Silver]]''. <span id="H" ></span> ==Hang== A ''hanging'' piece is exposed to immediate or forced [[#Capture|capture]]. See also ''[[#False protection|False protection]]''. ==Home trap== A [[#Trap|trap]] on a player's third [[#Rank|rank]]. The squares c3 and f3 are [[#Gold|Gold]]'s home traps; the squares c6 and f6 are [[#Silver|Silver]]'s home traps. See also ''[[#Away trap|Away trap]]''. ==Horse== The third [[#Strength|strongest]] of the six unique Arimaa pieces. Each side has two ''horses''. ==Hostage== A ''hostage'' piece is held near a [[#Trap|trap]] and threatened with [[#Capture|capture]] should a friendly defender leave. <span id="I" ></span> ==Immobilization== A player wins by ''immobilization'' if the opponent has no piece which can move, or if any move the opponent could make would [[#Repetition rule|recreate]] a position they created twice before. See also ''[[#Freeze|Freeze]]'', ''[[#Blockade|Blockade]]'', ''[[#Goal|Goal]]'', ''[[#Elimination|Elimination]]''. <span id="J" ></span> <span id="K" ></span> == Key square == A square north, south, east, or west of a [[#Trap|trap square]]. See also ''[[#Trap attack|Trap attack]]''. <span id="L" ></span> ==Lemming== Not recognizing a lost cause, some bots will go all out to save a doomed [[#Strong piece|strong piece]]. The bot sends over a weak piece to defend it, only to have the weak piece [[#Capture|captured]] with the strong piece no better off. The cycle may repeat several times, with the bot sending over ''lemmings'' and the opponent capturing them. ==Linchpin== A stabilising piece in front of a piece which might otherwise be vulnerable. If the gold camel is on b3 and intends to stay there, Gold might have a ''linchpin'' horse on a4 to prevent his camel from being [[#Freeze|frozen]] on b4 in the event it is pulled up. <span id="M" ></span> == Middlegame == The period between the [[#Opening|opening]] and [[#Endgame|endgame]]. ==Mutual protection== When two or more [[#Friendly piece|friendly pieces]] protect each other from [[#Capture|capture]] in a [[#Trap|trap]] they are [[#Adjacent|adjacent]] to. See also ''[[#False protection|False protection]]''. <span id="N" ></span> <span id="O" ></span> == Opening == The period from [[#Setup|setup]] roughly until the first [[#Capture|capture]]. See also ''[[#Middlegame|Middlegame]], [[#Endgame|Endgame]]''. ==Overload== Multiple threats might ''overload'' the enemy [[#Elephant|elephant]], if no other piece can defend. <span id="P" ></span> ==Phalanx== When every square a piece could be [[#Push|pushed]] onto is already occupied. A ''phalanx'' may be part of a larger [[#Blockade|blockade]], or may simply block a particular move. ==Pin== A lone [[#Friendly piece|friendly piece]] supporting a [[#Frame|framed]] piece is said to be ''pinned''. If a pinned piece moves, the framed piece [[#Capture|disappears]] instantly. ==Pinch== A [[#Capture|capture]] defense in which an enemy piece is surrounded so that it cannot [[#Pull|pull]] or [[#Flip|flip]] a piece into a [[#Trap|trap]]. ==Postal game== A game in which players have hours or days to complete each [[#Turn|move]]. Also known as a ''correspondence game''. ==Pull== A piece can ''pull'' a [[#Strength|weaker]] enemy piece by first stepping onto an unoccupied [[#Adjacent|adjacent]] square, and then moving the enemy piece onto the square that was just vacated. A pull requires two [[#Step|steps]]. ==Pull and replace== When a piece [[#Pull|pulls]] a weaker enemy piece, and then a [[#Friendly piece|friendly piece]] steps onto the square the enemy piece was pulled from. ==Push== A piece can ''push'' a [[#Strength|weaker]] enemy piece by first moving it to an [[#Adjacent|adjacent]] empty square, and then itself stepping onto the square which that enemy piece had occupied. A push requires two [[#Step|steps]]. A [[#Phalanx|phalanx]] may block a push. ==Push and replace== When one piece [[#Push|pushes]] another and steps away, allowing a different [[#Friendly piece|friendly piece]] to take a square formerly occupied by an enemy piece. See also ''[[#Pull and replace|Pull and replace]]''. <span id="Q" ></span> ==Quadrant== A 64-square board can be divided into four ''quadrants'' of 16 squares each. In Arimaa, each quadrant contains one [[#Trap|trap]]. <span id="R" ></span> ==Rabbit== The [[#Strength|weakest]] unit on the board, and the only piece that cannot be moved backward by its owner. Each player starts with eight ''rabbits'', and aims to eventually get one to [[#Goal|goal]]. ==Rank== One of eight rows on an Arimaa board. [[#Gold|Gold]]'s ''home rank'' is 1, while [[#Silver|Silver]]'s is 8. The opponent's home rank is the [[#Goal|goal]] line. ==Repetition rule== A player who has created the same position twice may never create that exact position again. This is a consideration in sequences where players undo each other's moves. ==Rotation== When a piece holding a [[#Blockade|blockade]] or [[#Frame|frame]] is replaced by a weaker piece or a [[#Phalanx|phalanx]], the original piece has ''rotated'' out. If a [[#Hostage|hostage]] defender is replaced, usually by multiple weaker pieces, the original defender has rotated out. A piece can likewise rotate out of a trap control fight. See also ''[[#Swarm|Swarm]]''. <span id="S" ></span> ==Sacrifice== A [[#Strong piece|strong piece]] might be ''sacrificed'' so that a friendly [[#Rabbit|rabbit]] can reach [[#Goal|goal]]. A weak piece might be sacrificed while one secures a [[#Frame|frame]] or [[#Hostage|hostage]]. Likewise, one might have to give up a piece to break an elephant [[#Blockade|blockade]] or stop an enemy goal. ==Scatter== If there is no good way to defend against a [[#Trap attack|trap attack]], home pieces might ''scatter'' to avoid or delay [[#Capture|capture]]. ==Setup== At the start of a game, [[#Gold|Gold]] ''sets up'' his pieces on the first and second [[#Rank|ranks]], in any configuration he chooses. [[#Silver|Silver]] then sets up her pieces on the seventh and eighth ranks. ==Silver== ''Silver'' is the player with silver pieces. Silver is second to [[#Setup|set up]] and second to [[#Turn|move]]. See also ''[[#Gold|Gold]]''. ==Step== A piece can ''step'' onto any unoccupied [[#Adjacent|adjacent]] square. A player takes one to four steps on any [[#Turn|turn]]. Any piece move requires one step; a [[#Push|push]] or [[#Pull|pull]] uses two steps, since two different pieces move. ==Strength== There are six unique types of pieces, each with a different ''strength''. A piece can [[#Push|push]], [[#Pull|pull]], or [[#Freeze|freeze]] any weaker enemy piece. From strongest to weakest, the units are [[#Elephant|elephant]], [[#Camel|camel]], [[#Horse|horse]], [[#Dog|dog]], [[#Cat|cat]], and [[#Rabbit|rabbit]]. ==Strong piece== The [[#Elephant|elephants]], [[#Camel|camels]], and [[#Horse|horses]] are sometimes known as ''strong pieces''. When one side loses two such pieces, an opposing [[#Dog|dog]] might then be considered a strong piece, as it faces threats from only two enemy pieces. ==Swarm== When several pieces advance toward an [[#Away trap|away trap]]. A ''swarm'' may allow an advanced [[#Elephant|elephant]] to [[#Rotation|rotate]] out of a trap control fight, or out of [[#Hostage|hostage]] defense. See also ''[[#Trap attack|Trap attack]]''. <span id="T" ></span> ==Three-for-one== Three [[#Step|steps]] which can be undone in a single step by the opponent. Such a move will give away time, unless the opponent can't easily spare that one step. ==Three-for-three== Three [[#Step|steps]] which could be undone in three steps by the opponent. When three steps cancel three steps, both sides have effectively taken one-step [[#Turn|turns]]. This may continue for several turns, as long as the fourth steps sometimes create [[#Repetition rule|unique positions]]. ==Trap== There are four ''trap'' squares on the board, located at c3, c6, f3 and f6. A piece can be [[#Capture|captured]] in a trap square. ==Trap attack== A ''trap attack'' entails an attempt to occupy multiple [[#Key square|key squares]] of an [[#Away trap|away trap]], perhaps creating [[#Capture|capture]] or [[#Goal|goal]] threats. ==Turn== A player completes a ''turn'' by moving pieces a total of one, two, three or four legal [[#Step|steps]]. The opposing player then gets a turn. Also known as a ''move''. <span id="U" ></span> <span id="V" ></span> <span id="W" ></span> ==West wing== The left side of the board viewed from [[#Gold|Gold]]'s perspective, specifically the a-, b-, and c-[[#File|files]]. <span id="X" ></span> <span id="Y" ></span> <span id="Z" ></span> <noinclude>{{Arimaa/Navigation}}</noinclude> feiu2bi47gmov4w7wbkoew0p0trhipo Wikijunior:Languages/Yoruba 110 81216 4095107 4041782 2022-08-20T23:28:55Z ThornyHemlock 3239321 /* Who are some famous authors or poets in this language? */Spelling wikitext text/x-wiki <noinclude>{{ {{BOOKTEMPLATE}} }}</noinclude> ==What writing system(s) does this language use?== Yoruba was originally written in the Arabic script, but after European missionaries arrived they introduced the Latin alphabet, which mostly overtook the Arabic script. The Yoruba alphabet has 25 letters: A B D E Ẹ F G Gb H I J K L M N O Ọ P R S Ṣ T U W Y a b d e ẹ f g gb h i j k l m n o ọ p r s ṣ t u w y The Latin letters C, Q, V, X and Z are not used in standard Yoruba. ==How many people speak this language?== As of 2021 around fifty million people speak Yoruba as their native language. An additional two million speak it as a separate language. ==Where is this language spoken?== Yoruba is a language spoken by one of the three major ethnic groups in Nigeria. An estimated 20 million speak it in that country as well as a few more millions in a diaspora that spans no fewer than 10 countries, including Benin, Sierra Leon, Togo, Cuba, Brazil and the United States ==What is the history of this language?== Yoruba belongs to a family of African languages known as the Niger-Congo languages, which diverged from a common ancestor around 11,000 years ago. Contact with the Islamic world led to many loanwords being taken from Arabic, whilst the modern alphabet was adopted beginning in the 17th century. ==Who are some famous authors or poets in this language?== Ross Hellman (1768-1843) was a Yoruban slave. He wrote the first newspaper in Yoruba for the other slaves and wrote the first book too. Another famous Yoruban is Jacob Seman a playwright and actor. ==What are some basic words in this language that I can learn?== *hello: ''Ba wo ni'' *good-bye: ''O da bo'' *please: ''E jo'' *thank you: ''O se/E se'' *that one: ''Iyen'' *how much?: ''E lo?'' *English: ''Oyinbo'' *yes: ''Be ni'' *no: ''Be ko'' ==What is a simple song/poem/story that I can learn in this language?== ==References== <noinclude>{{{{BOOKTEMPLATE}}/Footer}} <!-- categories would go here --> <!-- interlanguage links would go here --> </noinclude> 558pbcaaxgxbpwco2jag8wn667o3t38 Muggles' Guide to Harry Potter/Magic/Auror 0 82870 4095121 3799565 2022-08-21T01:51:14Z 2603:7082:7A40:8:38FC:CB56:6828:432 Lick my butt wikitext text/x-wiki {{Muggles' Guide to Harry Potter/Magic| name=Auror| type=Status| features=| appearance=[[Muggles' Guide to Harry Potter/Books/Goblet of Fire|''Harry Potter and the Goblet of Fire'']]}}lick my butt == Overview == An '''''Auror''''' is "a Dark wizard catcher". They are an elite group of witches and wizards, loyal to the [[Muggles' Guide to Harry Potter/Magic/Ministry of Magic|Ministry of Magic]], whose mission is to fight against and capture the forces of the Dark Arts. The requirements for becoming an Auror are, of necessity, quite stringent. By their fifth year at Hogwarts, [[Muggles' Guide to Harry Potter/Characters/Harry Potter|Harry]] and [[Muggles' Guide to Harry Potter/Characters/Ron Weasley|Ron]] both want to be Aurors. == Extended Description == {{Muggles' Guide to Harry Potter/Beginner Spoiler}} The Aurors are like a police force, and sometimes work as intelligence agents. They have the authority to arrest malefactors like [[Muggles' Guide to Harry Potter/Major Events/Death Eaters|Death Eaters]], and at times have been given authority to use deadly force against Death Eaters in particular. When we are first introduced to the office, Death Eaters are already gaining force in the Wizarding world, so the Aurors' mission is clearly defined. It is not as clear what the Auror department does when there is no center of Dark forces to fight; one gets the impression, however, that they continue to work as sort of an elite police group, a magical SWAT team of sorts perhaps. == Analysis == We learn very little about the types of work available to adult Wizards. There is of course the bureaucracy of the Ministry of Magic, of which we see more than a little; but of the actual work done by the Ministry there is not much on display. We have poor overworked [[Muggles' Guide to Harry Potter/Characters/Arthur Weasley|Arthur Weasley's]] two-man department in its converted broom closet, trying to keep magical artifacts out of Muggle perception; we have, at one point, the Department of Games and Sports managing the [[Muggles' Guide to Harry Potter/Major Events/Quidditch World Cup|Quidditch World Cup]] and reviving the [[Muggles' Guide to Harry Potter/Major Events/Triwizard Tournament|Triwizard Tournament]], and we have the Auror's department which seems to be the only group who actively go out and do stuff. The Aurors, of course, have the most exciting and dangerous job, hunting other wizards. The skills required mean that the Auror must be capable of high levels of magical ability, and must be willing to face significant personal danger, increasing the attractiveness of the job. This does mean that Aurors receive significantly more training than is required for most other fields, and require higher grades in more subjects in order to apply; neither of these barriers to entry seems to make the job less attractive, however. === Training === It takes three years to become an Auror after attending [[Muggles' Guide to Harry Potter/Places/Hogwarts School of Witchcraft and Wizardry|Hogwarts]]. A candidate to become an Auror should meet the following requirements: *minimum of five [[Muggles' Guide to Harry Potter/Places/Hogwarts School of Witchcraft and Wizardry#Examinations_Given|N.E.W.T.s]] with no grade under "[[Muggles' Guide to Harry Potter/Places/Hogwarts School of Witchcraft and Wizardry#Grades_Classification|Exceeds Expectations]]" *recommended N.E.W.T. subjects are: **[[Muggles' Guide to Harry Potter/Magic/Defence Against the Dark Arts|Defence Against the Dark Arts]] **[[Muggles' Guide to Harry Potter/Magic/Charms|Charms]] **[[Muggles' Guide to Harry Potter/Magic/Potions|Potions]] **[[Muggles' Guide to Harry Potter/Magic/Transfiguration|Transfiguration]] The fifth N.E.W.T. subject is left open to the candidate, but [[Muggles' Guide to Harry Potter/Characters/Harry Potter|Harry]] evidently selects [[Muggles' Guide to Harry Potter/Magic/Herbology|Herbology]] as his fifth. One would assume that [[Muggles' Guide to Harry Potter/Magic/Muggle Studies|Muggle Studies]] or [[Muggles' Guide to Harry Potter/Magic/Arithmancy|Arithmancy]] would equally be acceptable. If the candidate meets the above requirements he or she must also pass the following requirements: *background check for criminal record *"a stringent series of character and aptitude tests at the Auror office." When accepted, the candidate continues on training. Once one becomes an "Auror trainee" they will be taught one of the following: *Concealment and Disguise *Stealth and Tracking === Known Aurors === *[[Muggles' Guide to Harry Potter/Characters/Dawlish|Dawlish]] *[[Muggles' Guide to Harry Potter/Characters/Alice Longbottom|Alice Longbottom]] (insanity due to [[Muggles' Guide to Harry Potter/Magic/Crucio|Cruciatus Curse]]) *[[Muggles' Guide to Harry Potter/Characters/Frank Longbottom|Frank Longbottom]] (insanity due to Cruciatus Curse) *[[Muggles' Guide to Harry Potter/Characters/Alastor Moody|Alastor 'Mad-Eye' Moody]] (retired) <!-- note to editors: his death at Voldemort's hand in DH is not part of his job as Auror, and is a spoiler so should not be in this article --> *Proudfoot *Gawain Robbards *Savage *[[Muggles' Guide to Harry Potter/Characters/Rufus Scrimgeour|Rufus Scrimgeour]] *[[Muggles' Guide to Harry Potter/Characters/Kingsley Shacklebolt|Kingsley Shacklebolt]] *[[Muggles' Guide to Harry Potter/Characters/Nymphadora Tonks|Nymphadora Tonks]] *[[Muggles' Guide to Harry Potter/Characters/Williamson|Williamson]] == Questions == {{Muggles' Guide to Harry Potter/Questions}} == Greater Picture == {{Muggles' Guide to Harry Potter/Intermediate Spoiler}} {{BookCat}} f4zox2cvi4s5heb758whfdu8bgdh3sx 4095143 4095121 2022-08-21T03:10:39Z Xania 40302 [[WB:REVERT|Reverted]] edits by [[Special:Contributions/2603:7082:7A40:8:38FC:CB56:6828:432|2603:7082:7A40:8:38FC:CB56:6828:432]] ([[User talk:2603:7082:7A40:8:38FC:CB56:6828:432|talk]]) to last version by Hasley wikitext text/x-wiki {{Muggles' Guide to Harry Potter/Magic| name=Auror| type=Status| features=| appearance=[[Muggles' Guide to Harry Potter/Books/Goblet of Fire|''Harry Potter and the Goblet of Fire'']]}} == Overview == An '''''Auror''''' is "a Dark wizard catcher". They are an elite group of witches and wizards, loyal to the [[Muggles' Guide to Harry Potter/Magic/Ministry of Magic|Ministry of Magic]], whose mission is to fight against and capture the forces of the Dark Arts. The requirements for becoming an Auror are, of necessity, quite stringent. By their fifth year at Hogwarts, [[Muggles' Guide to Harry Potter/Characters/Harry Potter|Harry]] and [[Muggles' Guide to Harry Potter/Characters/Ron Weasley|Ron]] both want to be Aurors. == Extended Description == {{Muggles' Guide to Harry Potter/Beginner Spoiler}} The Aurors are like a police force, and sometimes work as intelligence agents. They have the authority to arrest malefactors like [[Muggles' Guide to Harry Potter/Major Events/Death Eaters|Death Eaters]], and at times have been given authority to use deadly force against Death Eaters in particular. When we are first introduced to the office, Death Eaters are already gaining force in the Wizarding world, so the Aurors' mission is clearly defined. It is not as clear what the Auror department does when there is no center of Dark forces to fight; one gets the impression, however, that they continue to work as sort of an elite police group, a magical SWAT team of sorts perhaps. == Analysis == We learn very little about the types of work available to adult Wizards. There is of course the bureaucracy of the Ministry of Magic, of which we see more than a little; but of the actual work done by the Ministry there is not much on display. We have poor overworked [[Muggles' Guide to Harry Potter/Characters/Arthur Weasley|Arthur Weasley's]] two-man department in its converted broom closet, trying to keep magical artifacts out of Muggle perception; we have, at one point, the Department of Games and Sports managing the [[Muggles' Guide to Harry Potter/Major Events/Quidditch World Cup|Quidditch World Cup]] and reviving the [[Muggles' Guide to Harry Potter/Major Events/Triwizard Tournament|Triwizard Tournament]], and we have the Auror's department which seems to be the only group who actively go out and do stuff. The Aurors, of course, have the most exciting and dangerous job, hunting other wizards. The skills required mean that the Auror must be capable of high levels of magical ability, and must be willing to face significant personal danger, increasing the attractiveness of the job. This does mean that Aurors receive significantly more training than is required for most other fields, and require higher grades in more subjects in order to apply; neither of these barriers to entry seems to make the job less attractive, however. === Training === It takes three years to become an Auror after attending [[Muggles' Guide to Harry Potter/Places/Hogwarts School of Witchcraft and Wizardry|Hogwarts]]. A candidate to become an Auror should meet the following requirements: *minimum of five [[Muggles' Guide to Harry Potter/Places/Hogwarts School of Witchcraft and Wizardry#Examinations_Given|N.E.W.T.s]] with no grade under "[[Muggles' Guide to Harry Potter/Places/Hogwarts School of Witchcraft and Wizardry#Grades_Classification|Exceeds Expectations]]" *recommended N.E.W.T. subjects are: **[[Muggles' Guide to Harry Potter/Magic/Defence Against the Dark Arts|Defence Against the Dark Arts]] **[[Muggles' Guide to Harry Potter/Magic/Charms|Charms]] **[[Muggles' Guide to Harry Potter/Magic/Potions|Potions]] **[[Muggles' Guide to Harry Potter/Magic/Transfiguration|Transfiguration]] The fifth N.E.W.T. subject is left open to the candidate, but [[Muggles' Guide to Harry Potter/Characters/Harry Potter|Harry]] evidently selects [[Muggles' Guide to Harry Potter/Magic/Herbology|Herbology]] as his fifth. One would assume that [[Muggles' Guide to Harry Potter/Magic/Muggle Studies|Muggle Studies]] or [[Muggles' Guide to Harry Potter/Magic/Arithmancy|Arithmancy]] would equally be acceptable. If the candidate meets the above requirements he or she must also pass the following requirements: *background check for criminal record *"a stringent series of character and aptitude tests at the Auror office." When accepted, the candidate continues on training. Once one becomes an "Auror trainee" they will be taught one of the following: *Concealment and Disguise *Stealth and Tracking === Known Aurors === *[[Muggles' Guide to Harry Potter/Characters/Dawlish|Dawlish]] *[[Muggles' Guide to Harry Potter/Characters/Alice Longbottom|Alice Longbottom]] (insanity due to [[Muggles' Guide to Harry Potter/Magic/Crucio|Cruciatus Curse]]) *[[Muggles' Guide to Harry Potter/Characters/Frank Longbottom|Frank Longbottom]] (insanity due to Cruciatus Curse) *[[Muggles' Guide to Harry Potter/Characters/Alastor Moody|Alastor 'Mad-Eye' Moody]] (retired) <!-- note to editors: his death at Voldemort's hand in DH is not part of his job as Auror, and is a spoiler so should not be in this article --> *Proudfoot *Gawain Robbards *Savage *[[Muggles' Guide to Harry Potter/Characters/Rufus Scrimgeour|Rufus Scrimgeour]] *[[Muggles' Guide to Harry Potter/Characters/Kingsley Shacklebolt|Kingsley Shacklebolt]] *[[Muggles' Guide to Harry Potter/Characters/Nymphadora Tonks|Nymphadora Tonks]] *[[Muggles' Guide to Harry Potter/Characters/Williamson|Williamson]] == Questions == {{Muggles' Guide to Harry Potter/Questions}} == Greater Picture == {{Muggles' Guide to Harry Potter/Intermediate Spoiler}} {{BookCat}} a5dohiyzx5ciw08zgxvk9zcztkh27qn LaTeX/Source Code Listings 0 96277 4095111 3815132 2022-08-20T23:42:59Z Zafarella2 3343021 wikitext text/x-wiki <noinclude>{{LaTeX/Top}} </noinclude> There are many packages providing code listings and highliting, below are most popular: * [https://ctan.org/pkg/listings listings] ** considered slightly outdated due to lacking maintenance, but still very useful and functionality rich * [https://ctan.org/pkg/minted minted] ** [https://ctan.org/pkg/minted minted] is an alternative to listings which has become popular. It uses the external Python library [http://pygments.org/ Pygments] for code highlighting, which as of February 2021 boasts over 537 supported languages and text formats. As the package relies on external Python code, the setup require a few more steps than a usual LaTeX package, so please have a look at their [https://github.com/gpoore/minted GitHub repo] and their [https://ctan.org/pkg/minted manual]. ==Using the ''listings'' package== Using the package {{LaTeX/Package|listings}} you can add non-formatted text as you would do with {{LaTeX/LaTeX|code=\begin{verbatim}<!---->}} but its main aim is to include the source code of any programming language within your document. If you wish to include pseudocode or algorithms, you may find [[LaTeX/Algorithms and Pseudocode|Algorithms and Pseudocode]] useful also. To use the package, you need: {{LaTeX/Usage|code= \usepackage{listings} }} The {{LaTeX/Package|listings}} package supports highlighting of all the most common languages and it is highly customizable. If you just want to write code within your document the package provides the {{LaTeX/Environment|lstlisting}} environment: {{LaTeX/Usage|code= \begin{lstlisting} Put your code here. \end{lstlisting} }} Another possibility, that is very useful if you created a program on several files and you are still editing it, is to import the code from the source itself. This way, if you modify the source, you just have to recompile the LaTeX code and your document will be updated. The command is: {{LaTeX/Usage|code= \lstinputlisting{source_filename.py} }} in the example there is a Python source, but it doesn't matter: you can include any file but you have to write the full file name. It will be considered plain text and it will be highlighted according to your settings, that means it doesn't recognize the programming language by itself. You can specify the language while including the file with the following command: {{LaTeX/Usage|code= \lstinputlisting[language=Python]{source_filename.py} }} You can also specify a scope for the file. {{LaTeX/Usage|code= \lstinputlisting[language=Python, firstline=37, lastline=45]{source_filename.py} }} Or {{LaTeX/Usage|code= \lstinputlisting[language=Python, linerange={37-45,48-50}]{source_filename.py} }} This comes in handy if you are sure that the file will not change (at least before the specified lines). You may also omit the {{LaTeX/Parameter|firstline}} or {{LaTeX/Parameter|lastline}} parameter: it means ''everything up to or starting from this point''. This is a basic example for some Pascal code: <syntaxhighlight lang="latex"> \documentclass{article} \usepackage{listings} % Include the listings-package \begin{document} \lstset{language=Pascal} % Set your language (you can change the language for each code-block optionally) \begin{lstlisting}[frame=single] % Start your code-block for i:=maxint to 0 do begin { do nothing } end; Write('Case insensitive '); Write('Pascal keywords.'); \end{lstlisting} \end{document} </syntaxhighlight> [[File:Latex Pascal Listing.png]] ===Supported languages=== It supports the following programming languages: ABAP<sup>2,4</sup>, ACSL, Ada<sup>4</sup>, Algol<sup>4</sup>, Ant, Assembler<sup>2,4</sup>, Awk<sup>4</sup>, bash, Basic<sup>2,4</sup>, C#<sup>5</sup>, C++<sup>4</sup>, C<sup>4</sup>, Caml<sup>4</sup>, Clean, Cobol<sup>4</sup>, Comal, csh, Delphi, Eiffel, Elan, erlang, Euphoria, Fortran<sup>4</sup>, GCL, Go (golang), Gnuplot, Haskell, HTML, IDL<sup>4</sup>, inform, Java<sup>4</sup>, JVMIS, ksh, Lisp<sup>4</sup>, Logo, Lua<sup>2</sup>, make<sup>4</sup>, Mathematica<sup>1,4</sup>, Matlab, Mercury, MetaPost, Miranda, Mizar, ML, Modelica<sup>3</sup>, Modula-2, MuPAD, NASTRAN, Oberon-2, Objective C<sup>5</sup> , OCL<sup>4</sup>, Octave, Oz, Pascal<sup>4</sup>, Perl, PHP, PL/I, Plasm, POV, Prolog, Promela, Python, R, Reduce, Rexx, RSL, Ruby, S<sup>4</sup>, SAS, Scilab, sh, SHELXL, Simula<sup>4</sup>, SQL, tcl<sup>4</sup>, TeX<sup>4</sup>, VBScript, Verilog, VHDL<sup>4</sup>, VRML<sup>4</sup>, XML, XSLT. For some of them, several dialects are supported. For more information, refer to the documentation that comes with the package, it should be within your distribution under the name <tt>listings-*.dvi</tt>. ;Notes # It supports Mathematica code only if you are typing in plain text format. You can't include *.NB files {{LaTeX/LaTeX|code=\lstinputlisting{...}<!---->}} as you could with any other programming language, but Mathematica can export in a pretty-formatted LaTeX source. # Specification of the dialect is mandatory for these languages (e.g. {{LaTeX/LaTeX|code=language={[x86masm]Assembler}<!---->}}). # Modelica is supported via the dtsyntax package available [https://code.google.com/p/dtsyntax/ here]. # For these languages, multiple dialects are supported. C, for example, has ANSI, Handel, Objective and Sharp. See p. 12 of the [http://mirrors.ctan.org/macros/latex/contrib/listings/listings.pdf listings manual] for an overview. # Defined as a dialect of another language ===Settings=== You can modify several parameters that will affect how the code is shown. You can put the following code anywhere in the document (it doesn't matter whether before or after {{LaTeX/LaTeX|code=\begin{document}<!---->}}), change it according to your needs. The meaning is explained next to any line. <syntaxhighlight lang="latex"> \usepackage{listings} \usepackage{color} \definecolor{mygreen}{rgb}{0,0.6,0} \definecolor{mygray}{rgb}{0.5,0.5,0.5} \definecolor{mymauve}{rgb}{0.58,0,0.82} \lstset{ backgroundcolor=\color{white}, % choose the background color; you must add \usepackage{color} or \usepackage{xcolor}; should come as last argument basicstyle=\footnotesize, % the size of the fonts that are used for the code breakatwhitespace=false, % sets if automatic breaks should only happen at whitespace breaklines=true, % sets automatic line breaking captionpos=b, % sets the caption-position to bottom commentstyle=\color{mygreen}, % comment style deletekeywords={...}, % if you want to delete keywords from the given language escapeinside={\%*}{*)}, % if you want to add LaTeX within your code extendedchars=true, % lets you use non-ASCII characters; for 8-bits encodings only, does not work with UTF-8 firstnumber=1000, % start line enumeration with line 1000 frame=single, % adds a frame around the code keepspaces=true, % keeps spaces in text, useful for keeping indentation of code (possibly needs columns=flexible) keywordstyle=\color{blue}, % keyword style language=Octave, % the language of the code morekeywords={*,...}, % if you want to add more keywords to the set numbers=left, % where to put the line-numbers; possible values are (none, left, right) numbersep=5pt, % how far the line-numbers are from the code numberstyle=\tiny\color{mygray}, % the style that is used for the line-numbers rulecolor=\color{black}, % if not set, the frame-color may be changed on line-breaks within not-black text (e.g. comments (green here)) showspaces=false, % show spaces everywhere adding particular underscores; it overrides 'showstringspaces' showstringspaces=false, % underline spaces within strings only showtabs=false, % show tabs within strings adding particular underscores stepnumber=2, % the step between two line-numbers. If it's 1, each line will be numbered stringstyle=\color{mymauve}, % string literal style tabsize=2, % sets default tabsize to 2 spaces title=\lstname % show the filename of files included with \lstinputlisting; also try caption instead of title } </syntaxhighlight> ;escapeinside The {{LaTeX/Parameter|escapeinside}} line needs an explanation. The option {{LaTeX/LaTeX|code=escapeinside={A}{B}<!---->}} will define delimiters for escaping into LaTeX code, ''i.e.'' all the code between the string "A" and "B" will be parsed as LaTeX over the current ''listings'' style. In the example above, the comments for ''Octave'' start with {{LaTeX/LaTeX|code=%<!---->}}, and they are going to be printed in the document unless they start with {{LaTeX/LaTeX|code=%*<!---->}}, in which case they are read as LaTeX (with all LaTeX commands fulfilled) until they're closed with another {{LaTeX/LaTeX|code=*)<!---->}}. If you add the above paragraph, the following can be used to alter the settings within the code: {{LaTeX/Usage|code= \lstset{language=C,caption={Descriptive Caption Text},label=DescriptiveLabel} }} There are many more options, check the official documentation. ===Style definition=== The package lets you define styles, ''i.e.'' profiles specifying a set of settings. Example <syntaxhighlight lang="latex"> \lstdefinestyle{customc}{ belowcaptionskip=1\baselineskip, breaklines=true, frame=L, xleftmargin=\parindent, language=C, showstringspaces=false, basicstyle=\footnotesize\ttfamily, keywordstyle=\bfseries\color{green!40!black}, commentstyle=\itshape\color{purple!40!black}, identifierstyle=\color{blue}, stringstyle=\color{orange}, } \lstdefinestyle{customasm}{ belowcaptionskip=1\baselineskip, frame=L, xleftmargin=\parindent, language=[x86masm]Assembler, basicstyle=\footnotesize\ttfamily, commentstyle=\itshape\color{purple!40!black}, } \lstset{escapechar=@,style=customc} </syntaxhighlight> In our example, we only set two options globally: the default style and the escape character. Usage: <syntaxhighlight lang="c"> \begin{lstlisting} #include <stdio.h> #define N 10 /* Block * comment */ int main() { int i; // Line comment. puts("Hello world!"); for (i = 0; i < N; i++) { puts("LaTeX is also great for programmers!"); } return 0; } \end{lstlisting} \lstinputlisting[caption=Scheduler, style=customc]{hello.c} </syntaxhighlight> The C part will print as [[File:Listings Example.svg]] ===Automating file inclusion=== If you have a bunch of source files you want to include, you may find yourself doing the same thing over and over again. This is where macros show their real power. <syntaxhighlight lang="latex"> \newcommand{\includecode}[2][c]{\lstinputlisting[caption=#2, escapechar=, style=custom#1]{#2}<!---->} % ... \includecode{sched.c} \includecode[asm]{sched.s} % ... \lstlistoflistings </syntaxhighlight> In this example, we create one command to ease source code inclusion. We set the default style to be ''customc''. All listings will have their name as caption: we do not have to write the file name twice thanks to the macro. Finally we list all listings with this command from the {{LaTeX/Package|listings}} package. See [[LaTeX/Macros|Macros]] for more details. ===Encoding issue=== By default, {{LaTeX/Package|listings}} does not support multi-byte encoding for source code. The {{LaTeX/LaTeX|code=extendedchar<!---->}} option only works for 8-bits encodings such as latin1. To handle UTF-8, you should tell listings how to interpret the special characters by defining them like so <syntaxhighlight lang="latex"> \lstset{literate= {á}{{\'a}}1 {é}{{\'e}}1 {í}{{\'i}}1 {ó}{{\'o}}1 {ú}{{\'u}}1 {Á}{{\'A}}1 {É}{{\'E}}1 {Í}{{\'I}}1 {Ó}{{\'O}}1 {Ú}{{\'U}}1 {à}{{\`a}}1 {è}{{\`e}}1 {ì}{{\`i}}1 {ò}{{\`o}}1 {ù}{{\`u}}1 {À}{{\`A}}1 {È}{{\'E}}1 {Ì}{{\`I}}1 {Ò}{{\`O}}1 {Ù}{{\`U}}1 {ä}{{\"a}}1 {ë}{{\"e}}1 {ï}{{\"i}}1 {ö}{{\"o}}1 {ü}{{\"u}}1 {Ä}{{\"A}}1 {Ë}{{\"E}}1 {Ï}{{\"I}}1 {Ö}{{\"O}}1 {Ü}{{\"U}}1 {â}{{\^a}}1 {ê}{{\^e}}1 {î}{{\^i}}1 {ô}{{\^o}}1 {û}{{\^u}}1 {Â}{{\^A}}1 {Ê}{{\^E}}1 {Î}{{\^I}}1 {Ô}{{\^O}}1 {Û}{{\^U}}1 {ã}{{\~a}}1 {ẽ}{{\~e}}1 {ĩ}{{\~i}}1 {õ}{{\~o}}1 {ũ}{{\~u}}1 {Ã}{{\~A}}1 {Ẽ}{{\~E}}1 {Ĩ}{{\~I}}1 {Õ}{{\~O}}1 {Ũ}{{\~U}}1 {œ}{{\oe}}1 {Œ}{{\OE}}1 {æ}{{\ae}}1 {Æ}{{\AE}}1 {ß}{{\ss}}1 {ű}{{\H{u}}}1 {Ű}{{\H{U}}}1 {ő}{{\H{o}}}1 {Ő}{{\H{O}}}1 {ç}{{\c c}}1 {Ç}{{\c C}}1 {ø}{{\o}}1 {å}{{\r a}}1 {Å}{{\r A}}1 {€}{{\euro}}1 {£}{{\pounds}}1 {«}{{\guillemotleft}}1 {»}{{\guillemotright}}1 {ñ}{{\~n}}1 {Ñ}{{\~N}}1 {¿}{{?`}}1 {¡}{{!`}}1 } </syntaxhighlight> The above table will cover most characters in latin languages. For a more detailed explanation of the usage of the {{LaTeX/LaTeX|code=literate<!---->}} option check section 5.4 in the [http://mirrors.ctan.org/macros/latex/contrib/listings/listings.pdf Listings Documentation]. Another possibility is to replace {{LaTeX/LaTeX|code=\usepackage{listings}<!---->}} (in the preamble) with {{LaTeX/LaTeX|code=\usepackage{listingsutf8}<!---->}}, but this will only work for {{LaTeX/LaTeX|code=\lstinputlisting{...}<!---->}}. ===Customizing captions=== You can have fancy captions (or titles) for your listings using the {{LaTeX/Package|caption}} package. Here is an example for {{LaTeX/Package|listings}}. <syntaxhighlight lang="latex"> \usepackage{caption} \usepackage{listings} \DeclareCaptionFont{white}{ \color{white} } \DeclareCaptionFormat{listing}{ \colorbox[cmyk]{0.43, 0.35, 0.35,0.01 }{ \parbox{\textwidth}{\hspace{15pt}#1#2#3} } } \captionsetup[lstlisting]{ format=listing, labelfont=white, textfont=white, singlelinecheck=false, margin=0pt, font={bf,footnotesize} } % ... \lstinputlisting[caption=My caption]{sourcefile.lang} </syntaxhighlight> == References == A lot more detailed information can be found in a [http://mirrors.rit.edu/CTAN/macros/latex/contrib/listings/listings-devel.pdf PDF by Carsten Heinz and Brooks Moses]. Details and documentation about the Listings package can be found at [http://www.ctan.org/tex-archive/macros/latex/contrib/listings/ its CTAN website]. <noinclude> {{LaTeX/Bottom|Algorithms|Linguistics}} </noinclude> [[sr:LaTeX/Листирање изворног кода]] fenyc4o8dp2r10iu4rhxn8pcqx4otld Template:MATLAB Programming/Nav 10 99450 4095059 3584151 2022-08-20T14:15:06Z MrAlanKoh 3392840 majoroverhaul for NAV bar wikitext text/x-wiki <div class="noprint" style="background-color: #bbb; border: 2px solid #000; padding: 0.5em; font-size: small; text-align: left; float: right; clear: right; width: 25%; margin: 0.5em"> '''[[MATLAB Programming|MATLAB Programming]]''' '''Chapter 1: MATLAB Introductions .''' :[[MATLAB_Programming/Fundamentals of MATLAB|Fundamentals of MATLAB]] :[[MATLAB_Programming/Hello World|Hello World]] :[[MATLAB_Programming/Workspace|MATLAB Workspace]] :[[MATLAB_Programming/Variables|MATLAB Variables]] :[[MATLAB_Programming/Saving and loading a MAT-file|*.mat files]] '''Chapter 2: MATLAB Concepts''' :[[MATLAB Programming/Fundamentals of MATLAB/MATLAB operator|MATLAB operator]] :[[MATLAB_Programming/Basic_Reading_and_Writing_data_from_a_file| Data File I/O]] '''Chapter 3: Variable Manipulation''' :[[MATLAB Programming/Boolean and Rational|Numbers and Booleans]] :[[MATLAB Programming/Strings|Strings]] :[[MATLAB Programming/Portable Functions|Portable Functions]] :[[MATLAB Programming/Complex Numbers|Complex Numbers]] '''Chapter 4: Vector and matrices''' :[[MATLAB Programming/Vector_and_Matrices|Vector and Matrices]] :[[MATLAB Programming/Vector and Matrices/Special_Matrices|Special Matrices]] :[[MATLAB Programming/Vector and Matrices/Operations on Vectors|Operation on Vectors]] :[[MATLAB Programming/Vector and Matrices/Operations on Matrices|Operation on Matrices]] :[[MATLAB Programming/Vector and Matrices/Sparse_Matrices|Sparse Matrices]] '''Chapter 5: Array''' :[[MATLAB Programming/Arrays|Arrays]] :[[MATLAB Programming/Introduction to array operations|Introduction to array operations]] :[[MATLAB Programming/Arrays/Basic vector operations|Vectors and Basic Vector Operations]] :[[MATLAB Programming/Vectoring Mathematics|Mathematics with Vectors and Matrices]] :[[MATLAB Programming/Struct Arrays|Struct Arrays]] :[[MATLAB Programming/Cell Arrays|Cell Arrays]] '''Chapter 6: Graphical Plotting''' :[[MATLAB Programming/Graphics|Basic Graphics Commands]] :[[MATLAB Programming/Annotate|Annotating Plots]] :[[MATLAB Programming/Plot|Plot]] :[[MATLAB Programming/Polar Plot|Polar Plot]] :[[MATLAB Programming/Semilog|Semilogx or Semilogy]] :[[MATLAB Programming/Loglog|Loglog]] :[[MATLAB Programming/Bode Plot|Bode Plot]] :[[MATLAB Programming/Nichols Plot|Nichols Plot]] :[[MATLAB Programming/Nyquist Plot|Nyquist Plot]] '''Chapter 7: M File Programming''' :[[MATLAB Programming/Scripts|Scripts]] :[[MATLAB Programming/Comments|Comments]] :[[MATLAB Programming/Entering data at the command line|The Input Function]] :[[MATLAB Programming/Control Flow|Control Flow]] :[[MATLAB Programming/Loops and Branches|Loops and Branches]] :[[MATLAB Programming/Error Messages|Error Messages]] :[[MATLAB Programming/MATLAB Caveats|MATLAB Caveats]] :[[MATLAB Programming/Debugging M Files|Debugging M Files]] '''Chapter 8: Advanced Topics''' :[[MATLAB Programming/Advanced Topics/Numerical Manipulation | Numerical Manipulation]] :[[MATLAB_Programming/Advanced_Topics/Advanced_IO|Advanced File I/O]] :[[MATLAB Programming/Advanced Topics/Object Oriented Programming|Object Oriented Programming]] :[[MATLAB Programming/Advanced Topics/Applications and Examples|Applications and Examples]] :[[MATLAB Programming/Advanced Topics/Toolboxes and Extensions|Toolboxes and Extensions]] '''Chapter 9: Bonus chapters''' '''[[MATLAB Programming/Alternatives to MATLAB|Chapter 7: Alternatives to MATLAB]]''' :[[MATLAB_Programming/GNU_Octave|What is Octave ?]] :[[MATLAB_Programming/Differences_between_Octave_and_MATLAB|Octave/MATLAB differences]] <small>[http://en.wikibooks.org/w/index.php?title=Template:MATLAB_Programming/Nav&action=edit edit this box]</small> </div> {{BookCat}} qnnfiso1ck6dtd5tkfgpq19010q90a4 Wikibooks talk:Be bold 5 104763 4095105 1339857 2022-08-20T23:22:55Z 201.175.242.242 /* Solo uso mi libre criterio */ new section wikitext text/x-wiki {{Archive box|: [[Wikibooks talk:Be bold/Archive1|January 2007]]}} == Be Bold == This guideline proposal is static now, in recent times it only got tweaked a bit and I think to the best and to make it clearer. I archived previous post threads about making it a policy or a guideline (and they are important as some users may still have problems making a distinction on the two), I think the argument to make it a guideline won and is stated as much on the draft any one has any other point we should consider before we make a decission on this ?<br> I have suggested that [[User:Robert Horning]] puts it through the motions he proposed on the [[http://en.wikibooks.org/w/index.php?title=Wikibooks%3AStaff_lounge%2FChat&diff=805233&oldid=805177 Wikibooks:Staff lounge/Chat #Moving on policies]] as a test run sense no other way is defined as standard. --[[User:Panic2k4|Panic]] 18:43, 24 March 2007 (UTC) :I have created a basic voting page for this to become a formal guideline here: [[Wikibooks:Policies and guidelines/Vote/Be Bold]] :I think this is rather non-controvercial, and certainly need to get some sort of formal acceptance. --[[User:Robert Horning|Rob Horning]] 20:12, 24 March 2007 (UTC) : Does Wikipedia itself have the be bold ( or similiar) guideline? [[User:ChessCreator|ChessCreator]] ([[User talk:ChessCreator|talk]]) 14:29, 6 February 2008 (UTC) ::Yes they do; see [[w:Wikipedia:Be_bold|here]]. '''[[User:Neoptolemus|Νεοπτόλεμος]]''' 14:32, 6 February 2008 (UTC) ::: Thanks [[User:ChessCreator|ChessCreator]] ([[User talk:ChessCreator|talk]]) 15:35, 6 February 2008 (UTC) == Shortcut == The shortcut to this page is WB:BOLD, but WP:BB is used for the same policy on Wikipedia. Since WB:BB goes to the Bulletin Board, I'm going to put a link on the Bulletin Board so that Wikipedibookians looking for this page might more easily find it. '''[[User:Neoptolemus|Νεοπτόλεμος]]''' 15:47, 6 February 2008 (UTC) :As long as we don't have a hyperactive deletionist kill the redirects, that shouldn't be a problem. And yes, there has been massive deletion of redirects in the past that I won't go into. Since many wikipedians are more familiar with the "WP:" psuedoprefix, I think this is a good idea. --[[User:Robert Horning|Rob Horning]] ([[User talk:Robert Horning|talk]]) 16:01, 7 February 2008 (UTC) == Wikijunior == Shouldn't there be a Wikijunior version, considering that there is a link to this page on the main Wikijunior page? That way, it would be easier to understand. This is mainly easy to understand, but it could be simplified some more to be easier for them. (Check my Wikipedia user page.) [[User:B-a-b|B-a-b]] ([[User talk:B-a-b|talk]]) 00:34, 22 November 2008 (UTC) == Solo uso mi libre criterio == Gracias por su apoyo [[Special:Contributions/201.175.242.242|201.175.242.242]] ([[User talk:201.175.242.242|discuss]]) 23:22, 20 August 2022 (UTC) lgeclviiv5itpmmokhnn1z3ttyvln2j Turkish/Pronunciation and Alphabet/S-Z 0 111881 4095166 3807805 2022-08-21T06:49:38Z 77.235.175.40 wikitext text/x-wiki {{Turkish/Navigation|Pronunciation and Alphabet/Vowel Classifications and Harmony|Pronunciation and Alphabet/İ-R|up=Pronunciation and Alphabet}} Now that you've learnt everything up to and including r, let's learn the rest of the alphabet: ===S=== {| style="padding:0px width: 30%" |style="padding: 0em 1em 0em 0.5em"|/{{IPA|s}}/||{{audio|Voiceless alveolar sibilant.ogg|Click for sound}}||{{inline player|Voiceless alveolar sibilant.ogg|width=50px}} |} Or ''se''. Pronounced like the s in '''s'''ee. For example: *'''soğan''' - onion *'''salam''' - salami (a Turkish delicacy) *'''sel''' - flood, bruh ===Ş=== {| style="padding:0px width: 30%" |style="padding: 0em 1em 0em 0.6em"|/{{IPA|ʃ}}/||{{audio|Voiceless_palato-alveolar_sibilant.ogg|Click for sound}}||{{inline player|Voiceless_palato-alveolar_sibilant.ogg|width=50px}} |} Or ''şe''. Pronounced like the sh in '''sh'''out. For example: *'''şey''' - thing *'''şarap''' - wine *'''şişe''' - bottle ===T=== {| style="padding:0px width: 30%" |style="padding: 0em 1em 0em 0.5em"|/{{IPA|t}}/||{{audio|Voiceless_alveolar_plosive.ogg|Click for sound}}||{{inline player|Voiceless_alveolar_plosive.ogg|width=50px}} |} Or ''te''. Pronounce like the t in '''t'''ea. For example: *'''tabak''' - plate *'''tavsiye''' - recommendation *'''televizyon''' - television ===U=== {| style="padding:0px width: 30%" |style="padding: 0em 1em 0em 0.5em"|/{{IPA|u}}/||{{audio|Close back rounded vowel.ogg|Click for sound}}||{{inline player|Close back rounded vowel.ogg|width=50px}} |} Pronounced like the ou in the [[French]] word b'''ou'''m. For example: *'''uçak''' - plane *'''ucuz''' - cheap *'''ufak''' - small ===Ü=== {| style="padding:0px width: 30%" |style="padding: 0em 1em 0em 0.5em"|/{{IPA|y}}/||{{audio|Close front rounded vowel.ogg|Click for sound}}||{{inline player|Close front rounded vowel.ogg|width=50px}} |} Pronounced just like the [[German]] ü, or the u in the [[French]] expression, "j'ai perd'''u'''". For example: It is pronounced the same as the "u" in p'''u'''re. *'''ürün''' - product *'''üç''' - three *'''üzüm''' - grape ===V=== {| style="padding:0px width: 30%" |style="padding: 0em 1em 0em 0.5em"|/{{IPA|ʋ}}/||{{audio|Labiodental_approximant.ogg|Click for sound}}||{{inline player|Labiodental_approximant.ogg|width=50px}} |} Pronounced like the v in '''v'''ase. For example: *'''Vikikitap''' - Wikibooks <small>(Ws are transliterated as Vs in Turkish, therefore ''Wiki'' would be transliterated as ''Viki'', and the word ''kitap'' means book)</small> *'''vazo''' - vase *'''Venedik''' - Venice ===Y=== {| style="padding:0px width: 30%" |style="padding: 0em 1em 0em 0.5em"|/{{IPA|j}}/||{{audio|Palatal approximant.ogg|Click for sound}}||{{inline player|Palatal approximant.ogg|width=50px}} |} Where's the w and x? Turkish also doesn't have these letters. Y is pronounced like the y in in '''y'''ou. For example: *'''yarın''' - tomorrow *'''yarım''' - half *'''yukarı''' - above e96wda8f24gt2lxwwjpnhfc7sho3dgq 4095200 4095166 2022-08-21T10:31:12Z Xania 40302 [[WB:REVERT|Reverted]] edits by [[Special:Contributions/77.235.175.40|77.235.175.40]] ([[User talk:77.235.175.40|talk]]) to last version by 2402:3A80:A77:A4FF:8063:ADCC:EE4B:9AB5 wikitext text/x-wiki {{Turkish/Navigation|Pronunciation and Alphabet/Vowel Classifications and Harmony|Pronunciation and Alphabet/İ-R|up=Pronunciation and Alphabet}} Now that you've learnt everything up to and including r, let's learn the rest of the alphabet: ===S=== {| style="padding:0px width: 30%" |style="padding: 0em 1em 0em 0.5em"|/{{IPA|s}}/||{{audio|Voiceless alveolar sibilant.ogg|Click for sound}}||{{inline player|Voiceless alveolar sibilant.ogg|width=50px}} |} Or ''se''. Pronounced like the s in '''s'''ee. For example: *'''soğan''' - onion *'''salam''' - salami (a Turkish delicacy) *'''sel''' - flood, bruh ===Ş=== {| style="padding:0px width: 30%" |style="padding: 0em 1em 0em 0.6em"|/{{IPA|ʃ}}/||{{audio|Voiceless_palato-alveolar_sibilant.ogg|Click for sound}}||{{inline player|Voiceless_palato-alveolar_sibilant.ogg|width=50px}} |} Or ''şe''. Pronounced like the sh in '''sh'''out. For example: *'''şey''' - thing *'''şarap''' - wine *'''şişe''' - bottle ===T=== {| style="padding:0px width: 30%" |style="padding: 0em 1em 0em 0.5em"|/{{IPA|t}}/||{{audio|Voiceless_alveolar_plosive.ogg|Click for sound}}||{{inline player|Voiceless_alveolar_plosive.ogg|width=50px}} |} Or ''te''. Pronounce like the t in '''t'''ea. For example: *'''tabak''' - plate *'''tavsiye''' - recommendation *'''televizyon''' - television ===U=== {| style="padding:0px width: 30%" |style="padding: 0em 1em 0em 0.5em"|/{{IPA|u}}/||{{audio|Close back rounded vowel.ogg|Click for sound}}||{{inline player|Close back rounded vowel.ogg|width=50px}} |} Pronounced like the ou in the [[French]] word b'''ou'''m. For example: *'''uçak''' - plane *'''ucuz''' - cheap *'''ufak''' - small ===Ü=== {| style="padding:0px width: 30%" |style="padding: 0em 1em 0em 0.5em"|/{{IPA|y}}/||{{audio|Close front rounded vowel.ogg|Click for sound}}||{{inline player|Close front rounded vowel.ogg|width=50px}} |} Pronounced just like the [[German]] ü, or the u in the [[French]] expression, "j'ai perd'''u'''". For example: It is pronounced the same as the "u" in p'''u'''re. *'''ürün''' - product *'''üç''' - three *'''üzüm''' - grape ===V=== {| style="padding:0px width: 30%" |style="padding: 0em 1em 0em 0.5em"|/{{IPA|ʋ}}/||{{audio|Labiodental_approximant.ogg|Click for sound}}||{{inline player|Labiodental_approximant.ogg|width=50px}} |} Pronounced like the v in '''v'''ase. For example: *'''Vikikitap''' - Wikibooks <small>(Ws are transliterated as Vs in Turkish, therefore ''Wiki'' would be transliterated as ''Viki'', and the word ''kitap'' means book)</small> *'''vazo''' - vase *'''Venedik''' - Venice ===Y=== {| style="padding:0px width: 30%" |style="padding: 0em 1em 0em 0.5em"|/{{IPA|j}}/||{{audio|Palatal approximant.ogg|Click for sound}}||{{inline player|Palatal approximant.ogg|width=50px}} |} Where's the w and x? Turkish also doesn't have these letters. Y is pronounced like the y in in '''y'''ou. For example: *'''yarın''' - tomorrow *'''yarım''' - half *'''yukarı''' - above ===Z=== {| style="padding:0px width: 30%" |style="padding: 0em 1em 0em 0.5em"|/{{IPA|z}}/||{{audio|Voiced alveolar sibilant.ogg|Click for sound}}||{{inline player|Voiced alveolar sibilant.ogg|width=50px}} |} The final letter of the Turkish alphabet. Pronounced like the z in '''z'''oo. For example: *'''zeytin''' - olive *'''zil''' - bell *'''zehir''' - poison So, you've managed to learn the alphabet! Well done! Before you move on to the real lessons, though, please take a look at a useful grammatical note by clicking "'''next'''" below. {{Turkish/Navigation|Pronunciation and Alphabet/Vowel Classifications and Harmony|Pronunciation and Alphabet/İ-R|place=bottom}} {{Turkish/TOC}} h7glvl9gylbnk5pmvo65fnui5lplwnj Wikibooks:Reading room/General 4 112405 4095185 4094402 2022-08-21T08:10:38Z ArchiverBot 1227662 Bot: Archiving 1 thread (older than 60 days) to [[Wikibooks:Reading room/Archives/2022/June]] wikitext text/x-wiki __NEWSECTIONLINK__ {{Discussion Rooms}} {{Shortcut|WB:CHAT|WB:RR/G|WB:GENERAL}} {{TOC left|limit=3}} {{User:MiszaBot/config |archive = Wikibooks:Reading room/Archives/%(year)d/%(monthname)s |algo = old(60d) |counter = 1 |minthreadstoarchive = 1 |minthreadsleft = 1 |key = 7a0ac23cf8049e4d9ff70cabb5649d1a }} Welcome to the '''General reading room'''. On this page, Wikibookians are free to talk about the Wikibooks project in general. For proposals for improving Wikibooks, see the [[../Proposals/]] reading room. {{clear}} == Subscribe to the This Month in Education newsletter - learn from others and share your stories == Dear community members, Greetings from the EWOC Newsletter team and the education team at Wikimedia Foundation. We are very excited to share that we on tenth years of Education Newsletter ([[m:Education/News|This Month in Education]]) invite you to join us by [[m:Global message delivery/Targets/This Month in Education|subscribing to the newsletter on your talk page]] or by [[m:Education/News/Newsroom|sharing your activities in the upcoming newsletters]]. The Wikimedia Education newsletter is a monthly newsletter that collects articles written by community members using Wikimedia projects in education around the world, and it is published by the EWOC Newsletter team in collaboration with the Education team. These stories can bring you new ideas to try, valuable insights about the success and challenges of our community members in running education programs in their context. If your affiliate/language project is developing its own education initiatives, please remember to take advantage of this newsletter to publish your stories with the wider movement that shares your passion for education. You can submit newsletter articles in your own language or submit bilingual articles for the education newsletter. For the month of January the deadline to submit articles is on the 20th January. We look forward to reading your stories. Older versions of this newsletter can be found in the [[outreach:Education/Newsletter/Archives|complete archive]]. More information about the newsletter can be found at [[m:Education/News/Publication Guidelines|Education/Newsletter/About]]. For more information, please contact spatnaik{{@}}wikimedia.org. ------ <div style="text-align: center;"><div style="margin-top:10px; font-size:90%; padding-left:5px; font-family:Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;">[[m:Education/Newsletter/About|About ''This Month in Education'']] · [[m:Global message delivery/Targets/This Month in Education|Subscribe/Unsubscribe]] · [[m:MassMessage|Global message delivery]] · For the team: [[User:ZI Jony|<span style="color:#8B0000">'''ZI Jony'''</span>]] [[User talk:ZI Jony|<sup><span style="color:Green"><i>(Talk)</i></span></sup>]], {{<includeonly>subst:</includeonly>#time:l G:i, d F Y|}} (UTC)</div></div> <!-- Message sent by User:ZI Jony@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=User:ZI_Jony/MassMessage/Awareness_of_Education_Newsletter/List_of_Village_Pumps&oldid=21244129 --> == <span lang="en" dir="ltr" class="mw-content-ltr">Invitation to Hubs event: Global Conversation on 2022-03-12 at 13:00 UTC</span> == <div lang="en" dir="ltr" class="mw-content-ltr"> <section begin="announcement-content" />Hello! The Movement Strategy and Governance team of the Wikimedia Foundation would like to invite you to the next event about "Regional and Thematic Hubs". The Wikimedia Movement is in the process of understanding what Regional and Thematic Hubs should be. Our workshop in November was a good start ([[m:Special:MyLanguage/Hubs/Documentation/27 November Workshop|read the report]]), but we're not finished yet. Over the last weeks we conducted about 16 interviews with groups working on establishing a Hub in their context ([[m:Special:MyLanguage/Hubs/Dialogue|see Hubs Dialogue]]). These interviews informed a report that will serve as a foundation for discussion on March 12. The report is planned to be published on March 9. The event will take place on March 12, 13:00 to 16:00 UTC on Zoom. Interpretation will be provided in French, Spanish, Arabic, Russian, and Portuguese. Registration is open, and will close on March 10. Anyone interested in the topic is invited to join us. [[m:Special:MyLanguage/Hubs/Global Conversations March 12, 2022|More information on the event on Meta-wiki]]. Best regards, [[User:KVaidla (WMF)|Kaarel Vaidla]]<br />Movement Strategy <section end="announcement-content" /> </div> == <section begin="announcement-header" /> Propose statements for the 2022 Election Compass<section end="announcement-header" /> == <section begin="announcement-content" /> : ''[[metawiki:Special:MyLanguage/Wikimedia Foundation elections/2022/Announcement/Propose statements for the 2022 Election Compass| You can find this message translated into additional languages on Meta-wiki.]]'' : ''<div class="plainlinks">[[metawiki:Special:MyLanguage/Wikimedia Foundation elections/2022/Announcement/Propose statements for the 2022 Election Compass|{{int:interlanguage-link-mul}}]] • [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-{{urlencode:Wikimedia Foundation elections/2022/Announcement/Propose statements for the 2022 Election Compass}}&language=&action=page&filter= {{int:please-translate}}]</div>'' Hi all, Community members in the [[metawiki:Special:MyLanguage/Wikimedia Foundation elections/2022|2022 Board of Trustees election]] are invited to [[metawiki:Special:MyLanguage/Wikimedia_Foundation_elections/2022/Community_Voting/Election_Compass|propose statements to use in the Election Compass.]] An Election Compass is a tool to help voters select the candidates that best align with their beliefs and views. The community members will propose statements for the candidates to answer using a Lickert scale (agree/neutral/disagree). The candidates’ answers to the statements will be loaded into the Election Compass tool. Voters will use the tool by entering in their answer to the statements (agree/disagree/neutral). The results will show the candidates that best align with the voter’s beliefs and views. Here is the timeline for the Election Compass: July 8 - 20: Community members propose statements for the Election Compass July 21 - 22: Elections Committee reviews statements for clarity and removes off-topic statements July 23 - August 1: Volunteers vote on the statements August 2 - 4: Elections Committee selects the top 15 statements August 5 - 12: candidates align themselves with the statements August 15: The Election Compass opens for voters to use to help guide their voting decision The Elections Committee will select the top 15 statements at the beginning of August. The Elections Committee will oversee the process, supported by the Movement Strategy and Governance team. MSG will check that the questions are clear, there are no duplicates, no typos, and so on. Best, Movement Strategy and Governance ''This message was sent on behalf of the Board Selection Task Force and the Elections Committee'' [[User:Mervat (WMF)|Mervat (WMF)]] ([[User talk:Mervat (WMF)|discuss]] • [[Special:Contributions/Mervat (WMF)|contribs]]) 09:47, 10 July 2022 (UTC) <section end="announcement-content" /> == <section begin="announcement-header" />Movement Strategy and Governance News – Issue 7<section end="announcement-header" /> == <section begin="msg-newsletter" /><div style="line-height: 1.2"> <span style="font-size:200%;">'''Movement Strategy and Governance News'''</span> <span style="font-size:120%; color:#404040;">'''Issue 7, July-September 2022'''</span><span style="font-size:120%; float:right;">[[metawiki:Special:MyLanguage/Movement Strategy and Governance/Newsletter/7|'''Read the full newsletter''']]</span> ----Welcome to the 7th issue of Movement Strategy and Governance News! The newsletter distributes relevant news and events about the implementation of Wikimedia's [[metawiki:Special:MyLanguage/Movement Strategy/Initiatives|Movement Strategy recommendations]], other relevant topics regarding Movement governance, as well as different projects and activities supported by the Movement Strategy and Governance (MSG) team of the Wikimedia Foundation. The MSG Newsletter is delivered quarterly, while the more frequent [[metawiki:Special:MyLanguage/Movement Strategy/Updates|Movement Strategy Weekly]] will be delivered weekly. Please remember to subscribe [[metawiki:Special:MyLanguage/Global message delivery/Targets/MSG Newsletter Subscription|here]] if you would like to receive future issues of this newsletter. </div><div style="margin-top:3px; padding:10px 10px 10px 20px; background:#fffff; border:2px solid #808080; border-radius:4px; font-size:100%;"> * '''Movement sustainability''': Wikimedia Foundation's annual sustainability report has been published. ([[metawiki:Special:MyLanguage/Movement Strategy and Governance/Newsletter/7#A1|continue reading]]) * '''Improving user experience''': recent improvements on the desktop interface for Wikimedia projects. ([[metawiki:Special:MyLanguage/Movement Strategy and Governance/Newsletter/7#A2|continue reading]]) * '''Safety and inclusion''': updates on the revision process of the Universal Code of Conduct Enforcement Guidelines. ([[metawiki:Special:MyLanguage/Movement Strategy and Governance/Newsletter/7#A3|continue reading]]) * '''Equity in decisionmaking''': reports from Hubs pilots conversations, recent progress from the Movement Charter Drafting Committee, and a new white paper for futures of participation in the Wikimedia movement. ([[metawiki:Special:MyLanguage/Movement Strategy and Governance/Newsletter/7#A4|continue reading]]) * '''Stakeholders coordination''': launch of a helpdesk for Affiliates and volunteer communities working on content partnership. ([[metawiki:Special:MyLanguage/Movement Strategy and Governance/Newsletter/7#A5|continue reading]]) * '''Leadership development''': updates on leadership projects by Wikimedia movement organizers in Brazil and Cape Verde. ([[metawiki:Special:MyLanguage/Movement Strategy and Governance/Newsletter/7#A6|continue reading]]) * '''Internal knowledge management''': launch of a new portal for technical documentation and community resources. ([[metawiki:Special:MyLanguage/Movement Strategy and Governance/Newsletter/7#A7|continue reading]]) * '''Innovate in free knowledge''': high-quality audiovisual resources for scientific experiments and a new toolkit to record oral transcripts. ([[metawiki:Special:MyLanguage/Movement Strategy and Governance/Newsletter/7#A8|continue reading]]) * '''Evaluate, iterate, and adapt''': results from the Equity Landscape project pilot ([[metawiki:Special:MyLanguage/Movement Strategy and Governance/Newsletter/7#A9|continue reading]]) * '''Other news and updates''': a new forum to discuss Movement Strategy implementation, upcoming Wikimedia Foundation Board of Trustees election, a new podcast to discuss Movement Strategy, and change of personnel for the Foundation's Movement Strategy and Governance team. ([[metawiki:Special:MyLanguage/Movement Strategy and Governance/Newsletter/7#A10|continue reading]]) </div><section end="msg-newsletter" />[[User:Mervat (WMF)|Mervat (WMF)]] ([[User talk:Mervat (WMF)|<span class="signature-talk">{{int:Talkpagelinktext}}</span>]]) 12:58, 15 July 2022 (UTC) == <section begin="announcement-header" /> Announcing the six candidates for the 2022 Board of Trustees election<section end="announcement-header" /> == <section begin="announcement-content" /> : ''[[metawiki:Special:MyLanguage/Wikimedia Foundation elections/2022/Announcement/Announcing the six candidates for the 2022 Board of Trustees election| You can find this message translated into additional languages on Meta-wiki.]]'' : ''<div class="plainlinks">[[metawiki:Special:MyLanguage/Wikimedia Foundation elections/2022/Announcement/Announcing the six candidates for the 2022 Board of Trustees election|{{int:interlanguage-link-mul}}]] • [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-{{urlencode:Wikimedia Foundation elections/2022/Announcement/Announcing the six candidates for the 2022 Board of Trustees election}}&language=&action=page&filter= {{int:please-translate}}]</div>'' Hi everyone, '''The Affiliate voting process has concluded.''' Representatives from each Affiliate organization learned about the candidates by reading candidates’ statements, reviewing candidates’ answers to questions, and considering the candidates’ ratings provided by the Analysis Committee. The selected 2022 Board of Trustees candidates are: * Tobechukwu Precious Friday ([[metawiki:User:Tochiprecious|Tochiprecious]]) * Farah Jack Mustaklem ([[metawiki:User:Fjmustak|Fjmustak]]) * Shani Evenstein Sigalov ([[metawiki:User:Esh77|Esh77]]) * Kunal Mehta ([[metawiki:User:Legoktm|Legoktm]]) * Michał Buczyński ([[metawiki:User:Aegis Maelstrom|Aegis Maelstrom]]) * Mike Peel ([[metawiki:User:Mike Peel|Mike Peel]]) You may see more information about the [[metawiki:Special:MyLanguage/Wikimedia Foundation elections/2022/Results|Results]] and [[metawiki:Special:MyLanguage/Wikimedia Foundation elections/2022/Stats|Statistics]] of this Board election. Please take a moment to appreciate the Affiliate Representatives and Analysis Committee members for taking part in this process and helping to grow the Board of Trustees in capacity and diversity. These hours of volunteer work connect us across understanding and perspective. Thank you for your participation. Thank you to the community members who put themselves forward as candidates for the Board of Trustees. Considering joining the Board of Trustees is no small decision. The time and dedication candidates have shown to this point speaks to their commitment to this movement. Congratulations to those candidates who have been selected. A great amount of appreciation and gratitude for those candidates not selected. Please continue to share your leadership with Wikimedia. Thank you to those who followed the Affiliate process for this Board election. You may review the results of the Affiliate selection process. '''The next part of the Board election process is the community voting period.''' [[metawiki:Special:MyLanguage/Wikimedia Foundation elections/2022#Timeline|You may view the Board election timeline here]]. To prepare for the community voting period, there are several things community members can engage with in the following ways: * [[metawiki:Special:MyLanguage/Wikimedia Foundation elections/2022/Candidates|Read candidates’ statements]] and read the candidates’ answers to the questions posed by the Affiliate Representatives. * [[metawiki:Special:MyLanguage/Wikimedia_Foundation_elections/2022/Community_Voting/Questions_for_Candidates|Propose and select the 6 questions for candidates to answer during their video Q&A]]. * See the [[metawiki:Special:MyLanguage/Wikimedia Foundation elections/2022/Candidates|Analysis Committee’s ratings of candidates on each candidate’s statement]]. * [[metawiki:Special:MyLanguage/Wikimedia Foundation elections/2022/Community Voting/Election Compass|Propose statements for the Election Compass]] voters can use to find which candidates best fit their principles. * Encourage others in your community to take part in the election. Best, Movement Strategy and Governance ''This message was sent on behalf of the Board Selection Task Force and the Elections Committee''<section end="announcement-content" />[[User:Mervat (WMF)|Mervat (WMF)]] ([[User talk:Mervat (WMF)|discuss]] • [[Special:Contributions/Mervat (WMF)|contribs]]) 13:37, 20 July 2022 (UTC) == Request for comment: cookbook naming == {{ping|Jammze}}, this is where you can ask for consensus to be made. See [[Cookbook talk:Table of Contents]], near the bottom. I'll leave this to those who are more familiar with the cookbook than I am. <sub> [[User:L10nM4st3r|<span style="color:orange">L10nM4st3r</span>]]/[[meta:User_talk:L10nM4st3r|<span tyle="color:#fed8b1">Roar at me</span>]]</sub> 13:40, 24 July 2022 (UTC) :{{ping|Jamzze}} sorry, I mispelt your username above. I suggest watching this page. <sub> [[User:L10nM4st3r|<span style="color:orange">L10nM4st3r</span>]]/[[meta:User_talk:L10nM4st3r|<span tyle="color:#fed8b1">Roar at me</span>]]</sub> 13:43, 24 July 2022 (UTC) :Have added this to > [[Wikibooks:Reading_room/Proposals#Change_Cookbook_categories_-_recipes_by_culture]] [[User:Jamzze|Jamzze]] ([[User talk:Jamzze|discuss]] • [[Special:Contributions/Jamzze|contribs]]) 15:52, 24 July 2022 (UTC) == Let's talk about the Desktop Improvements == [[File:Vector 2022 showing language menu with a blue menu trigger and blue menu items 01.jpg|thumb]] Join an online meeting with the team working on the [[mw:Reading/Web/Desktop Improvements|Desktop Improvements]]! It will take place on '''26 July 2022 at [https://www.timeanddate.com/worldclock/fixedtime.html?iso=20220726T1200 12:00 UTC] and [https://www.timeanddate.com/worldclock/fixedtime.html?iso=20220726T1900 19:00 UTC]''' on Zoom. '''[https://wikimedia.zoom.us/j/5304280674 Click here to join]'''. Meeting ID: 5304280674. [https://wikimedia.zoom.us/u/kc2hamfYz9 Dial by your location]. [[mw:Special:MyLanguage/Reading/Web/Desktop Improvements/Updates/Talk to Web|Read more]]. See you! [[User:SGrabarczuk (WMF)|SGrabarczuk (WMF)]] ([[User talk:SGrabarczuk (WMF)|talk]]) 16:19, 25 July 2022 (UTC) <!-- Message sent by User:SGrabarczuk (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=User:SGrabarczuk_(WMF)/sandbox/MM/En_fallback&oldid=23430301 --> <languages /> == <section begin="announcement-header" /> Vote for Election Compass Statements<section end="announcement-header" /> == <section begin="announcement-content" /> : ''[[metawiki:Special:MyLanguage/Wikimedia Foundation elections/2022/Announcement/Vote for Election Compass Statements| You can find this message translated into additional languages on Meta-wiki.]]'' : ''<div class="plainlinks">[[metawiki:Special:MyLanguage/Wikimedia Foundation elections/2022/Announcement/Vote for Election Compass Statements|{{int:interlanguage-link-mul}}]] • [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-{{urlencode:Wikimedia Foundation elections/2022/Announcement/Vote for Election Compass Statements}}&language=&action=page&filter= {{int:please-translate}}]</div>'' Hi all, Volunteers in the [[metawiki:Special:MyLanguage/Wikimedia Foundation elections/2022|2022 Board of Trustees election]] are invited to [https://meta.wikimedia.org/wiki/Wikimedia_Foundation_elections/2022/Community_Voting/Election_Compass/Statements vote for the statements]. You can vote for the statements you would like to see included in the Election Compass on Meta-wiki. An Election Compass is a tool to help voters select the candidates that best align with their beliefs and views. The community members will propose statements for the candidates to answer using a Lickert scale (agree/neutral/disagree). The candidates’ answers to the statements will be loaded into the Election Compass tool. Voters will use the tool by entering in their answer to the statements (agree/disagree/neutral). The results will show the candidates that best align with the voter’s beliefs and views. Here is the timeline for the Election Compass: * <s>July 8 - 20: Volunteers propose statements for the Election Compass</s> * <s>July 21 - 22: Elections Committee reviews statements for clarity and removes off-topic statements</s> * July 23 - August 1: Volunteers vote on the statements * August 2 - 4: Elections Committee selects the top 15 statements * August 5 - 12: candidates align themselves with the statements * August 15: The Election Compass opens for voters to use to help guide their voting decision The Elections Committee will select the top 15 statements at the beginning of August Best, Movement Strategy and Governance ''This message was sent on behalf of the Board Selection Task Force and the Elections Committee'' [[User:Mervat (WMF)|Mervat (WMF)]] ([[User talk:Mervat (WMF)|discuss]] • [[Special:Contributions/Mervat (WMF)|contribs]]) 20:13, 25 July 2022 (UTC) [[User:Mervat (WMF)|Mervat (WMF)]] ([[User talk:Mervat (WMF)|discuss]] • [[Special:Contributions/Mervat (WMF)|contribs]]) 20:13, 25 July 2022 (UTC) == I'm eligible for the Wikipedia library == Amazing! What even ''is'' this Wikipedia library thing? <sup> [[User:L10nM4st3r|<span style="color:orange">L10nM4st3r</span>]]</sup> / <sub>[[meta:User_talk:L10nM4st3r|<span tyle="color:#fed8b1">Roar at me</span>]]</sub> 15:42, 3 August 2022 (UTC) == <span lang="en" dir="ltr" class="mw-content-ltr"> Delay of the 2022 Wikimedia Foundation Board of Trustees election</span> == <div lang="en" dir="ltr" class="mw-content-ltr"> <section begin="announcement-content" /> : ''[[metawiki:Special:MyLanguage/Wikimedia Foundation elections/2022/Announcement/Delay of Board of Trustees election| You can find this message translated into additional languages on Meta-wiki.]]'' : ''<div class="plainlinks">[[metawiki:Special:MyLanguage/Wikimedia Foundation elections/2022/Announcement/Delay of Board of Trustees election|{{int:interlanguage-link-mul}}]] • [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-{{urlencode:Wikimedia Foundation elections/2022/Announcement/Delay of Board of Trustees election}}&language=&action=page&filter= {{int:please-translate}}]</div>'' Hi all, I am reaching out to you today with an update about the timing of the voting for the Board of Trustees election. As many of you are already aware, this year we are offering an [[metawiki:Special:MyLanguage/Wikimedia_Foundation_elections/2022/Community_Voting/Election_Compass|Election Compass]] to help voters identify the alignment of candidates on some key topics. Several candidates requested an extension of the character limitation on their responses expanding on their positions, and the Elections Committee felt their reasoning was consistent with the goals of a fair and equitable election process. To ensure that the longer statements can be translated in time for the election, the Elections Committee and Board Selection Task Force decided to delay the opening of the Board of Trustees election by one week - a time proposed as ideal by staff working to support the election. Although it is not expected that everyone will want to use the Election Compass to inform their voting decision, the Elections Committee felt it was more appropriate to open the voting period with essential translations for community members across languages to use if they wish to make this important decision. The voting will open on August 23 at 00:00 UTC and close on September 6 at 23:59 UTC. Best regards, Matanya, on behalf of the Elections Committee <section end="announcement-content" /> </div>[[User:Mervat (WMF)|Mervat (WMF)]] ([[User talk:Mervat (WMF)|discuss]] • [[Special:Contributions/Mervat (WMF)|contribs]]) 20:55, 15 August 2022 (UTC) ttkxn1nw6j48rjx3gpqidjd217r5njs Turkish/Pronunciation and Alphabet/Vowel Classifications and Harmony 0 112419 4095167 4025803 2022-08-21T06:50:11Z 77.235.175.40 wikitext text/x-wiki == Vowel harmony == Turkish has a two-dimensional, vowel-harmony system. Vowels are characterised by two features, or rules. These rules do not apply to all Turkish words. You should, however, know the rules in order to add suffixes properly, which is based on the vowels in the word. === Backness harmony === {{Turkish/Box|In short:|Front vowels ({{Turkish/Letter|e}}, {{Turkish/Letter|i}}, {{Turkish/Letter|ö}}, {{Turkish/Letter|ü}}) are followed by front vowels, back vowels ({{Turkish/Letter|a}}, {{Turkish/Letter|ı}}, {{Turkish/Letter|o}}, {{Turkish/Letter|u}}) are followed by back vowels|header style=color:black; font-weight: normal}} According to this harmony, if a syllable contains a front vowel, the following syllable should have front vowel, too. And similarly, if a syllable contains a back vowel, the following syllable should have back vowel. Most of the Turkish words follow this rule but there are some exceptions, of course. *For example, let's say you want to add {{Turkish/Suffix|in}} suffix to the word {{tr/word|kan|blood}}. Last syllable of the word contains the vowel '''{{Turkish/Letter|a}}''', which is a back vowel. Thus {{Turkish/Suffix|in}} changes to '''{{tr/word|{{font color|darkred|ı}}n}}''' when it is added to the word, because '''{{Turkish/Letter|i}}''' is a front vowel and '''{{Turkish/Letter|ı}}''' is the back version of it. For this reason, {{tr/word|kan|blood}} + {{Turkish/Suffix|in}} should be {{tr/word|kan{{font color|darkred|ı}}n|which means of-the-blood}} === Rounding harmony === {{Turkish/Box|In short:|Rounded vowels ({{Turkish/Letter|o}}, {{Turkish/Letter|ö}}, {{Turkish/Letter|u}}, {{Turkish/Letter|ü}}) are followed by closed rounded ({{Turkish/Letter|u}}, {{Turkish/Letter|ü}}) or open unrounded ({{Turkish/Letter|a}}, {{Turkish/Letter|e}}) vowels, and unrounded vowels ({{Turkish/Letter|a}}, {{Turkish/Letter|e}}, {{Turkish/Letter|ı}}, {{Turkish/Letter|i}}) are followed by unrounded vowels.|header style=font-weight: normal; color: black;}} According to this harmony, # If a syllable contains {{Turkish/Letter|a}}, {{Turkish/Letter|e}}, {{Turkish/Letter|ı}} or {{Turkish/Letter|i}}; next syllable should contain {{Turkish/Letter|a}}, {{Turkish/Letter|e}}, {{Turkish/Letter|ı}} or {{Turkish/Letter|i}} (unrounded &rarr; unrounded) # If a syllable contains {{Turkish/Letter|o}}, {{Turkish/Letter|ö}}, {{Turkish/Letter|u}} or {{Turkish/Letter|ü}}; next syllable should contain '''{{Turkish/Letter|a}}''', '''{{Turkish/Letter|e}}''', {{Turkish/Letter|u}} or {{Turkish/Letter|ü}} (rounded &rarr; ''open'' unrounded and ''close'' rounded) *For example, let's say you want to add {{Turkish/Suffix|di}} suffix to the verb {{tr/word|ol-|happen, be}}. {{tr/word|ol-|Happen, be}} contains only one syllable and that syllable contains '''{{Turkish/Letter|o}}''', thus the suffix {{Turkish/Suffix|di}} should change to {{Turkish/Suffix|du}}. Because '''{{Turkish/Letter|i}}''' is front unrounded, its back rounded version is '''{{Turkish/Letter|u}}''' and this should be used according to the vowel harmony rules. Hence {{tr/word|ol-|happen, be}} + {{Turkish/Suffix|di}} should be {{tr/word|old{{tr/c|u|darkred}}|(it) happened}}. ===How to change vowels in suffixes according to the vowel harmony rules=== In Turkish vowels can be, * ''open'' or ''closed'' * ''front'' or ''back'' * ''rounded'' or ''unrounded'' These properties together determine the vowel. For example, open front unrounded vowel is ''a'', closed front rounded vowel is ''ü''. When changing vowels according to the vowel harmony rules, you change their frontness/backness and roundedness/unroundedness features, not openness/closedness. This feature remains the same. ''i'' can change into ''ı'', ''u'' or ''ü'' but it cannot change into ''a'', ''ö'' or ''o'' for example. {{Turkish/Box|||To sum up, *All "''{{Turkish/Letter|i}}''"s in a suffix can change to ''{{Turkish/Letter|ı}}'', ''{{Turkish/Letter|u}}'' or ''{{Turkish/Letter|ü}}'' according to the rules above. You can find the rule for that as they are written above, but here is an explanation for those who haven't understood these rules clearly, yet. It becomes; **''{{Turkish/Letter|ı}}'' after ''{{Turkish/Letter|a}}'' or ''{{Turkish/Letter|ı}}'' (back-unrounded vowels) **''{{Turkish/Letter|u}}'' after ''{{Turkish/Letter|u}}'' or ''{{Turkish/Letter|o}}'' (back-rounded vowels) **''{{Turkish/Letter|ü}}'' after ''{{Turkish/Letter|ü}}'' or ''{{Turkish/Letter|ö}}'' (front-rounded vowels) *All "''{{Turkish/Letter|e}}''"s in a suffix can change to ''{{Turkish/Letter|a}}'' according to the rules above, it becomes {{Turkish/Letter|a}} after (a, ı, o, u). (Where is ''o'' and ''ö''? According to the roundedness/unroundedness harmony, rounded vowels may be preceded by a, e, u or ü. It can be observed that as a result of this rule, they can only occur in first syllables.) So, we can talk about two types of suffixes: '''e type''' and '''i type'''. "e type" suffixes are twofold, i.e. they have two possible forms. "i type" suffixes are fourfold, they have four possible forms. The convention followed in this book is to refer to suffixes in their e or i forms ({{Turkish/Suffix|dir}}, {{Turkish/Suffix|di}}, {{Turkish/Suffix|me}}, {{Turkish/Suffix|ecek}} etc.).|header style=font-weight:normal; color: black;}} == Invariable suffixes == There are some suffixes which don't follow the vowel harmony rules. In this book, invariable vowels in suffixes are shown in {{font color|#222|this color}}. These suffixes are: * {{Turkish/Suffix|ki}} * {{Turkish/Suffix|ken}} * {{Turkish/Suffix|leyin}} * {{Turkish/Suffix|imtırak}} * {{Turkish/Suffix|yor}} == Exceptions to the Vowel Harmony Rules == There are some words that originate from other languages, that do not follow the vowel harmony rules. If you are an Arabic speaker, you may determine when this occurs based on its Arabic form, words ending with ''teh marbutah'' harmonize with front vowels. (Excepitons like ''rahat'' and ''sanat'' do exist) If you are not an Arabic speaker, you'll have to memorize these words as you learn them. * saat -> saat'''ler''' (note the ''e'' rather than ''a'' as would be predicted) In addition, loanwords ending with a clear ''l'' sound also break vowel harmony. These make up the vast majority of loanwords ending with ''l'', so it's easier to memorize them as you go. * hâl -> hâli * gol -> golü * rol -> rolü {{Turkish/Navigation|Pronunciation and Alphabet/Consonant Classifications and Harmony|Pronunciation and Alphabet/S-Z|place=bottom}} {{Turkish/TOC}} lsz03rypzkll0b5ah0177s2cb99xyab 4095199 4095167 2022-08-21T10:30:37Z Xania 40302 [[WB:REVERT|Reverted]] edits by [[Special:Contributions/77.235.175.40|77.235.175.40]] ([[User talk:77.235.175.40|talk]]) to last version by Sinus46 wikitext text/x-wiki {{Turkish/Navigation|Pronunciation and Alphabet/Consonant Classifications and Harmony|Pronunciation and Alphabet/S-Z|up=Pronunciation and Alphabet}} {{wikipedia|Turkish language#Vowel harmony}} Like [[Hungarian]], [[Finnish]], and the Turkic languages (of which Turkish is a part), the Turkish language makes use of a concept called vowel harmony. The vowels in most, if not all Turkish grammatical constructs are selected depending on the type of vowel that precedes the construct. There are three distinctions that classify Turkish vowels. First they are either rounded or unrounded, reflecting the shape of the lips when speaking them. Second, vowels may be high or low, depending on the position of the tongue. Finally, they may be classified as back or front vowels, based on the placement of the sound in the mouth. The vowel classifications are summarized below. {| {{Turkish/Table|columns=5}} |- ! rowspan=2| || colspan="2" style="text-align: center; font-weight: bold"| Front || colspan="2" style="text-align: center; font-weight: bold"| Back |- ! style="border-left-width:0px; font-weight: bold; text-align:center" | Unrounded || style="text-align: center; font-weight: bold"| Rounded || style="text-align: center; font-weight: bold"| Unrounded || style="text-align: center; font-weight: bold"| Rounded |- ! style="text-align: center; font-weight: bold"| Low | {{Turkish/Letter|e}} || {{Turkish/Letter|ö}} || {{Turkish/Letter|a}} || {{Turkish/Letter|o}} |- ! style="text-align: center; font-weight: bold"| High | {{Turkish/Letter|i}} || {{Turkish/Letter|ü}} || {{Turkish/Letter|ı}} || {{Turkish/Letter|u}} |- |} Front rounded vowels are phonetically central-front and back unrounded vowels are phonetically central-back. Low vowels are phonetically mid except for /a/, which is wide open. == Vowel harmony == Turkish has a two-dimensional, vowel-harmony system. Vowels are characterised by two features, or rules. These rules do not apply to all Turkish words. You should, however, know the rules in order to add suffixes properly, which is based on the vowels in the word. === Backness harmony === {{Turkish/Box|In short:|Front vowels ({{Turkish/Letter|e}}, {{Turkish/Letter|i}}, {{Turkish/Letter|ö}}, {{Turkish/Letter|ü}}) are followed by front vowels, back vowels ({{Turkish/Letter|a}}, {{Turkish/Letter|ı}}, {{Turkish/Letter|o}}, {{Turkish/Letter|u}}) are followed by back vowels|header style=color:black; font-weight: normal}} According to this harmony, if a syllable contains a front vowel, the following syllable should have front vowel, too. And similarly, if a syllable contains a back vowel, the following syllable should have back vowel. Most of the Turkish words follow this rule but there are some exceptions, of course. *For example, let's say you want to add {{Turkish/Suffix|in}} suffix to the word {{tr/word|kan|blood}}. Last syllable of the word contains the vowel '''{{Turkish/Letter|a}}''', which is a back vowel. Thus {{Turkish/Suffix|in}} changes to '''{{tr/word|{{font color|darkred|ı}}n}}''' when it is added to the word, because '''{{Turkish/Letter|i}}''' is a front vowel and '''{{Turkish/Letter|ı}}''' is the back version of it. For this reason, {{tr/word|kan|blood}} + {{Turkish/Suffix|in}} should be {{tr/word|kan{{font color|darkred|ı}}n|which means of-the-blood}} === Rounding harmony === {{Turkish/Box|In short:|Rounded vowels ({{Turkish/Letter|o}}, {{Turkish/Letter|ö}}, {{Turkish/Letter|u}}, {{Turkish/Letter|ü}}) are followed by closed rounded ({{Turkish/Letter|u}}, {{Turkish/Letter|ü}}) or open unrounded ({{Turkish/Letter|a}}, {{Turkish/Letter|e}}) vowels, and unrounded vowels ({{Turkish/Letter|a}}, {{Turkish/Letter|e}}, {{Turkish/Letter|ı}}, {{Turkish/Letter|i}}) are followed by unrounded vowels.|header style=font-weight: normal; color: black;}} According to this harmony, # If a syllable contains {{Turkish/Letter|a}}, {{Turkish/Letter|e}}, {{Turkish/Letter|ı}} or {{Turkish/Letter|i}}; next syllable should contain {{Turkish/Letter|a}}, {{Turkish/Letter|e}}, {{Turkish/Letter|ı}} or {{Turkish/Letter|i}} (unrounded &rarr; unrounded) # If a syllable contains {{Turkish/Letter|o}}, {{Turkish/Letter|ö}}, {{Turkish/Letter|u}} or {{Turkish/Letter|ü}}; next syllable should contain '''{{Turkish/Letter|a}}''', '''{{Turkish/Letter|e}}''', {{Turkish/Letter|u}} or {{Turkish/Letter|ü}} (rounded &rarr; ''open'' unrounded and ''close'' rounded) *For example, let's say you want to add {{Turkish/Suffix|di}} suffix to the verb {{tr/word|ol-|happen, be}}. {{tr/word|ol-|Happen, be}} contains only one syllable and that syllable contains '''{{Turkish/Letter|o}}''', thus the suffix {{Turkish/Suffix|di}} should change to {{Turkish/Suffix|du}}. Because '''{{Turkish/Letter|i}}''' is front unrounded, its back rounded version is '''{{Turkish/Letter|u}}''' and this should be used according to the vowel harmony rules. Hence {{tr/word|ol-|happen, be}} + {{Turkish/Suffix|di}} should be {{tr/word|old{{tr/c|u|darkred}}|(it) happened}}. ===How to change vowels in suffixes according to the vowel harmony rules=== In Turkish vowels can be, * ''open'' or ''closed'' * ''front'' or ''back'' * ''rounded'' or ''unrounded'' These properties together determine the vowel. For example, open front unrounded vowel is ''a'', closed front rounded vowel is ''ü''. When changing vowels according to the vowel harmony rules, you change their frontness/backness and roundedness/unroundedness features, not openness/closedness. This feature remains the same. ''i'' can change into ''ı'', ''u'' or ''ü'' but it cannot change into ''a'', ''ö'' or ''o'' for example. {{Turkish/Box|||To sum up, *All "''{{Turkish/Letter|i}}''"s in a suffix can change to ''{{Turkish/Letter|ı}}'', ''{{Turkish/Letter|u}}'' or ''{{Turkish/Letter|ü}}'' according to the rules above. You can find the rule for that as they are written above, but here is an explanation for those who haven't understood these rules clearly, yet. It becomes; **''{{Turkish/Letter|ı}}'' after ''{{Turkish/Letter|a}}'' or ''{{Turkish/Letter|ı}}'' (back-unrounded vowels) **''{{Turkish/Letter|u}}'' after ''{{Turkish/Letter|u}}'' or ''{{Turkish/Letter|o}}'' (back-rounded vowels) **''{{Turkish/Letter|ü}}'' after ''{{Turkish/Letter|ü}}'' or ''{{Turkish/Letter|ö}}'' (front-rounded vowels) *All "''{{Turkish/Letter|e}}''"s in a suffix can change to ''{{Turkish/Letter|a}}'' according to the rules above, it becomes {{Turkish/Letter|a}} after (a, ı, o, u). (Where is ''o'' and ''ö''? According to the roundedness/unroundedness harmony, rounded vowels may be preceded by a, e, u or ü. It can be observed that as a result of this rule, they can only occur in first syllables.) So, we can talk about two types of suffixes: '''e type''' and '''i type'''. "e type" suffixes are twofold, i.e. they have two possible forms. "i type" suffixes are fourfold, they have four possible forms. The convention followed in this book is to refer to suffixes in their e or i forms ({{Turkish/Suffix|dir}}, {{Turkish/Suffix|di}}, {{Turkish/Suffix|me}}, {{Turkish/Suffix|ecek}} etc.).|header style=font-weight:normal; color: black;}} == Invariable suffixes == There are some suffixes which don't follow the vowel harmony rules. In this book, invariable vowels in suffixes are shown in {{font color|#222|this color}}. These suffixes are: * {{Turkish/Suffix|ki}} * {{Turkish/Suffix|ken}} * {{Turkish/Suffix|leyin}} * {{Turkish/Suffix|imtırak}} * {{Turkish/Suffix|yor}} == Exceptions to the Vowel Harmony Rules == There are some words that originate from other languages, that do not follow the vowel harmony rules. If you are an Arabic speaker, you may determine when this occurs based on its Arabic form, words ending with ''teh marbutah'' harmonize with front vowels. (Excepitons like ''rahat'' and ''sanat'' do exist) If you are not an Arabic speaker, you'll have to memorize these words as you learn them. * saat -> saat'''ler''' (note the ''e'' rather than ''a'' as would be predicted) In addition, loanwords ending with a clear ''l'' sound also break vowel harmony. These make up the vast majority of loanwords ending with ''l'', so it's easier to memorize them as you go. * hâl -> hâli * gol -> golü * rol -> rolü {{Turkish/Navigation|Pronunciation and Alphabet/Consonant Classifications and Harmony|Pronunciation and Alphabet/S-Z|place=bottom}} {{Turkish/TOC}} fc530kouep5ah9k7le9xjl1uvh4plpp Gujarati/Common phrases 0 150926 4095186 4088471 2022-08-21T08:52:19Z 2401:4900:4719:86CE:C0B7:E7FF:FE6A:96E6 /* Gujarati (Indian Language) */ wikitext text/x-wiki == Gujarati (Indian Language) == {| border=0 cellpadding=3 cellspacing=0 |- bgcolor=#eeeeee ! align=left | Translation ! align=left | Phrase (pronunciation) ! |- | |- |Hello || Kem chho? (lit. How are you?) | |- |How are you? |Tame kem chho? | |- |I'm fine/ I'm great |Maja ma | |- |Good bye || Aavjo (lit. Come again) | |- |Yes || Haa | |- |No || Na | |- |How much money? || Ketla paisa? | |- |Where is your restroom? || Tamaru bathroom kya chhe? | |- |Where are you? || Tame kya chho? | |- |I would like to drink some water || Mane' pani pivu chhe | |- |I am thirsty || Mane' taras lagi chhe | |- |I am hungry || Mane' bhookh lagi chhe | |- |I need help |Mane madad ni jaroor chhe | |- |What is your name? || Tamaru naam su chhe? | |- |My name is Aviishek || Maru naam Aviishek chhe | |- |Please |Meherbani | |- |Thank you |Aapno aabhar | |- |I don't know |Mane khabar nathi | |- |I can't speak |Hu nathi bolto | |- |I want Water |Mare Pani joiye chhe | |- |Will you help me |Tame Mane maddad karso? | |- |i love you |Hu tane prēma karuṁ chu | |- |Do you love me? |Suṁ tame mane prema karo cho | |- |Anyone knows English? |Koi ne English aavde chhe? Anyone knows Gujarathi ? koi ne gujarathi aavde chhe? | |} {{BookCat}} 83roikwhhpl8a2aea9bk9nevxfphd5g Welsh/Grammar/Verbs/Irregular 0 174001 4095116 3318358 2022-08-21T00:40:37Z 2A00:23C5:D005:5701:7C50:5B5A:68BB:D5B5 these verbs relate to 'ti' wikitext text/x-wiki Mynd, Gwneud, Dod, and Cael all have irregular forms in their concise constructions. List below {|class="wikitable" |+'''Irregular Forms Table''' |- ! ! Mynd (to go) ! Gwneud (to do, make) ! Dod (to come) ! Cael (to get) |- ! colspan = "5" | Past Tense Concise |- | Fy | Es i | Gwnes i | Des i | Ces i |- | Ti | Est ti | Gwnest ti | Dest ti | Cest ti |- | Person | Aeth person | Gwnaeth person | Daeth person | Cafodd person |- | Ni | Aethon ni | Gwnaethon ni | Daethon ni | Cawson ni |- | Chi | Aethoch chi | Gwnaethoch chi | Daethoch chi | Cawsoch chi |- | Nhw | Aethon nhw | Gwnaethon nhw | Daethon nhw | Cawson nhw |- ! colspan = "5" | Future Tense Concise |- | Fy | a i | na i | do i | ca i |- | Ti | ei di | nei di | doi di | cei di |- | Person | eith person | neith person/naiff person | daw person | ceith person |- | Ni | awn ni | nawn ni/newn ni | down ni | cawn ni |- | Chi | ewch chi | newch chi | dewch chi | cewch chi |- | Nhw | ân nhw | nân nhw | dôn nhw | cân nhw |} {{BookCat}} jn9nyn8x0jaqi68jsv3v6cdtaq3s6p3 Chess Opening Theory/1. d4/1...Nf6/2. Bg5 0 176753 4095067 4084656 2022-08-20T15:06:25Z 71.204.54.34 /* Trompowsky Attack */ wikitext text/x-wiki {{Chess Opening Theory/Position|= |Trompowsky Attack| |rd|nd|bd|qd|kd|bd| |rd|= |pd|pd|pd|pd|pd|pd|pd|pd|= | | | | | |nd| | |= | | | | | | |bl| |= | | | |pl| | | | |= | | | | | | | | |= |pl|pl|pl| |pl|pl|pl|pl|= |rl|nl| |ql|kl|bl|nl|rl|= |moves=1.d4 Nf6 2.Bg5 |eco=[[Chess/ECOA|A45]] |parent=[[Chess/Indian Defence|Indian Defence]] }} =Trompowsky Attack= The Trompowsky Attack is a new offbeat opening with less theory which involves White immediately putting the bishop on g5 attacking the knight. Usually in most variations (2...Ne4 or 2...e6) Black avoids doubled pawns, but sometimes accepts them (2...c5 or 2...d5). The latter of each pair (2...e6 or 2...d5) just mentioned can transpose into the Torre Attack after 3. Nf3; however the Trompowsky Main Line (2...Ne4) typically doesn't transpose after it's played.{{Wikipedia|Trompowsky Attack}}In the Trompowsky Main Line, both sides move their developed minor piece twice: Black's knight from g8 to f6 to e4 and White's Bishop from c1 to g5 to f4. Afterward Black has many options to develop unlike many other openings. Some possible developing moves include c5, d5, d6, or e6. A less common but also popular line involves 2...e6 (Classical Defense) when it is best '''not''' to trade pieces and instead develop naturally. This line can transpose into the Torre Attack with 3. Nf3 or continue with 3. e4 in the Trompowsky (Big Center Variation, which fits the position perfectly) and Black usually avoids the trade of minor pieces because of the pin (h6 and e5) and instead trades pieces directly with 4. Bxf6. Even less common but transposable is the move 2...d5 which asks for a transposition into the Torre Attack (3. Nf3) or the Richter-Veresov (3. Nc3) but White can take advantage of the move and stay in the Trompowsky with 3. Bxf6, doubling Black's pawns. Less common again is the 2...c5 line attacking the pawn. White can choose to push the pawn or trade pieces (3. d5 or 3. Bxf6). The former variation involves a "Poisoned Pawn Variation" which involves one side giving away a pawn for a opposing misplaced queen and a development lead. The variation goes 2...c5 3. d5 Qb6 4. Nc3 Qxb2. There is also the move 2...c6!?, which is less commonly played, but nonetheless quite sound. This could lead to similar positions as the 2... c5 line, related to the poisoned pawn variation, or this can lead to 1. d4 openings, such as the Richter-Veresov Attack or even the QGD/Slav Defenses. This line also contains a trap: white must be careful and avoid 3. e3??, where 3...Qa5+ loses the bishop on g5 to a fork. ==Theory table== {{Chess Opening Theory/Table}} :'''1.d4 Nf6 2.Bg5''' <table border="0" cellspacing="0" cellpadding="4"> <tr> <th></th> <th align="left">2</th> <th align="left">3</th> <th align="left">4</th> </tr> <tr> <th align="right"></th> <td>...<br>[[/2...Ne4|Ne4]]</td> <td>Bf4<br>c5</td> <td>f3<br>Qa5+</td> <td>∞</td> </tr> <tr> <th align="right"></th> <td>...<br>[[/2...e6|e6]]</td> <td>e4<br>h6</td> <td>Bxf6<br>Qxf6</td> <td>=</td> </tr> <tr> <th align="right"></th> <td>...<br>[[/2...c5|c5]]</td> <td>Bxf6<br>gxf6</td> <td>d5<br>Qb6</td> <td>∞</td> </tr> <tr> <th align="right"></th> <td>...<br>[[/2...d5|d5]]</td> <td>Bxf6<br>exf6</td> <td>e3<br>Be6</td> <td>=</td> </tr> </table> {{ChessMid}} ==References== {{NCO}} {{MCO14}} {{BCO2}} {{ChessFooter}} {{ChessStub}} 94bmfpo0iu1vmjtdtf9dod2ithuy8f2 Wikijunior:World Religions/Hinduism 110 179667 4095112 4085023 2022-08-20T23:59:13Z 116.72.63.104 /* Who are some famous people who have practiced Hinduism? */ wikitext text/x-wiki {{ {{BOOKTEMPLATE}} }} {{Wikijunior article stub}} == How many people follow Hinduism? == Roughly one billion people practice Hinduism today. == Where is Hinduism practiced? == There are people who practice Hinduism world wide. It is mostly followed in India and Nepal where about eight out of ten people are Hindus. == What are the main beliefs of Hinduism? == [[File:Ganesha Basohli miniature circa 1730 Dubost p73.jpg|thumb|Ganesha, a popular deity in Hinduism.]] Hindus believe in one god, named Brahman, who takes many forms, such as Shiva, Vishnu, Devi, Surya, and Ganesha. Hindus believe that after your body dies, your soul is reincarnated, or born again in another body. What you are reborn as is determined by how you lived in the previous life. == What texts does Hinduism hold sacred? == Hinduism has many holy texts, such as the Vedas, the Upanishads, the Bhagavad Gita, and the Puranas. == What are some main holidays and practices of Hinduism? == [[File:Deepawali-festival.jpg|thumb|Deepavali festival]] * Rama Navami - Mar 24 * Ugadi - Mar 24 * Vishu - April 14 * Tamil New Year - April 14 * Onam - Aug (changes) * Raksha Bandhan - Aug * Ganesh Chaturthi - Sep 11 * Durga Puja: 10 days - Oct ** Navarathiri: 9th day ** Vijayadashami: 10th Day * Deepavali - (Oct - Nov, changes) * Karthikai Deepam - (Nov - Dec, changes) == What is the history of Hinduism? == Hinduism is one of the world's oldest religions. The Hindu Calendar is divided into four ages that repeat in a cycle. The current age started about 5000 years ago. Hinduism has two great legends, named Mahabharat and Ramayan. Both of them happened before this current age. == Who are some famous people who have practiced Hinduism? == * Adi Sankaracharya * Aryabhata (famous Indian mathematician) * Annie Besant (Famous theosophist) * Raja Ram Mohan Roy (famous Indian social reformer) * Sri Ramakrishna Paramahamsa * Swami Vivekananda (well known Indian reformer , his thoughts are quite powerful) * Mahatma Gandhi (famous for India's freedom movement - he is called in India as the 'Father of Our Nation') * Rabindranath Tagore (1st Indian to win the Nobel Prize in Literature) * Srinivasa Ramanujan (World famous Indian mathematician) * Lakshmi Niwas Mittal (Indian chairman and CEO of the world's largest steel making company , ArcelorMittal * Viswanathan Anand (One of the best Indian and world chess players) * Sachin Tendulkar (Well known Indian cricketer who holds the record for the most number of runs in both(Test/ODI) formats of cricket) * Narain Karthikeyan (First Indian F1 driver) * Kalpana Chawla (First Indian woman to go to space) * Julia Roberts (Famous American actor who practices Hinduism) * Anna Hazare (Famous Indian activist) * Bal Gangadhar Tilak (Famous freedom fighter for India) *George Harrison (Famous singer and guitarist, who famously practiced Hinduism.) == What is a story from Hinduism? == Once there was a man who wanted to become a great Sage. He studied hard to learn the scriptures. He understood almost everything in the scriptures, except parts with the word "Maya". So he went into meditation to see God. He meditated for decades, and at last God came to him. The Sage asked God, "What is Maya"? God replied "I can only show you the answer, but it will be a hard journey". The Sage pledged God, "I am your devotee, I will endure any hardship you ask of me. Please show me the answer". God Reincarnated the sage, and he was born again. He was born in a family far far away. He had forgotten all about his previous life, including his meeting with God. He grew up with lots of friends. He married and had a loving family. One day, as he was thinking about how good the lunch would taste, God appeared to him. The man was confused and asked, "Who are you?" God replied, "Remember... your previous life", and blessed him. And the Man remembered that he was a Sage and his quest for "Maya". God said, "This is Maya, the illusion that covers your true self. Maya is the curtain that blinds you from seeing the truth of the world". ==References== {{{{BOOKTEMPLATE}}/Footer}} <noinclude> <!-- interlanguage links would go here --> </noinclude> nufqqni1yovpndazt1rs7hy1prm9lab Talk:MATLAB Programming/Graphical User Interface 1 182694 4095074 2758261 2022-08-20T15:59:40Z MrAlanKoh 3392840 MrAlanKoh moved page [[Talk:MATLAB Programming/Advanced Topics/Toolboxes and Extensions/GUIDE]] to [[Talk:MATLAB Programming/Graphical User Interface]] without leaving a redirect wikitext text/x-wiki man, thank you. Sorry, What figure? .... Please show us! ikoivrpuxg41gi0zzr4v30kr6ysftbf Aros/Platforms/AROS USB support 0 202147 4095082 4094899 2022-08-20T17:21:15Z Jeff1138 301139 wikitext text/x-wiki {{ArosNav}} [[File:Psd.svg|220px|right]] ==Host Adapter USB1 OHCI UHCI USB2 EHCI USB3.0 USB3.1 xHCI USB4 thunderbolt == Please let us know any mistakes or any information to be added, use Prefs/Trident to confirm Vendor and Product IDs Please chat at [https://ae.amigalife.org/ AROS-Exec] or [https://www.arosworld.org/home.php AROS World] USB transfers can be of the type control, isochronous, interrupt, or bulk. Isochronous code is already in place in poseidon.library BUT transfers are not queued to be later rerouted in the host driver code (needs to be written for each host OCHI UCHI EHCI etc). There seems to be 2 types of isoc transfers that can be used by Poseidon. One is just the normal isoc transfer and the other is realtime implementation of isoc transfer. Setting up the isoc transfer pipe might differ on those two and the driver code might be different as well. For isoc transfer there needs to be a scheduler that makes sure no isoc transfers are dropped (in or out) and that they happen at the right time. It all gets difficult as the device making use of the isoc transfer may be at any point on the device tree. One needs to calculate the USB bandwidth etc. and base the scheduler on that and other factors. isochronous transfer control protocol is needed for usb audio and webcams etc Poseidon controls the driver and device tree and it provides an API to communicate with the USB devices. Poseidon really doesn't care much about what sort of transfer pipe is opened or used, it only provides the means to do so and forwards the iorequests to the correct driver. Poseidon code is the higher level code for USB communication and drivers are of course the lower level one. ; Best Hardware - NEC Chipset (OHCI + EHCI), Intel Chipset (UHCI + EHCI), ; Next Best Set - General OHCI, SIS (OHCI + EHCI), ; Buggy Chipset - [http://www.freeopenbook.com/pc-hardware-nutshell-3/pchardnut3-chp-24-sect-2.html Early AMD OHCI], ALi OHCI, VIA UHCI, Nvidia OHCI & EHCI, ; Unsupported - XHCI USB3.0, USB3.1 & gen 2, USB4 Type-A Type-B Type-C OHCI USB 1.1 USB-IF sanctioned standard and removed 2010 in hardware form {| class="wikitable sortable" width="90%" ! width="30%" | Description ! width="5%" |Vendor ID ! width="5%" |Product ID ! width="5%" |Revision ! width="10%" |Boot from USB ! width="10%" |Detect USB device ! width="10%" |USB device works ! width="30%" |Opinion |- | ALi Agere M5273 A1 M5237 Lucent USS-312 | | | | <!--Boots-->{{Maybe}} | <!--Detects-->{{Yes}} | <!--Works-->{{Maybe|}} | StarTech PCI425USB, CompUSA Iogear GIC220U-b, Nvidia 220 mobo, USBA2041P, ALi SU2A-PS, |- | AMD 756 Chipset (onboard motherboard) | 0x1022 | 0x740c | 0x06 | <!--Boots-->{{No}} | <!--Detects-->{{No}} | <!--Works-->{{Maybe|}} | no [http://aros-exec.org/modules/newbb/viewtopic.php?post_id=31308#forumpost31308 usb devices detected] Geode GX1, |- | CMD DU-A2 Silicon Image 0670 (pci AMD chipset) | 0x1095 | 0x0670 | 0x06 | <!--Boots-->{{No}} | <!--Detects-->{{No}} | <!--Works-->{{Maybe|}} | |- | Silicon Image 0673 (pci AMD chipset) | 0x1095 | 0x0673 | 0x06 | <!--Boots-->{{No}} | <!--Detects-->{{No}} | <!--Works-->{{Maybe|}} | |- | Nvidia Nforce2 USB | 0x10de | | | <!--Boots-->{{Maybe|Bios options vary but does with Plop Boot}} | <!--Detects-->{{Yes}} | <!--Works-->{{Maybe|}} | Tested with 20th Aug 2012 improvement |- | NEC µPD720100AGM | 0x1033 | 0x0035 | 0x | <!--Boots-->{{Unk}} | <!--Detects-->{{Unk}} | <!--Works-->{{Maybe|}} | untested - Amiga Spider card with possible bottleneck issues at higher speeds |- | NEC µPD720101AGM 720101GJ | 0x1033 | 0x0035 | 0x43 | <!--Boots-->{{Yes}} | <!--Detects-->{{Yes}} | <!--Works-->{{Maybe|}} | Mac mini, Belkin F5U219vea (2+1 ports), Belkin F5U220vea1 (4+1 ports), Adaptec 3100LP, BAFO BF-460, GWC UC-160, IOGear GIC250U, Keyspan U2PCI-5, O'toLink U2-C2B U2-C2A U2-P20N U2-P50, Ratoc PCIU5, USBWholesale UII-PCIP |- | NEC µPD720102 | 0x1033 | 0x00 | 0x | <!--Boots-->{{Unk|untested }} | <!--Detects-->{{Unk|untested }} | <!--Works-->{{Maybe|}} | |- | Opti 82C861 2-port | 0x1045 | 0xc861 | | <!--Boots-->{{No}} | <!--Detects-->{{No}} | <!--Works-->{{Maybe|}} | no USB devices detected - Belkin F5U005, |- | SIS 7001 OCHI | 0x1039 | 0x7001 | 0x0f | <!--Boots-->{{No}} | <!--Detects-->{{Yes}} | <!--Works-->{{Maybe|}} | 20th Aug 2012 - not booting stalls on GRUB word with Plop Boot |- |} UHCI USB 1.1 Intel standard and since 2009, no hardware support only virtual (P55 chipset) {| class="wikitable sortable" width="90%" ! width="30%" | Description ! width="5%" |Vendor ID ! width="5%" |Product ID ! width="5%" |Revision ! width="10%" |Boot from USB ! width="10%" |Detect USB device ! width="10%" |USB device works ! width="30%" |Opinion |- | Intel | 0x8086 | 0x | 0x01 | <!--Boots-->{{No|not in bios use AROS floopy dis boot}} | <!--Detects-->{{Maybe|}} | <!--Works-->{{Maybe|}} | |- | Intel 82371AB EB MB PIIX4 | 0x8086 | 0x7112 | 0x01 | <!--Boots-->{{No|none in bios use other booting options}} | <!--Detects-->{{Maybe|Detects most devices}} | <!--Works-->{{Maybe|most devices but not RTL8187b WG111v3 blue led not on and does not work}} | |- | Intel 82801DB/DBL/DBM (onboard i830 mbd) | 0x8086 | 0x24c4 | 0x01 | <!--Boots-->{{Yes|but not from bios but floppy options}} | <!--Detects-->{{Yes|}} | <!--Works-->{{Yes|}} | RTL8187b WG111v3 blue led on and although device has software failure and recoverable error IT STILL WORKS. Fresh start sometimes needs Network Prefs Saved to work. |- | VIA MVP4 (onboard mbd) | 0x1106 | 0x30 | 0x40 | <!--Boots-->{{No}} | <!--Detects-->{{Maybe|most devices}} | <!--Works-->{{Maybe|most devices but not wireless options}} | RTL8187b WG111v3 detected but blue led not on and does not work |- | VIA VT82xx (onboard mbd) | 0x1106 | 0x3038 | 0x40 | <!--Boots-->{{No}} | <!--Detects-->{{Maybe|most devices}} | <!--Works-->{{Maybe|most devices but not wireless usb}} | RTL8187b WG111v3 blue led on but does not work |- | VIA VT6202 (VIA VT83C572) | 0x1106 | 0x3038 | | <!--Boots-->{{No}} | <!--Detects-->{{Maybe|}} | <!--Works-->{{Maybe|}} | A-Best USB-200, Cables N Mor USBPCI, CompUSA, D-Link DSB500, Digital/Research DRUSBCARD, Kouwell IOFlex 580, StarMount USB VIA, |- | VIA VT6112 | | | | <!--Boots-->{{No}} | <!--Detects-->{{Maybe|}} | <!--Works-->{{Maybe|}} | |- | VIA VT6212 (pci card) | 0x1106 | 0x3038 | 0x61 | <!--Boots-->{{No}} | <!--Detects-->{{Maybe|}} | <!--Works-->{{Maybe|}} | 2011 seems to have issues with other identical via based USB controller(s) present |- | VIA VT6214L | | | | <!--Boots-->{{No}} | <!--Detects-->{{Maybe|}} | <!--Works-->{{Maybe|}} | |- |} EHCI USB 2.0 The USB-IF insisted on only one implementation of EHCI but creates 4 virtual hcd to cover USB1.1 support. The virtual HCD on Intel and VIA EHCI controllers are UHCI. All other vendors use virtual OHCI controllers. Hardware EHCI USB2.0 ended in most chipsets in 2014/5 and is now virtual through USB3.0 standard {| class="wikitable sortable" width="90%" ! width="30%" | Description ! width="5%" |Vendor ID ! width="5%" |Product ID ! width="5%" |Revision ! width="10%" |Boot from USB ! width="10%" |Detect USB device ! width="10%" |USB device works ! width="30%" |Opinion |- | ALi Agere M5273 A1 Lucent USS-344 | | | | <!--Boots--> | <!--Detects--> | <!--Works-->{{Maybe|}} | {{N/A|untested}} belkin F5U006, |- | Nvidia Nforce2 USB | | | | <!--Boots-->{{No}} | <!--Detects-->{{Yes}} | <!--Works-->{{Maybe|}} | |- | Intel 82801DB/DBM (onboard mbd) | 0x8086 | 0x24cd | 0x01 | <!--Boots-->{{Yes}} | <!--Detects-->{{Yes}} | <!--Works-->{{Maybe|}} | |- | NEC µPD720100AGM | 0x1033 | 0x00E0 | 0x | <!--Boots--> | <!--Detects--> | <!--Works-->{{Maybe|}} | {{N/A|untested - Amiga Spider card}} |- | NEC 72101 GJ | 0x1033 | 0x00e0 | 0x04 | <!--Boots-->{{Yes}} | <!--Detects-->{{Yes}} | <!--Works-->{{Maybe|}} | Belkin F5U219 VEA1 (pci), |- | SIS ECHI | 0x1039 | 0x7002 | 0x00 | <!--Boots-->{{No}} | <!--Detects-->{{Maybe|issues about which port is used if it works at all}} | <!--Works-->{{Maybe|}} | |- | VIA VT6202 | 0x1106 | 0x3104 | | <!--Boots-->{{No}} | <!--Detects-->{{Yes}} | <!--Works-->{{Maybe|}} | |- | VIA VT6212 (pci card) | 0x1106 | 0x3104 | 0x62 | <!--Boots-->{{No}} | <!--Detects-->{{Yes|detects}} | <!--Works-->{{Maybe|}} | |- |} xHCI eXtensible USB 3.0 SuperSpeed SS (Speed 5Gbit/s 3.1 gen 1) {| class="wikitable sortable" width="90%" ! width="30%" | Description ! width="5%" |Vendor ID ! width="5%" |Product ID ! width="5%" |Revision ! width="10%" |Boot from USB ! width="10%" |Detect USB device ! width="10%" |USB device works ! width="30%" |Opinion |- | <!--Description-->AMD | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Boots-->{{N/A}} | <!--Detects-->{{N/A|}} | <!--Works-->{{N/A|}} | |- | <!--Description-->Asmedia ASMT1053 | <!--Vendor ID-->0x1B21 | <!--Product ID--> | <!--Revision--> | <!--Boots-->{{N/A}} | <!--Detects-->{{N/A|}} | <!--Works-->{{N/A|}} | |- | <!--Description-->Asmedia ASM104x | <!--Vendor ID-->0x1B21 | <!--Product ID-->0x1042 | <!--Revision--> | <!--Boots-->{{N/A}} | <!--Detects-->{{N/A|}} | <!--Works-->{{N/A|}} | |- | <!--Description-->Asmedia ASM1153E | <!--Vendor ID-->0x1B21 | <!--Product ID--> | <!--Revision--> | <!--Boots-->{{N/A}} | <!--Detects-->{{N/A|}} | <!--Works-->{{N/A|}} | |- | <!--Description-->Etron | <!--Vendor ID-->0x1B21 | <!--Product ID--> | <!--Revision--> | <!--Boots-->{{N/A}} | <!--Detects-->{{N/A|}} | <!--Works-->{{N/A|}} | |- | Fresco Logic FL1000 FL 1000 | 0x1B73 | 0x1000 | | <!--Boots-->{{No}} | <!--Detects-->{{No|}} | <!--Works-->{{No|}} | link power management (LPM, USB 3 power saving) cannot be disabled so random connection issues |- | Fresco Logic FL1009-200 FL 1009 | | 0x1009 | | <!--Boots-->{{No}} | <!--Detects-->{{No|}} | <!--Works-->{{No|}} | Orico PFU3-2P |- | Fresco Logic FL1100-100 FL 1100SX | | 0x1100 | | <!--Boots--> | <!--Detects--> | <!--Works-->{{No|}} | LPM cannot be disabled so issues with disconnecting WD drives etc - CalDigit, ORICO PFU3-2P, FASTA-6GU3 Pro, inatech KTU3FR-2P 2 port USB 3.0, and Inateck KT4004 (KTU3FR-4PA rev B2) for storage and hubs, etc |- | Fresco Logic FL1400 FL 1400 | | 0x1400 | | <!--Boots-->{{No}} | <!--Detects-->{{No|}} | <!--Works-->{{No|}} | |- | Fresco Logic | | 0x | | <!--Boots-->{{No}} | <!--Detects-->{{No|}} | <!--Works-->{{No|}} | |- | NEC Renesas xHCI µPD720200 uPD720200a chip | 0x1d6b | 0x0194 | | <!--Boots--> | <!--Detects--> | <!--Works-->{{No|}} | recognized but not supported - ORICO PRU3-4P 4 Port USB, |- | NEC Renesas xHCI µPD720201 uPD720201 chip | | 0x114 0x0115 | | <!--Boots--> | <!--Detects--> | <!--Works-->{{No|}} | recognized but not supported |- | NEC Renesas xHCI µPD720202 uPD720202 chip | 0x1912 | 0x0015 | | <!--Boots--> | <!--Detects--> | <!--Works-->{{No|}} | recognized but not supported |- | [http://www.ti.com/product/tusb7340 TI] tusb7340 TUSB732 | | 0x8241 | | <!--Boots--> | <!--Detects--> | <!--Works-->{{Maybe|}} | recognized but not supported Koutech IO-PEU436 but only one with open docs |- | Intel xHCI | | | | <!--Boots--> | <!--Detects--> | <!--Works-->{{Maybe|}} | recognized but not supported - integrated since Ivybridge |- | <!--Description-->Marvell | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Boots-->{{N/A}} | <!--Detects-->{{N/A|}} | <!--Works-->{{N/A|}} | |- | Via Labs VL800 VIA VL811 | | 0x3432 0x3438 0x3515 and 0x9201 | | <!--Boots--> | <!--Detects--> | <!--Works-->{{Maybe|}} 2.0 backwards compatibility | Anker 68UPPCIE-2S20PU 2 port, Plugable 4-Port, GA-z77x-ud5h rev. 1.1 mobo, |- | Via Labs VL811+ | | | | <!--Boots--> | <!--Detects--> | <!--Works-->{{No|}} | |- | Via Labs VL812 | | | | <!--Boots--> | <!--Detects--> | <!--Works-->{{No|}} | |- |- |} USB 3.1 (power up to 100W and data 10Gbit/s USB 3.2 gen 2 - USB-A Full size plug - USB-B micro USB size - USB-C reversible) {| class="wikitable sortable" width="90%" ! width="30%" | Description ! width="5%" |Vendor ID ! width="5%" |Product ID ! width="5%" |Revision ! width="10%" |Boot from USB ! width="10%" |Detect USB device ! width="10%" |USB device works ! width="30%" |Opinion |- | <!--Description-->Asmedia ASM1142 | <!--Vendor ID-->0x1B21 | <!--Product ID--> | <!--Revision--> | <!--Boots-->{{N/A}} | <!--Detects-->{{N/A|}} | <!--Works-->{{No| }} | Connector: USB Type C and USB Type A x 1 - Ugreen USB C PCI Card 2 Port USB 3.1 Type C |- | <!--Description-->Marvell | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Boots-->{{N/A}} | <!--Detects-->{{N/A|}} | <!--Works-->{{No| }} | |- | <!--Description-->AMD | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Boots-->{{N/A}} | <!--Detects-->{{N/A|}} | <!--Works-->{{No| }} | |- | <!--Description-->Intel | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Boots-->{{N/A}} | <!--Detects-->{{N/A|}} | <!--Works-->{{No| }} | |- | <!--Description-->VLI | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Boots-->{{N/A}} | <!--Detects-->{{N/A|}} | <!--Works-->{{N/A|}} | AUKEY 4 Ports USB C , |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Boots-->{{N/A}} | <!--Detects-->{{N/A|}} | <!--Works-->{{N/A|}} | Startech - PEXUSB312C - 2-port Usb 3.1 10Gbit/s |- |} USB 3.2 (power up to 100W and data 20Gbit/s gen 2x2 - USB-A Full size plug - USB-B micro USB size - USB-C reversible) {| class="wikitable sortable" width="90%" ! width="30%" | Description ! width="5%" |Vendor ID ! width="5%" |Product ID ! width="5%" |Revision ! width="10%" |Boot from USB ! width="10%" |Detect USB device ! width="10%" |USB device works ! width="30%" |Opinion |- | <!--Description-->Marvell | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Boots-->{{N/A}} | <!--Detects-->{{N/A|}} | <!--Works-->{{No| }} | |- | <!--Description-->AMD | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Boots-->{{N/A}} | <!--Detects-->{{N/A|}} | <!--Works-->{{No| }} | |- | <!--Description-->Intel | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Boots-->{{N/A}} | <!--Detects-->{{N/A|}} | <!--Works-->{{No| }} | |- | <!--Description-->VLI | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Boots-->{{N/A}} | <!--Detects-->{{N/A|}} | <!--Works-->{{N/A|}} | |- |} USB 4 (40Gbps thunderbolt, pcie 3.0 tunnelling, ) {| class="wikitable sortable" width="90%" ! width="30%" | Description ! width="5%" |Vendor ID ! width="5%" |Product ID ! width="5%" |Revision ! width="10%" |Boot from USB ! width="10%" |Detect USB device ! width="10%" |USB device works ! width="30%" |Opinion |- | <!--Description-->Marvell | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Boots-->{{N/A}} | <!--Detects-->{{N/A|}} | <!--Works-->{{No| }} | |- | <!--Description-->AMD Ryzen7 6800U | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Boots-->{{N/A}} | <!--Detects-->{{N/A|}} | <!--Works-->{{No| }} | |- | <!--Description-->Intel Goshen Ridge JHL8440 Controller | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Boots-->{{N/A}} | <!--Detects-->{{N/A|}} | <!--Works-->{{No| }} | |- | <!--Description-->VLI | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Boots-->{{N/A}} | <!--Detects-->{{N/A|}} | <!--Works-->{{N/A|}} | |- |} == hid.class (Human Interface Device) == === Keyboard === {| class="wikitable sortable" width="90%" ! width="30%" | Description ! width="5%" |Vendor ID ! width="10%" |Product ID ! width="10%" |Revision ! width="50%" |Opinion |- | Apple Pro Keyboard | 0x05ac | 0x0205 | 0x0122 | {{yes|works (its two hub ports) but mouse scroll wheel issues}} |- | Apple Pro Keyboard | 0x05AC | 0x020B | | {{yes|works (its two ports also)}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Corsair K65 Mech MX no numeric keypad | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Corsair CH-9000045 K70 Blue MX | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Corsair K90 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Corsair K95 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Corsair K | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Cherry G80 G80-3000L[x]C[yy]-[z] | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Cooler Master CM Storm Quickfire Rapid | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Dell SK-8135 Dell USB Keyboard for Internet and Multimedia rev H for Dimension 4500, Dimension 8250, OptiPlex GX260n, OptiPlex GX60n, Precision 350 (R42232) | <!--Vendor ID-->0x413C | <!--Product ID-->0x2010 | <!--Revision-->0200 | <!--Opinion-->{{Yes| usb1.1 keyboard hub 0x413C 0x1003 works as well - multimedia keys not mapped }} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Ducky Channel Zero DK2108 Mech Mechanical Cherry MX Red | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Ducky Shine 3 Brown or Blue (DK9087) MX keys | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Das Keyboard Model S Ultimate | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Filco Ninja Majestouch-2 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | Focus FK-760 Wireless Keyboard & Trackball | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | {{yes|works}} but quality build issues raised |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->[http://hjldemo.clsc.cn/ Guangzhou Zhentian Electronics Ltd] Perixx Periboard 505 Plus with Trackball | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{Yes|okay keyboard - poor trackball}} |- | <!--Description-->Guangzhou Zhentian Electronics Co., Ltd Perixx Periboard 706 Plus with Trackball Wireless | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{Yes|generally okay with good sized keys but piano black surround fingerprint magnet, occasional brief trackball freezes after no use, takes some time to get used to the trackball size}} |- | [http://amigakit.leamancomputing.com/catalog/product_info.php?cPath=49&products_id=973 AmigaOne Keyboard] | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | {{yes|works}} |- | <!--Description-->Lenovo SK-8825 41A5327 SIL12-W07 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->works manufactured for |- | Logitech K320 Wireless Keyboard | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | {{No|The Logitech USB Unifying, Bolt, Lightspeed, or Nano receiver pairing}} |- | Logitech K340 Wireless Keyboard | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | {{No|The Logitech Unifying Receiver pairing}} |- | <!--Description--> [http://www.logitech.com/en-us/product/wireless-touch-keyboard-k400r Logitech Wireless Touch Keyboard k400] | <!--Vendor ID--> 0x046D | <!--Product ID--> 0xC52B | <!--Revision--> 1201 | <!--Opinion--> {{yes|All (including multimedia) keys work. Some keys requires remapping with Trident. Touchpad works and acts as normal mouse. Presents itself in Trident as USB Receiver from Logitech with 3 HID bindings}} |- | <!--Description-->Lite-On USB NetVista Full Width Keyboard | <!--Vendor ID-->0x04b3 | <!--Product ID-->0x3025 | <!--Revision--> | <!--Opinion-->works |- | Microsoft Comfortable Curve 2000 | | | | {{no| recognized but not supported}} |- | Microsoft Natural Ergonomic Keyboard 4000 | | | | {{no|recognized but not supported}} |- | Microsoft Wireless Media Desktop 1000 (1356) | 0x045e | 0x00f9 | | {{maybe|working but not mouse part}} |- | <!--Description-->Qpad MK-50 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Qpad MK-80 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Qpad MK-90 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Razer Lycosa | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Razer Blackwidow 2013 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Razr Blackwidow Ultimate | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->SteelSeries | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->TeckNet x300 2.4G Keyboard Mouse MosART | <!--Vendor ID-->0x062A | <!--Product ID-->0x4101 | <!--Revision-->0312 | <!--Opinion-->{{Yes|1 AAA for each and works well - mouse slightly better built than keyboard rubberised membrane}} |- | <!--Description-->TeckNet X331 HDE 2.4G Keyboard wireless RCMCU | <!--Vendor ID-->0x0C45 | <!--Product ID-->0x7000 | <!--Revision-->0001 | <!--Opinion-->{{Yes|wireless can be glitchy but few extra keys are mapped }} |- | <!--Description-->TeckNet X500 2.4G Keyboard Mouse MOSArt | <!--Vendor ID-->0x062A | <!--Product ID-->0x2901 | <!--Revision-->0112 | <!--Opinion-->{{Yes|works well especially large touchpad - usual rubber domed membraned keyboard mechanism }} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Unicomp Model M USB 104 key | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} IBM's and later Lexmark buckling spring switches |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Xenta White Wireless HK6718B+HM3302--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{Maybe|works with Raspberry Pi untested on AROS native}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- |} <pre > Cherry MX Blue have tactile feedback with a click (noisy); good for typing. Cherry MX Brown are in between Blue and Red in style and tactile; Cherry MX Clear switches have soft tactile feedback (with no click). Cherry MX Black are linear switches (no feedback); good for gaming. Cherry MX Red are linear (less noise no click) but more squishy; </pre > === Mouse === if the USB mouse is non-functional put a USB pendrive in before or add the following to user-startup in '''s''' drawer/folder/directory sys:prefs/trident NOGUI > NIL: {| class="wikitable sortable" width="90%" ! width="10%" | Brand ! width="20%" | Description ! width="10%" | Model ! width="5%" |Vendor ID ! width="10%" |Product ID ! width="10%" |Revision ! width="50%" |Opinion |- | 3Dconnexion | 3D Mouse | <!--Model-->[http://www.3dconnexion.com/products/spacenavigator.html SpaceNavigator] | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | {{N/A|untested}} |- | 3Dconnexion | 3D Mouse | <!--Model-->SpacePilot Pro | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | {{N/A|untested}} |- | 3Dconnexion | Mouse | <!--Model-->SpaceExplorer | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | {{N/A|untested}} |- | 3Dconnexion | Wireless Mouse | <!--Model-->SpaceMouse | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | {{N/A|untested}} |- | Belkin | Combo mouse | | 0x05FE | 0x0011 | Low 0100 | {{yes|works}} |- | <!--Brand-->Cytec | <!--Description-->Wired Mouse Gaming | <!--Model-->R.A.T 5 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion--> {{N/A|untested}} |- | Dell | Mouse | MO56UC | 0x413C | 0x3200 | | {{yes|works}} |- | Hama | RF Optical Mouse | AM-6000 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | {{N/A|untested}} |- | <!--Brand-->JamesDonkey | <!--Description-->USB Optical Mouse | <!--Model-->007 | <!--Vendor ID-->0x | <!--Product ID-->0x | <!--Revision--> | <!--Opinion-->{{N/A|}} |- | LogiCAD 3D | 3D Mouse | <!--Model-->Magellan | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | {{N/A|untested}} |- | Logitech | Cordless Desktop Navigator | <!--Model--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | {{No|The Logitech Unifying Receiver pairing}} |- | Logitech Inc. | First/Pilot Wheel Mouse | N48/M-BB48 M-BE58 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | {{N/A|untested }} |- | Logitech | Wireless mouse | [http://www.logitech.com/en-roeu/mice_pointers/mice/devices/5484 M305] | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | {{yes|works}} |- | Logitech | Wireless RF Mouse | MK710 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | {{No|The Logitech Unifying Receiver pairing}} |- | <!--Brand-->Logitech | <!--Description-->Wireless Mouse | <!--Model-->MX Master Anywhere 2S | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion--> {{No|untested}} micro USB charge port on front |- | Microsoft | Wheel Mouse optical | <!--Model--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | {{N/A|untested}} |- | Microsoft | Sidewinder Mouse | <!--Model--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | {{N/A|untested}} |- | Microsoft | IntelliMouse Explorer USB optical | <!--Model--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | {{N/A|untested}} |- | Microsoft | Wireless Optical Mouse 2000 | | 0x045E | 0x00F9 | | {{no|not working see keyboard Media Desktop 2000 above}} |- | <!--Brand--> | <!--Description--> | <!--Model--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion--> {{N/A|untested}} |- | <!--Brand-->Razer | <!--Description-->USB optical | <!--Model-->Naga | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion--> {{N/A|untested}} 17 buttons |- | <!--Brand-->Razer | <!--Description-->USB Optical | <!--Model-->Naga Hex V2 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion--> {{N/A|untested}} MOBA Gaming Mouse, Professional Grade 16,000 DPI Sensor - RGB lighting |- | Trust | Slimline Lasermouse | <!--Model--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | {{N/A|untested}} |- | SteelSeries | Tobii EyeX EyeMobile PCEye | Eye Tracking Control | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | {{N/A|untested}} gaze interaction track technology for augment augmentative and alternative communication (AAC). |- | <!--Brand-->The Eye Tribe Tracker | <!--Description-->Eye | <!--Model--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion--> {{N/A|untested}} |- | <!--Brand--> | <!--Description-->USB Optical Mouse | <!--Model-->MV3000 | <!--Vendor ID-->0x192f | <!--Product ID-->0x0916 | <!--Revision--> | <!--Opinion-->{{yes|works}} |- | <!--Brand--> | <!--Description--> | <!--Model--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion--> {{N/A|untested}} |- | <!--Brand--> | <!--Description--> | <!--Model--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion--> {{N/A|untested}} |- | <!--Brand--> | <!--Description--> | <!--Model--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion--> {{N/A|untested}} |- |} === Trackball === {| class="wikitable sortable" width="90%" ! width="30%" | Description ! width="5%" |Vendor ID ! width="10%" |Product ID ! width="10%" |Revision ! width="50%" |Opinion |- | <!--Description-->3Dconnexion SpaceBall 5000 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | {{N/A|untested}} Labtec designed and rolled into new company 3dconnexion 2001 by owners Logitech |- | <!--Description-->ACCO Kensington Orbit optical F1233A | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Kensington Turbo Mouse 64210 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Clearly Superior Technologies. Model:CST 1000-RC | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Logitech Trackman Marble Mouse Wired USB | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Logitech Cordless Trackman Wheel | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Logitech Optical Trackman T-RB22 - Cordless | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Logitech M570 wireless | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Microsoft Trackball Mouse Optical 1.0 USB | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Microsoft X05-87473 Trackball USB Optical | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- |} === Gamepad === Controlling the joypads works like left joystick is WASD and right joystick is your mouse. You also have 2 bumpers above the triggers. Shoot could be right trigger (so it doesn't involve taking your thumb off the right joystick). Face buttons for reloading or jump or other non-critical functions. Crank up the sensitivity and practice. Testing can be done with the TRIDENT Prefs, [https://devicetests.com/controller-tester html5], [https://greggman.github.io/html5-gamepad-test/ ], or [https://gamepad-tester.com/ here] ==== Dinput Poseidon Default Plugin - Playstation(TM) style ==== {| class="wikitable sortable" width="90%" ! width="35%" |Description ! width="5%" |Vendor ID ! width="5%" |Product ID ! width="5%" |Revision ! width="10%" |Merge with USB on Digital Pad ! width="10%" |Analogue Hack with Analog Stick ! width="30%" |Opinion |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Merge with USB on Digital Pad--> | <!--Analogue Hack with Analog Stick--> | <!--Opinion--> |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Merge with USB on Digital Pad--> | <!--Analogue Hack with Analog Stick--> | <!--Opinion--> |- | <!--Description-->Gravis Eliminator Gamepad Pro USB | <!--Vendor ID-->047d | <!--Product ID-->4005 | <!--Revision--> | <!--Merge with USB on Digital Pad--> | <!--Analogue Hack with Analog Stick-->{{N/A}} | <!--Opinion-->2002 2d only |- | Hama Black Force USB Gamepad | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Merge with USB on Digital Pad-->{{Maybe| }} | <!--Analogue Hack with Analog Stick-->{{Maybe| }} | <!--Opinion-->2003 psx clone look |- | <!--Description-->Jess Tech Game Elements Philips GGE909 PC Recoil Pad | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Merge with USB on Digital Pad--> | <!--Analogue Hack with Analog Stick--> | <!--Opinion--> |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Merge with USB on Digital Pad--> | <!--Analogue Hack with Analog Stick--> | <!--Opinion--> |- | [http://www.youtube.com/watch?v=TCbAmIhj6P4 Logitech Wingman Precision USB] G-UC3B | 0x046d | | | <!--Merge with USB Digital Pad-->{{Yes| }} | <!--Analogue Hack with Analog Stick-->{{N/A| }} | 2002 no 3D but good for 2D retro games like Turrican II |- | <!--Description-->Logitech Wingman Action Pad G-UB3A | <!--Vendor ID-->0x046d | <!--Product ID--> | <!--Revision--> | <!--Merge with USB on Digital Pad-->{{Yes| }} | <!--Analogue Hack with Analog Stick-->{{Maybe|untested }} | <!--Opinion-->2002 1 blue lucid translucent - thin analog stick N64 type - |- | Logitech Wingman RumblePad UB05B | 0x046d | 0xc20a | 1.12 | <!--Merge with USB Digital Pad-->{{Yes| }} | <!--Analogue Hack with Analog Stick-->{{Maybe|untesed }} | 2000 twin blue analogue sticks N64 type - poor 2d controls with single molded blue piece - vibration feedback - single shoulder buttons with throttle control below right one |- | Logitech Wingman Cordless RumblePad G-RA4A | 0x046d | 0xc211 | 1.12 | <!--Merge with USB Digital Pad-->{{Yes| }} | <!--Analogue Hack with Analog Stick-->{{Maybe|untested }} | 2001 twin blue analogue sticks N64 type - poor 2d controls with single molded black piece - vibration feedback - dual shoulder buttons L1 L2 R1 R2 with blue throttle control below right one - 4 aa mn1500 batteries; life not great - C-UD10A usb dongle - overall big and bulky |- | <!--Description-->Logitech Precision Wired G-UG15 | <!--Vendor ID-->0x046d | <!--Product ID-->0x | <!--Revision-->0x | <!--Merge with USB on Digital Pad-->{{Maybe| }} | <!--Analogue Hack with Analog Stick-->{{N/A|N/A}} | <!--Opinion-->2002 psx styling blue outer shell - no 3D analog and no shoulder buttons - no rumble |- | <!--Description-->Logitech Cordless Precision G-X2E14A | <!--Vendor ID-->0x046d | <!--Product ID-->0x | <!--Revision-->0x | <!--Merge with USB on Digital Pad-->{{No| }} | <!--Analogue Hack with Analog Stick-->{{N/A|N/A}} | <!--Opinion-->2002 ps2 styling blue outer shell - no 3D analog and no shoulder buttons - no rumble |- | <!--Description-->Logitech G-X5C11A Cordless Precision Wireless Controllers | <!--Vendor ID-->0x046d | <!--Product ID-->0x | <!--Revision-->0x | <!--Merge with USB on Digital Pad-->{{No| }} | <!--Analogue Hack with Analog Stick-->{{N/A|N/A}} | <!--Opinion-->2002 psx styling black outer shell - no 3D analog and no shoulder buttons - no rumble |- | [http://www.testfreaks.co.uk/game-console-accessories-controls/logitech-dual-actiontm-gamepad/ Logitech Dual Action] * G-UD8 has no mode (2D only?) button and no rumble * G-UF13A later | 0x046d | 0xc2 | | <!--Merge with USB Digital Pad-->{{Yes| }} | <!--Analogue Hack with Analog Stick-->{{Yes|[http://www.morphzone.org/modules/newbb_plus/viewtopic.php?topic_id=7018&forum=12 G-UF13A tested only]}} | 2003 New body shape psx style - dual analog 3D sticks - 4 small travel shoulder triggers no 5,6,7,8 |- | Logitech RumblePad 2 G-UF13 | 0x046d | 0xc218 | 1.00 | <!--Merge with USB Digital Pad-->{{Yes| }} | <!--Analogue Hack with Analog Stick-->{{Yes| }} | 2006 light blue top/black base - twin analogues 3D along with dual short travel shoulder buttons - rumble present - |- | <!--Description-->[Logitech RumblePad 2 Cordless] * G-RC?? OLD version that take FOUR batteries and RED Logitech logo * G-RC14 uses TWO batteries has an ORANGE logo - dongle C-UE10 | <!--Vendor ID-->0x046d | <!--Product ID-->0xc219 | <!--Revision-->0x0200 | <!--Merge with USB Digital Pad-->{{Yes| }} | <!--Analogue Hack with Analog Stick-->{{Yes|mostly}} | <!--Opinion-->2008 may have to remove 1 battery - G-RC?? 5 + 7 buttons - G-RC14 use buttons 6 + 8 to reset sticks - replace battery and push large button on receiver - |- | <!--Description-->Logitech F310 Wired Dual Action G-U0001 | <!--Vendor ID-->0x046d | <!--Product ID-->0xc21 | <!--Revision-->0x | <!--Merge with USB on Digital Pad-->{{Yes| }} | <!--Analogue Hack with Analog Stick-->{{Yes|D mode switch}} | <!--Opinion-->2010 dual analog 3D with pc-xbox/psx switch on back (only D works) - both rear shoulder RT LT buttons have excess travel - no rumble vibration - |- | <!--Description-->Logitech F510 Wired G-UG0002 | <!--Vendor ID-->0x046d | <!--Product ID-->0xc21 | <!--Revision-->0x | <!--Merge with USB on Digital Pad-->{{Maybe| }} | <!--Analogue Hack with Analog Stick-->{{Maybe| }} | <!--Opinion-->2010 dual analog with dual xbox pc/psx X/D switched compatibility modes - |- | Logitech F710 Wireless / Cordless RumblePad 2 G-R0001 | 0x046d | 0xc219 | 3.05 | <!--Merge with USB Digital Pad-->{{Yes| }} | <!--Analogue Hack with Analog Stick-->{{Maybe| }} | When switch on top set to D and nano receiver for each controller to pair - 2 aa mn1500 batteries required - rumble support sometimes - rear back shoulder buttons excessive travel needed |- | <!--Description-->Megaworld 'TIME' USB pad | <!--Vendor ID-->0x0735 | <!--Product ID-->0x9902 | <!--Revision-->Low 0100 | <!--Merge with USB Digital Pad-->{{Yes| }} | <!--Analogue Hack with Analog Stick-->{{No |}} | <!--Opinion-->2000 Poor quality |- | <!--Description-->Microsoft Sidewinder Gamepad X04 Freestyle | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Merge with USB Digital Pad-->{{Maybe| }} | <!--Analogue Hack with Analog Stick-->{{N/A|N/A }} | <!--Opinion-->{{N/A|untested}} 1998 might need USB adapter |- | <!--Description-->Microsoft Sidewinder X05 63895 92626 Flight stick | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Merge with USB Digital Pad-->{{Yes| }} | <!--Analogue Hack with Analog Stick-->{{unk| }} | <!--Opinion-->{{Yes|2000 [https://ae.amigalife.org/index.php?topic=929.msg11309#new tested]}} |- | Saitek [http://www.testfreaks.co.uk/game-console-accessories-controls/saitek-ps1000/ PS1000 Cyborg V.1], [http://www.testfreaks.co.uk/game-console-accessories-controls/saitek-ps2700-rumble-pad/ PS2700] | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Merge with USB Digital Pad-->{{Yes| }} | <!--Analogue Hack with Analog Stick--> | <!--Opinion-->2000 no rumble function |- | Saitek [http://www.youtube.com/watch?v=xG0v-hf6ZPA P2600] [http://compactiongames.about.com/od/hardware/tp/gamepads.htm P3600], | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Merge with USB Digital Pad-->{{Yes| }} | <!--Analogue Hack with Analog Stick--> | <!--Opinion-->2000 no rumble function |- | Saitek P2900 wireless | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Merge with USB Digital Pad--> | <!--Analogue Hack with Analog Stick--> | {{N/A|untested but runs on 1 AA battery}} |- | <!--Description-->Sony Batoh PS3 mini USB Wired hookup [http://ps3.jim.sh/sixaxis/usb/ SIXAXIS] *PCB Ribbon Notes *? SA1Q135A for sixaxis *PP4 *V2 *V25 *VX SA1Q146A first dualshock 3 model *VX SA1Q147A CECHZC2U (USA) *VX35 SA1Q159A *VX3 SA1Q160A *VX? SA1Q188A *VX4 SA1Q189A shipped with a CECH-2504 datecode 0C. identical to SA1Q188A *VX5 SA1Q194A not compatible with previous models, ALPS, PS button changes *VX6 SA1Q195A red case, *VX7 SA1Q222A superslims date ?. 2 separated ribbons *VX8 SA1Q224A superslims date ?. 2 separated ribbons | <!--Vendor ID-->0x054c | <!--Product ID-->0x0268 | <!--Revision-->1.00 | <!--Merge with USB on Digital Pad-->{{No|}} | <!--Analogue Hack with Analog Stick-->{{No|}} | <!--Opinion-->Sometimes detected but no support - no sixaxis features not detected - usb lead will vary with results |- | <!--Description-->Sony PS4 *JDM JDS 001 010 011 *JDM 030 040 055 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Merge with USB on Digital Pad--> | <!--Analogue Hack with Analog Stick--> | <!--Opinion--> |- | <!--Description-->Sony PS5 Dual Sense | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Merge with USB on Digital Pad--> | <!--Analogue Hack with Analog Stick--> | <!--Opinion--> |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Merge with USB on Digital Pad--> | <!--Analogue Hack with Analog Stick--> | <!--Opinion--> |- | <!--Description-->Speed Link Strike 2 FX | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Merge with USB on Digital Pad--> | <!--Analogue Hack with Analog Stick--> | <!--Opinion--> |- | <!--Description-->Thrustmaster Firestorm Dual Power 2 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Merge with USB Digital Pad-->{{Yes| }} | <!--Analogue Hack with Analog Stick-->{{Yes|[http://www.morphzone.org/modules/newbb_plus/viewtopic.php?topic_id=7018&forum=12 only 1 axis joystick only]}} | <!--Opinion--> |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Merge with USB on Digital Pad--> | <!--Analogue Hack with Analog Stick--> | <!--Opinion--> |- | <!--Description-->Trust Predator GM-1500 GM-1520 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Merge with USB on Digital Pad--> | <!--Analogue Hack with Analog Stick--> | <!--Opinion--> |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Merge with USB on Digital Pad--> | <!--Analogue Hack with Analog Stick--> | <!--Opinion--> |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Merge with USB on Digital Pad--> | <!--Analogue Hack with Analog Stick--> | <!--Opinion--> |- | <!--Description-->8bitdo stick | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Merge with USB on Digital Pad--> | <!--Analogue Hack with Analog Stick--> | <!--Opinion--> |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Merge with USB on Digital Pad--> | <!--Analogue Hack with Analog Stick--> | <!--Opinion--> |- | <!--Description-->Mad Catz sf2 fightstick | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Merge with USB on Digital Pad--> | <!--Analogue Hack with Analog Stick--> | <!--Opinion--> |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Merge with USB on Digital Pad--> | <!--Analogue Hack with Analog Stick--> | <!--Opinion--> |- | <!--Description-->Mayflash Datel Paewang Arcade Pro Stick | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Merge with USB on Digital Pad--> | <!--Analogue Hack with Analog Stick--> | <!--Opinion--> |- | <!--Description-->Mayflash F300 Fighting Stick | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Merge with USB on Digital Pad--> | <!--Analogue Hack with Analog Stick--> | <!--Opinion--> |- | <!--Description-->Mayflash F500 Fighting Stick | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Merge with USB on Digital Pad--> | <!--Analogue Hack with Analog Stick--> | <!--Opinion--> |- | <!--Description-->Venom 8 button | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Merge with USB on Digital Pad--> | <!--Analogue Hack with Analog Stick--> | <!--Opinion--> |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Merge with USB on Digital Pad--> | <!--Analogue Hack with Analog Stick--> | <!--Opinion--> |- |} ==== Xinput Xbox Style Plugin ==== 2018 extension added originally called AROSx {| class="wikitable sortable" width="90%" ! width="35%" |Description ! width="5%" |Vendor ID ! width="5%" |Product ID ! width="5%" |Revision ! width="10%" |Merge with USB on Digital Pad ! width="10%" |Analogue Hack with Analog Stick ! width="30%" |Opinion |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Merge with USB on Digital Pad--> | <!--Analogue Hack with Analog Stick--> | <!--Opinion--> |- | <!--Description-->Hori EX2 Turbo UHX3-45 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Merge with USB on Digital Pad--> | <!--Analogue Hack with Analog Stick--> | <!--Opinion--> |- | [https://pineight.com/mw/index.php?title=USB_game_controllers Xbox 360 Wired Controller] | 0x045e | 0x028e | 0x | <!--Merge with USB Digital Pad-->{{Maybe|needs specific driver and has poor 2D control pad}} | <!--Analogue Hack with Analog Stick-->{{No| }} | |- | Microsoft (R) Xbox 360 (TM) Wireless Receiver for Windows(R) Model 1086 and Controller | 0x045e | 0x0719 or 0x0291 | 0x0100 | <!--Merge with USB Digital Pad-->{{No| }} | <!--Analogue Hack with Analog Stick-->{{No| }} | {{No|separate standalone usb dongle detected and shows as 8 vendor interfaces but no class associated and so not working - may need new class from code from xpad or xboxdrv to work the controllor}} |- | Xbox 360 Kinect [http://hackaday.com/2010/11/10/kinect-open-source-driver-demo-and-hacking/ Video] [http://git.marcansoft.com/?p=libfreenect.git;a=commit;h=7655fcf7239ba4907654089dba535a196685dbe5 GIT] | | | | <!--Merge with USB Digital Pad--> | <!--Analogue Hack with Analog Stick--> | {{N/A|untested}} |- | <!--Description-->Speedlink XEOX Pro Analog Wireless | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Merge with USB on Digital Pad--> | <!--Analogue Hack with Analog Stick--> | <!--Opinion-->enclosed lithium battery? - xbox layout - switchable on back of controller to directinput (dinput) or xinput - USB dongle switchable to pc and ps3 |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Merge with USB on Digital Pad--> | <!--Analogue Hack with Analog Stick--> | <!--Opinion--> |- | <!--Description-->Steel Series Stratus Duo XL | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Merge with USB on Digital Pad--> | <!--Analogue Hack with Analog Stick--> | <!--Opinion-->usb adapter needed |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Merge with USB on Digital Pad--> | <!--Analogue Hack with Analog Stick--> | <!--Opinion--> |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Merge with USB on Digital Pad--> | <!--Analogue Hack with Analog Stick--> | <!--Opinion--> |- |} <pre> #ifndef AROSX_LIBRARY_H #define AROSX_LIBRARY_H #include <exec/types.h> #define AROSX_CONTROLLER_TYPE_UNKNOWN 0x00 #define AROSX_CONTROLLER_TYPE_GAMEPAD 0x01 #define AROSX_GAMEPAD_DPAD_UP 0x0001 #define AROSX_GAMEPAD_DPAD_DOWN 0x0002 #define AROSX_GAMEPAD_DPAD_LEFT 0x0004 #define AROSX_GAMEPAD_DPAD_RIGHT 0x0008 #define AROSX_GAMEPAD_START 0x0010 #define AROSX_GAMEPAD_BACK 0x0020 #define AROSX_GAMEPAD_LEFT_THUMB 0x0040 #define AROSX_GAMEPAD_RIGHT_THUMB 0x0080 #define AROSX_GAMEPAD_LEFT_SHOULDER 0x0100 #define AROSX_GAMEPAD_RIGHT_SHOULDER 0x0200 #define AROSX_GAMEPAD_A 0x1000 #define AROSX_GAMEPAD_B 0x2000 #define AROSX_GAMEPAD_X 0x4000 #define AROSX_GAMEPAD_Y 0x8000 struct AROSX_GAMEPAD { ULONG Timestamp; UWORD Buttons; UBYTE LeftTrigger; UBYTE RightTrigger; WORD ThumbLX; WORD ThumbLY; WORD ThumbRX; WORD ThumbRY; }; #define AROSX_EHMB_CONNECT 0x00 #define AROSX_EHMB_DISCONNECT 0x01 #define AROSX_EHMF_CONNECT (1L<<AROSX_EHMB_CONNECT) #define AROSX_EHMF_DISCONNECT (1L<<AROSX_EHMB_DISCONNECT) struct AROSX_EventHook { struct Node eh_Node; struct MsgPort *eh_MsgPort; ULONG eh_MsgMask; }; struct AROSX_EventNote { struct Message en_Msg; ULONG en_Event; APTR en_Param1; APTR en_Param2; }; #endif /* AROSX_LIBRARY_H */ </pre> === Joystick === {| class="wikitable sortable" width="90%" ! width="30%" | Description ! width="5%" |Vendor ID ! width="10%" |Product ID ! width="10%" |Revision ! width="10%" |Merge with USB on Digital Pad ! width="10%" |Analogue Hack with Analog Stick ! width="50%" |Opinion |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Merge with USB on Digital Pad--> | <!--Analogue Hack with Analog Stick--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->CH Products CombatStick 568 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Merge with USB on Digital Pad--> | <!--Analogue Hack with Analog Stick--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Cyborg X | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Merge with USB on Digital Pad--> | <!--Analogue Hack with Analog Stick--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Logitech Extreme 3D | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Merge with USB on Digital Pad--> | <!--Analogue Hack with Analog Stick--> | <!--Opinion-->{{N/A|untested }} |- | [Logitech Attack 3 Joystick] | 0x0464 | 0xC214 | 0205 | <!--Merge with USB on Digital Pad--> | <!--Analogue Hack with Analog Stick--> | {{yes|works}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Merge with USB on Digital Pad--> | <!--Analogue Hack with Analog Stick--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->saitek X-52 x52 pro | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Merge with USB on Digital Pad--> | <!--Analogue Hack with Analog Stick--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->saitek aviator | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Merge with USB on Digital Pad--> | <!--Analogue Hack with Analog Stick--> | <!--Opinion-->{{N/A|untested }} |- | Speedlink Competition Pro USB | | | | <!--Merge with USB on Digital Pad--> | <!--Analogue Hack with Analog Stick--> | {{maybe|works but games not working "out of the box"}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Merge with USB on Digital Pad--> | <!--Analogue Hack with Analog Stick--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Trust Predator QZ 501 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Merge with USB on Digital Pad--> | <!--Analogue Hack with Analog Stick--> | <!--Opinion-->{{yes|works}} |- | <!--Description-->Trust Predator TH 400 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Merge with USB on Digital Pad--> | <!--Analogue Hack with Analog Stick--> | <!--Opinion-->{{yes|works}} |- | <!--Description-->Trust Predator GM-2500 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Merge with USB on Digital Pad--> | <!--Analogue Hack with Analog Stick--> | <!--Opinion-->{{yes|works}} |- | <!--Description-->Trust XK 100 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Merge with USB on Digital Pad--> | <!--Analogue Hack with Analog Stick--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Merge with USB on Digital Pad--> | <!--Analogue Hack with Analog Stick--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Merge with USB on Digital Pad--> | <!--Analogue Hack with Analog Stick--> | <!--Opinion-->{{N/A|untested }} |- |} ===Gaming Racing Steering Wheels=== {| class="wikitable sortable" width="90%" ! width="25%" |Description ! width="5%" |Vendor ID ! width="5%" |Product ID ! width="5%" |Revision ! width="10%" |Merge with USB on Digital Pad ! width="10%" |Analogue Hack with Analog Stick ! width="40%" |Opinion |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Merge with USB Digital Pad--> | <!--Analogue Hack with Analog Stick--> | <!--Opinion--> |- | <!--Description-->Fanatec CSL Elite | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Merge with USB Digital Pad--> | <!--Analogue Hack with Analog Stick--> | <!--Opinion-->PS4 and Xbox - belt driven wheel - 30cm wheel swapping |- | <!--Description-->Fanatec Club Sport | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Merge with USB Digital Pad--> | <!--Analogue Hack with Analog Stick--> | <!--Opinion--> top belt $600 £500 system |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Merge with USB Digital Pad--> | <!--Analogue Hack with Analog Stick--> | <!--Opinion--> |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Merge with USB Digital Pad--> | <!--Analogue Hack with Analog Stick--> | <!--Opinion--> |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Merge with USB Digital Pad--> | <!--Analogue Hack with Analog Stick--> | <!--Opinion--> |- | <!--Description-->Genius TRIO RACER F1 Racing Wheel | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Merge with USB Digital Pad--> | <!--Analogue Hack with Analog Stick--> | <!--Opinion-->Cheap and cheerful but not great - may need calibrating |- | <!--Description-->Hama PC Racing Wheel Thunder V18 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Merge with USB Digital Pad--> | <!--Analogue Hack with Analog Stick--> | <!--Opinion-->Average |- | <!--Description-->Hori Racing Wheel 3 with pedals | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Merge with USB Digital Pad--> | <!--Analogue Hack with Analog Stick--> | <!--Opinion-->PS3 PC |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Merge with USB Digital Pad--> | <!--Analogue Hack with Analog Stick--> | <!--Opinion--> |- | <!--Description-->Logic3 PXU450 TopDrive GT450 Steering Wheel for PS3, PS4, XBox One and PC | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Merge with USB Digital Pad--> | <!--Analogue Hack with Analog Stick--> | <!--Opinion--> |- | <!--Description-->Logitech MOMO | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Merge with USB Digital Pad--> | <!--Analogue Hack with Analog Stick--> | <!--Opinion-->Very good |- | <!--Description-->Logitech Driving Force GT | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Merge with USB Digital Pad--> | <!--Analogue Hack with Analog Stick--> | <!--Opinion--> |- | <!--Description-->Logitech Drive Force Pro DFP | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Merge with USB Digital Pad--> | <!--Analogue Hack with Analog Stick--> | <!--Opinion--> wheel 900 degree - weighs in at 15&nbsp;lbs |- | <!--Description-->Logitech Formula Force EX | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Merge with USB Digital Pad--> | <!--Analogue Hack with Analog Stick--> | <!--Opinion-->200 degrees turn for the EX model is arcade-like driving - adds PS3 compatibility via the PSx/2 adaptor - weighs in at 9&nbsp;lbs |- | <!--Description-->Logitech G25 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Merge with USB Digital Pad--> | <!--Analogue Hack with Analog Stick--> | <!--Opinion--> - needs external psu - |- | <!--Description-->Logitech G27 PC/PS3 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Merge with USB Digital Pad--> | <!--Analogue Hack with Analog Stick--> | <!--Opinion--> comes with gear shifter - needs external psu - |- | <!--Description-->Logitech G29 PC PS3/PS4 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Merge with USB Digital Pad--> | <!--Analogue Hack with Analog Stick--> | <!--Opinion--> may need additional shifter - gear 900deg wheel / rumble - 3 peddle - needs external psu - |- | <!--Description-->Logitech G920 PC XboxOne | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Merge with USB Digital Pad--> | <!--Analogue Hack with Analog Stick--> | <!--Opinion--> may need additional shifter - gear 900deg wheel / rumble - 3 peddle - needs external psu - |- | <!--Description-->Logitech G923 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Merge with USB Digital Pad--> | <!--Analogue Hack with Analog Stick--> | <!--Opinion--> |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Merge with USB Digital Pad--> | <!--Analogue Hack with Analog Stick--> | <!--Opinion--> |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Merge with USB Digital Pad--> | <!--Analogue Hack with Analog Stick--> | <!--Opinion--> |- | <!--Description-->Simagic M10 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Merge with USB Digital Pad--> | <!--Analogue Hack with Analog Stick--> | <!--Opinion--> base direct drive $900 £800 |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Merge with USB Digital Pad--> | <!--Analogue Hack with Analog Stick--> | <!--Opinion--> |- | <!--Description-->Simplicity Simwheel | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Merge with USB Digital Pad--> | <!--Analogue Hack with Analog Stick--> | <!--Opinion--> direct |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Merge with USB Digital Pad--> | <!--Analogue Hack with Analog Stick--> | <!--Opinion--> |- | <!--Description-->Simxperience Accuforce V2 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Merge with USB Digital Pad--> | <!--Analogue Hack with Analog Stick--> | <!--Opinion--> |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Merge with USB Digital Pad--> | <!--Analogue Hack with Analog Stick--> | <!--Opinion--> |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Merge with USB Digital Pad--> | <!--Analogue Hack with Analog Stick--> | <!--Opinion--> |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Merge with USB Digital Pad--> | <!--Analogue Hack with Analog Stick--> | <!--Opinion--> |- | <!--Description-->SPEEDLINK Drift O.Z. Racing Wheel with Pedals and Gear Stick | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Merge with USB Digital Pad--> | <!--Analogue Hack with Analog Stick--> | <!--Opinion--> |- | <!--Description-->SteelSeries Simraceway SRW-S1 Steering Wheel (PC) | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Merge with USB Digital Pad--> | <!--Analogue Hack with Analog Stick--> | <!--Opinion--> |- | <!--Description-->Thrustmaster Ferrari Challenge Wheel | <!--Vendor ID-->0x044f | <!--Product ID--> | <!--Revision--> | <!--Merge with USB Digital Pad--> | <!--Analogue Hack with Analog Stick--> | <!--Opinion--> Poor |- | <!--Description-->Thrustmaster Ferrari FGT Rumble GT Experience 3-in-1 (PC/PS3) | <!--Vendor ID-->0x044f | <!--Product ID-->b658 | <!--Revision-->0102 | <!--Merge with USB Digital Pad-->{{Yes|Wheel and all buttons detected}} | <!--Analogue Hack with Analog Stick-->{{Maybe|}} | <!--Opinion-->Not great - gear driven 240deg wheel rotation - no psu needed - 2 peddle - flappy gear change - rumble untested - red switch for PC PS3 selection |- | <!--Description-->Thrustmaster F430 | <!--Vendor ID-->0x044f | <!--Product ID--> | <!--Revision--> | <!--Merge with USB Digital Pad--> | <!--Analogue Hack with Analog Stick--> | <!--Opinion--> |- | <!--Description-->Thrustmaster T500 RS Wheel | <!--Vendor ID-->0x044f | <!--Product ID--> | <!--Revision--> | <!--Merge with USB Digital Pad--> | <!--Analogue Hack with Analog Stick--> | <!--Opinion--> belt driven wheel/rumble for GT5 |- | <!--Description-->Thrustmaster T60 Challenge | <!--Vendor ID-->0x044f | <!--Product ID--> | <!--Revision--> | <!--Merge with USB Digital Pad--> | <!--Analogue Hack with Analog Stick--> | <!--Opinion--> |- | <!--Description-->Thrustmaster T150 Wheel | <!--Vendor ID-->0x044f | <!--Product ID--> | <!--Revision--> | <!--Merge with USB Digital Pad--> | <!--Analogue Hack with Analog Stick--> | <!--Opinion--> gear / belt combo wheel / rumble - 2 peddle |- | <!--Description-->Thrustmaster TMX Pro PC/XboxOne | <!--Vendor ID-->0x044f | <!--Product ID--> | <!--Revision--> | <!--Merge with USB Digital Pad-->{{No| }} | <!--Analogue Hack with Analog Stick-->{{No| }} | <!--Opinion--> direct drive rumble - no manual gear shift included |- | <!--Description-->Thrustmaster T80 | <!--Vendor ID-->0x044f | <!--Product ID--> | <!--Revision--> | <!--Merge with USB Digital Pad--> | <!--Analogue Hack with Analog Stick--> | <!--Opinion-->Base level and OK - PS4 - 270deg rumble - 2 peddle |- | <!--Description-->Thrustmaster T300 RS GT | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Merge with USB Digital Pad--> | <!--Analogue Hack with Analog Stick--> | <!--Opinion-->PS3 PS4 - belt driven - 900deg rotation and modular 28cm wheel out - 2 peddles but 3 available |- | <!--Description-->Thrustmaster TX Leather | <!--Vendor ID-->0x044f | <!--Product ID--> | <!--Revision--> | <!--Merge with USB Digital Pad--> | <!--Analogue Hack with Analog Stick--> | <!--Opinion-->TX Xbox version - 900deg rotation |- | <!--Description-->Thrustermaster TS PC | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Merge with USB Digital Pad--> | <!--Analogue Hack with Analog Stick--> | <!--Opinion-->PC only belt wheel |- | <!--Description--> TS XW Racer PC Xbox1 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Merge with USB Digital Pad--> | <!--Analogue Hack with Analog Stick--> | <!--Opinion--> top belt system |- | <!--Description-->Thrustmaster T-GT | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Merge with USB Digital Pad--> | <!--Analogue Hack with Analog Stick--> | <!--Opinion-->PS4 $700 £600 with T-DFB |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Merge with USB Digital Pad--> | <!--Analogue Hack with Analog Stick--> | <!--Opinion--> |- | <!--Description-->Tracer Zonda Racing Steering Wheel PC PS3 Vibration Feedback Pedals Gearbox | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Merge with USB Digital Pad--> | <!--Analogue Hack with Analog Stick--> | <!--Opinion--> |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Merge with USB Digital Pad--> | <!--Analogue Hack with Analog Stick--> | <!--Opinion--> |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Merge with USB Digital Pad--> | <!--Analogue Hack with Analog Stick--> | <!--Opinion--> |- |} ===Gamepad Joypad Adapters=== * Most adapters will work in most OS's without installing a driver. Special functions needing drivers will be noted. * Some adapters do not work with some [http://www.stepmania.com/wiki/Dance_Pads dance pads] because of voltage issues. Other adapters map the dancemat arrows as axes and not as buttons, causing problems. * If using an adapters should be compatible with '''original''' PlayStation PS/Xbox Xbox/GameCube GC /Dreamcast DC/Sega Saturn SS gamepads. {| class="wikitable sortable" width="90%" ! width="35%" |Description ! width="5%" |Vendor ID ! width="5%" |Product ID ! width="5%" |Revision ! width="10%" |Merge with USB on Digital Pad ! width="10%" |Analogue Hack with Analog Stick ! width="30%" |Opinion |- | <!--Description-->[http://www.maplin.co.uk/psx-usb-bridge-34887?tabid=3&worldid=&doy=21m9&faqitem=playstation%20controller%20to%20pc%20adaptor Maplin] [http://www.rockfire.com.tw/ Padix Co. Ltd. Rockfire] PX-205 PSX/USB Bridge | <!--Vendor ID-->0x0583 | <!--Product ID-->0x2050 | <!--Revision--> | <!--Merge with USB on Digital Pad-->{{Yes}} but buttons mapped different from others | <!--Analogue Hack with Analog Stick-->{{Maybe|poor}} | <!--Opinion-->Ok with dpads, but very poor support with analogue hack |- | Boom PS Joy Converter adaptor | | | | <!--Merge with USB Digital Pad-->{{Yes| }} | <!--Analogue Hack with Analog Stick--> | discontinued (2004/5). Hold Up, Start, and Select for three seconds. Very good [http://www.stepmania.com stepmania] recommendation. |- | [http://www.hkems.com/m_main.htm EMS] [http://www.hkems.com/product/ps2/ps2-usb2.htm USB2] grey plastic box with 2 PSX ports, one on either side - UP and Select pressed for 3 seconds at the same time or the dance code (start+select+up) | | | | <!--Merge with USB Digital Pad-->{{Yes|Tests/joystick shows the PS port works in digital mode on d-pad}} | <!--Analogue Hack with Analog Stick--> | Set in PC switch mode. Does not work when using 2 pads at the same time, likely higher power requirements. FPSE emu DualShock untested, Mat and Guitar untested but known lag involved |- | Joytech (play.com) (EMS USB2 bad clone) Black box twin PSX | 0x0b43 | 0x0003 | 0x0 | <!--Merge with USB Digital Pad-->{{Maybe| }} | <!--Analogue Hack with Analog Stick-->{{No|buggy hardware}} | but poor on dance ddr mat and guitar hero as the left and right keys do not like being pressed together, Dual shock untested |- | [ EMS Trio Linker ] 1 PSone connection at bottom | | | | <!--Merge with USB Digital Pad--> | <!--Analogue Hack with Analog Stick--> | 1PSX discontinued 2005 |- | [http://psxemulator.proboards.com/index.cgi?board=support&action=display&thread=421 EMS Trio Linker Plus] (blue box) 1 PSx at bottom | | | | <!--Merge with USB Digital Pad--> | <!--Analogue Hack with Analog Stick--> | 1PSX discontinued |- | Gamtec [http://www.gamestone.co.uk/gradius/guides_usb_smartjoy_guide.php SmartJoy Plus] Lik Sang PS->USB converter Red 2005 | 0x0925 | 0x0005 | Low 0110 | <!--Merge with USB Digital Pad-->{{Maybe|detected and digital dpad works with [http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=4138&forum=2&post_id=35952#forumpost35952 joystick and testjoystick tests] but the second analog control is not mapping correctly in digital mode}} | <!--Analogue Hack with Analog Stick-->{{No|Analogue Hack - hardware buggy not useable}} | Dual shock untested, Mat and Guitar untested. Nothing picked up upon plugging it in. Quite common, these items have grounding issues or feed voltage back into the USB host and freeze the host controller, preventing any plugins or removals being detected. |- | Gamtec SmartJoy Plus Dual PS->USB converter Red | 0x0925 | 0x00 | Low | <!--Merge with USB Digital Pad-->{{Maybe| }} | <!--Analogue Hack with Analog Stick-->{{No|buggy hardware}} | |- | [http://uk.gear.ign.com/articles/700/700334p1.html Lik-Sang Super SmartJoy PSX] | | | | <!--Merge with USB Digital Pad--> | <!--Analogue Hack with Analog Stick--> | 1PSX |- | Soyo Kiki Kiky | | | | <!--Merge with USB Digital Pad--> | <!--Analogue Hack with Analog Stick--> | |- | eXcel PSX adaptor shaped a little like a stealth bomber with USB pass through | | | | <!--Merge with USB Digital Pad--> | <!--Analogue Hack with Analog Stick--> | |- | Venom | | | | <!--Merge with USB Digital Pad--> | <!--Analogue Hack with Analog Stick--> | |- | Dragon Plus (Radio Shack) Pantherlord GreenAsia USB to PS2/PS3 converter single black cable | 0x0e8f | 0x03 | 1.07 | <!--Merge with USB Digital Pad-->{{Yes| }} | <!--Analogue Hack with Analog Stick-->{{Yes| }} | |- | Deal Extreme 2 PSX black cables from 1 USB port | | | | <!--Merge with USB Digital Pad--> | <!--Analogue Hack with Analog Stick--> | {{N/A|untested }} |- | <!--Description-->HDE 2014 Personal Communication Systems Inc | <!--Vendor ID-->0x0810 | <!--Product ID-->0x0001 | <!--Revision-->0106 | <!--Merge with USB Digital Pad--> | <!--Analogue Hack with Analog Stick--> | <!--Opinion--> |- | <!--Description-->Same as single cable above but with black block mid way along cable | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Merge with USB on Digital Pad--> | <!--Analogue Hack with Analog Stick--> |- | <!--Description-->TigerGame Ltd Mayflash PC001 Super Joy Box 3 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Merge with USB Digital Pad--> | <!--Analogue Hack with Analog Stick--> | <!--Opinion--> |- | TigerGame Ltd Mayflash PC016 Super Joy Box arrowhead triangle twin PSX] Original was lack with RED Leds. Clones Dilong pu203, Blue HDE Neewer ShineData SD-APS2USB, Red Octane and Black PC Power Box (NS3454) '''embossed circle''' on top | 0x0810 | 0x0001 | 1.06 | <!--Merge with USB Digital Pad-->{{Yes|Tests/joystick shows one PS port does not work with analog control at all but the other port does and maps correctly in digital mode}} | <!--Analogue Hack with Analog Stick-->{{Yes|Analogue hack works }} | Still available 2013, poor construction though, falls to pieces easily. Dual Shock untested, Mat and Guitar untested |- | <!--Description-->TigerGame Ltd [http://www.mayflash.com/pc/pc038/pc038-1.htm Mayflash PC038 Super Joy Box Pro triangle twin PSX] | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Merge with USB Digital Pad--> | <!--Analogue Hack with Analog Stick--> | <!--Opinion--> |- | TigerGame Limited Mayflash SuperJoy Box 5 PC006 long V-shaped 4 port PS/PS2 Game Controller Adapter | | | | <!--Merge with USB Digital Pad-->{{Yes| }} | <!--Analogue Hack with Analog Stick--> | |- | <!--Description-->TigerGame Limited Mayflash SuperJoy Box 5 PRO PC039 PS/PS2 Game Controller Adapter | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Merge with USB Digital Pad--> | <!--Analogue Hack with Analog Stick--> | <!--Opinion--> |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Merge with USB Digital Pad--> | <!--Analogue Hack with Analog Stick--> | <!--Opinion--> |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Merge with USB Digital Pad--> | <!--Analogue Hack with Analog Stick--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Description | Vendor ID | Product ID | Revision | Merge with USB on Digital Pad | Analogue Hack with Analog Stick | Opinion |- | Boom PSX+N64 USB converter (purple or blue see through box) (2003/4) - red led for psx and green led for n64 | 0x6666 | 0x0667 | 0x0 | <!--Merge with USB Digital Pad-->{{No|not detected by Tests/joystick}} | <!--Analogue Hack with Analog Stick-->{{No|Analogue hack }} | Rumble Pak untested |- | [http://www.hkems.com/product/ps2/TrioLinkerPlus2.htm EMS Trio Linker Plus II] | | | | <!--Merge with USB Digital Pad-->{{Yes| }} [http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=4753&forum=24&post_id=43102#forumpost43102 ] | <!--Analogue Hack with Analog Stick--> | 1DC 1GC 1PSX but not for ddr mat games |- | TigerGame Mayflash PC043 clone HuiJia Black twin N64 converter for PC USB | 0x0e8f | 0x3013 | 0x0 | <!--Merge with USB Digital Pad-->{{No|detected by Tests/joystick though two digital pads have their settings wrong}} | <!--Analogue Hack with Analog Stick-->{{Yes|Analogue hack works well with middle handle/grip little joystick}} | Rumble Pack untested |- | TigerGame Mayflash PC MagicBox SuperBox 3 | | | | <!--Merge with USB Digital Pad--> | <!--Analogue Hack with Analog Stick--> | untested 1SS 1DC 1PSX } |- | <!--Description-->Lik Sang SmartJoy X | <!--Vendor ID-->0x045e | <!--Product ID-->0x0285 | <!--Revision--> | <!--Merge with USB Digital Pad--> | <!--Analogue Hack with Analog Stick--> | <!--Opinion--> |- | <!--Description-->SmartJoy X2 | <!--Vendor ID-->0x045e | <!--Product ID-->0x0289 | <!--Revision--> | <!--Merge with USB Digital Pad--> | <!--Analogue Hack with Analog Stick--> | <!--Opinion--> |- | TigerGame Mayflash PC018 Super Joy Box 9 Xbox (NOT 360) | 0x05e3 | 0x060 | | <!--Merge with USB Digital Pad-->{{No|shows up as a Genesys Logic Hub}} | <!--Analogue Hack with Analog Stick-->{{No| }} | does not work. Hub(s) 0x0288 detected but 0x0289 xbox1 joypads are not detected as hid let alone as [http://www.amiga.org/forums/archive/index.php/t-62940.html xpad] or [http://pingus.seul.org/~grumbel/xboxdrv/ linux xboxdrv driver] |- | TigerGame Mayflash PC019 Super Joy Box 10 Xbox Twin ports (NOT 360) | 0x05e3 | 0x060 | | <!--Merge with USB Digital Pad-->{{No|shows up as a Genesys Logic Hub}} | <!--Analogue Hack with Analog Stick-->{{No| }} | does not work with the big Fatty Duke or smaller S Akebono controller(s) |- | TigerGame Ltd Mayflash PC020 Super Joy Box 11 Xbox Quad ports (NOT 360) | 0x05e3 | 0x0604 | | <!--Merge with USB Digital Pad-->{{No|shows up as a Genesys Logic Hub}} | <!--Analogue Hack with Analog Stick-->{{No| }} | |- | <!--Description-->TigerGame Ltd Mayflash PC035 3 in 1 Magic Joy box PS GC Xbox | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Merge with USB Digital Pad--> | <!--Analogue Hack with Analog Stick--> | <!--Opinion--> |- | <!--Description-->USB to NES [http://wiki.nesdev.com/w/index.php/Standard_controller SPI like protocol] | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Merge with USB on Digital Pad--> | <!--Analogue Hack with Analog Stick--> | <!--Opinion--> |- | <!--Description-->Buffalo Classic USB Pad SNES like | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Merge with USB on Digital Pad-->{{Yes| }} | <!--Analogue Hack with Analog Stick--> | <!--Opinion--> |- | <!--Description-->Mayflash PC044 USB to SNES | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Merge with USB on Digital Pad--> | <!--Analogue Hack with Analog Stick--> | <!--Opinion--> |- | <!--Description-->USB to MEGADRIVE GENESIS Joypad | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Merge with USB on Digital Pad--> | <!--Analogue Hack with Analog Stick--> | <!--Opinion--> |- | <!--Description-->[http://www.retrousb.com/product_info.php?cPath=21&products_id=70 USB to 9 pin ATARI RETROPORT style JOYSTICK PORT] | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Merge with USB on Digital Pad-->{{Yes| }} | <!--Analogue Hack with Analog Stick--> | <!--Opinion--> |- | <!--Description-->Atari RetroLink 9pin to SB | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Merge with USB on Digital Pad--> | <!--Analogue Hack with Analog Stick--> | <!--Opinion--> |- | <!--Description-->SLS Sega Saturn USB pad | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Merge with USB on Digital Pad--> | <!--Analogue Hack with Analog Stick--> | <!--Opinion--> |- | <!--Description-->Mayflash PC050 Dual Saturn ports | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Merge with USB Digital Pad--> | <!--Analogue Hack with Analog Stick--> | <!--Opinion--> |- | <!--Description-->Guitar Hero for PC/Mac | <!--Vendor ID-->0x1430 | <!--Product ID-->0x474C | <!--Revision--> | <!--Merge with USB Digital Pad-->{{Yes| }} | <!--Analogue Hack with Analog Stick--> | <!--Opinion--> |- | <!--Description-->Cronus Max | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Merge with USB Digital Pad--> | <!--Analogue Hack with Analog Stick--> | <!--Opinion--> |- | <!--Description-->BrookX One | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Merge with USB Digital Pad--> | <!--Analogue Hack with Analog Stick--> | <!--Opinion--> |- | <!--Description-->Mayflash Gamecube to USB | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Merge with USB Digital Pad--> | <!--Analogue Hack with Analog Stick--> | <!--Opinion--> |- | <!--Description-->Mayflash Magic NS | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Merge with USB Digital Pad--> | <!--Analogue Hack with Analog Stick--> | <!--Opinion--> WiiU |- | <!--Description-->Brook Converter WiiU P3 P4 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Merge with USB Digital Pad--> | <!--Analogue Hack with Analog Stick--> | <!--Opinion--> |- | <!--Description-->CooV Xbox One Converter | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Merge with USB Digital Pad--> | <!--Analogue Hack with Analog Stick--> | <!--Opinion--> |- |} * [http://www.bemanistyle.com/forum/f6/best-metal-pad-19066/ Metal dance pads with LEDs] - My My Box Blue Shark (Nexen), Cobalt Flux (CF) (Let's Groove), Red Octane Afterburner, TX-2000, Logic3 (Dance Dance Dance), Gamerose (Stay Cool), * Hard foam mat - [http://www.mayflash.eu/3in1-deluxe-dansmat-ignition-foam-ps2xboxpc-p-5.html Mayflash] FutureMax Deluxe 3 in 1 Ignition, [http://www.gamerose.com/ Gamerose] (Stay Cool), TrinPad orange, * Soft foam mat - Logic3 (PS420N), [http://www.positivegaming.com/index.php?id=36 Positive Gaming Impact], Gamerose Miss Daisys Naki (Stay Cool), Pelican, MadCatz *PS1 flex ribbon big source of issues with all controllers *PS2 Phat KSA1Q40A (Board), SA1Q33A (Membrane) SCHP-10010 H *PS2 SA1Q42A SCHP-10010 A *PS2 SA1Q43-A SCHP-10010 H The primary axes are either the Control Pad or the left stick. Buttons come in a rough order: face buttons, then shoulder buttons, then Select and Start, then buttons under sticks, and finally Control Pad directions if not assigned to a hat. But the order and number of buttons within a category are unpredictable, as is which button the user expects to use for each action. {| class="wikitable sortable" width="90%" ! width="10%" | Joypad ! width="5%" | HATS ! width="5%" | Button 01 ! width="5%" | Button 02 ! width="5%" | Button 03 ! width="5%" | Button 04 ! width="5%" | Button 05 ! width="5%" | Button 06 ! width="5%" | Button 07 ! width="5%" | Button 08 ! width="5%" | Button 09 ! width="5%" | Button 10 ! width="5%" | Button 11 ! width="5%" | Button 12 ! width="5%" | Button 13 ! width="5%" | Button 14 ! width="5%" | Axes 1 ! width="5%" | Axes 2 ! width="5%" | Axes 3 ! width="5%" | Axes 4 ! width="5%" | Axes 5 ! width="5%" | Axes 6 ! width="10%" | Comment |- | [https://pineight.com/mw/index.php?title=USB_game_controllers Xbox 360 Wired Controller] | | A (down-green) | B (right-red) | X (left-blue) | Y (up-yellow) | LB (white) | RB (black) | Back | Start | Guide | L3 | R3 | | | | Left X | Left Y | LT | Right X | Right Y | RT | Poor 2D, Good 3D |- | <!--Description-->Gravis GamePad / Original PlayStation Controller | <!--HATS DPAD--> | <!--Button 01-->Red (Sqleft) | Yellow X (X down) | Green O (O right) | Blue (Tri up) | L1 | R1 | L2 | R2 | Select | <!--Button 10-->Start | | | | | <!--Axes 1-->Stick X | Stick Y | | | | | <!--Opinion--> |- | <!--Description--> PlayStation 2 Older Adapters | <!--HATS DPAD--> | <!--Button 01-->Blue X (down) | Red O (right) | Pink Sq (left) | Green Tri (up) | L1 | R1 | L2 | R2 | Select | <!--Button 10-->Start | Stick 1 | Stick 2 | | | <!--Axes 1--> | | | | | | <!--Opinion--> |- | <!--Description--> PlayStation 2 Newer Adapters | <!--HATS DPAD--> | <!--Button 01-->Up | Right | Down | Left | L2 | R2 | L1 | R1 | Select | <!--Button 10-->Start | Stick 1 (analogue Hack) | Stick 2 | | | <!--Axes 1--> | | | | | | <!--Opinion--> |- | <!--Description--> Wish Technologies N64 Adaptoid | <!--HATS DPAD--> | <!--Button 01--> A | C Down | C Right | B | C Left | C Up | L | R | Start | <!--Button 10-->Z | Pad Up | Pad Down | Pad Left | Pad Right | <!--Axes 1-->Stick X | Stick Y | | | | | <!--Opinion--> |- | <!--Description--> | <!--HATS DPAD--> | <!--Button 01--> | | | | | | | | | <!--Button 10--> | | | | | <!--Axes 1--> | | | | | | <!--Opinion--> |- | <!--Description--> | <!--HATS DPAD--> | <!--Button 01--> | | | | | | | | | <!--Button 10--> | | | | | <!--Axes 1--> | | | | | | <!--Opinion--> |- |} Just plug in your digital/analogue joystick or gamepad into USB port. The device will be handled by Poseidon USB stack. Poseidon is the USB stack with Trident adding a GUI (graphical user interface) prefs. the context sensitive page would come up right on pressing the help key inside the relevant window. The manual is in this archive, just in case it isn't in SYS:Locale/Help *How to change joystick mode to analogue? By default a connected USB joystick emulates Amiga digital joystick. To change this behaviour so that the joystick is presented as analogue you need to use Trident preferences application (System:Prefs/Trident). Open Trident and go to Devices on the left hand side (mouse click once on it). Select your controller from the list to the right and then click on Settings button below. This will open a new window. On the "General" tab find the "Lowlevel Library Joypad Emulation" section near the bottom. Find ports which are set to "Merge with USB" or "Override with USB" and change them to "Analogue Hack". Please note that analogue joystick support is an extension of original Amiga functionality, thus an Amiga application must be explicitly written to use it. AROS SDL library uses this functionality, thus all SDL applications that use joystick, can use the analogue joystick feature. The HID class has several options how to handle the input data: * Don't touch: The movement and button data for is not modified by the hid class. This is the default for the ports 0, 2, and 3. * Overwrite with USB: This will kill the original data that might had come from the internal ports and overwrites it with the joypad data for this USB interface. Note well: If you have multiple joypads connected, take care which setting you have selected for each port, because only the last interface with this option will actually send the joypad data to the game. * Merge with USB: This option merges the input data of the lowlevel.library with the USB stream. This only works, if the connected device on the original Amiga ports is NOT a mouse (because then the streams are incompatible). Merging should be the preferred method, because it leaves the original joysticks working. * Disable: Turns off the port for the application. * Analogue Hack: Tells Poseidon to force reporting of analogue data at the port. Please note that this only works with programs that understand the analogue data, because it's an extension to the original lowlevel.library standard made by Commodore. If you want to incorporate this feature in your software, just contact me and I will send you the necessary information. * Rumble Port: As addition to the analogue data, the HID class supports applications and games that want to utilize a rumble pack or force feedback motors in the gamepads. This field selects to which lowlevel port the hid device responds, when attempting to use the rumble pack. Normally, this corresponds to the port that has been set in the actions for the joypad. *How to change joystick port assignment? The low level library supports up to four ports. Port 0 is usually used by the mouse, port 1 is the standard port for joysticks/joypads. By default a connected USB joystick is present in Port 1. To change its location to Port 0 you need to use Trident preferences. Open Trident and go to Devices window. Select your controller from the list and then click on Settings button. This will open a new window. On the "General" tab find the "Lowlevel Library Joypad Emulation" section. Port 1 should be set as either "Merge with USB" or "Override with USB". Change this setting to "Don't touch". Change Port 0 setting to "Merge with USB". Go to "Actions" tab. In the "Reports and collection" select first entry named "Joystick". in the "Usage items" select "X axis". Go to "Performed actions" area. On the left there will be a list of triggers. Each of them should have (port1) in their params. Click on the first trigger and using buttons to the right of the list change port1 into port 0. Repeat this for all triggers and for all items on "Usage items" list. *How to make joystick simulate keyboard keys? With Poseidon it is possible to make the joystick simulate the keyboard pressings. This might enable using joystick for playing games which only have keyboard support. This feature is configured in Trident preferences. Open Trident and go to Devices window. Select your controller from the list and then click on Settings button. This will open a new window. Go to "Actions" tab. On the right top window select X axis. On the left bottom list select an entry "Digital Joystick, Push left(port 1)". On the panel to the right change "Digital joystick" into "Raw Key". A list of keys will be displayed. Select key you wish to send. Repeat the same procedure for "Digital Joystick, Release left (port 1)" option but this time check "Send key up even instead of key down". Open shell and move your joystick to the left - your selected letter should appear in the shell. *Analogue in Trident Prefs * Open the Trident USB Prefs -> Devices -> Select your joypad -> Settings button -> Action TAB * See some "axis" listed under "Usage items" in the top right of the window. They are your analog stick(s) * Check [x] Track Incoming Events which is half way down the window on the left And you should see some axis activity in "Usage items" when you move the analog stick *Actions HID class item -> Settings -> HID Class Window -> Action Tab -> Action handling area Reports and collections -> Usage Items -> Performed actions Qualifier keys are *special*. You don't only need to create the actual keypress but also modify the qualifiers. Go to the keyboard panel and find the windows menu key by enabling key tracking and pressing the windows menu key. Then assign the right amiga key to it. Go to the actions panel and find the right amiga key (it's called "Keyboard right GUI"). Remember the actions stored there, best write them down in exact order. Then delete them. Find the windows menu item and add the missing qualifier action. Be sure the parameters are exactly the same and the order is right. Set them to Raw, then assign an up and down button for each character, etc. when you change the settings to RAW so you can assign keyboard strokes. it will always say, KEYDOWN or what ever on the left, it never provides and option for key release. The problem still remains though that if I try to assign the Directional Pad (Hat) to Arrow Keys, that things will get screwed up and you either can not move with the directional PAD (HAT), or movements are assigned to the Left Analog, and do not work as they should, it's as if the right and down arrow keys are ALWAYS On, regardless of the fact that I did indeed assign a Key release command to each input. check that by pressing analog directions and see the current values, and the thresholds configured in poseidon to bind them to left/right/up/down. misconfigured too much stuff in the HID settings, you can always go in poseidon->config list entry and delete the config item related to your device (or the HID class setting itself), back to basics. *Rumble in Trident Prefs Open Trident Prefs and click on the Devices option in the left hand window. Click with the mouse once on your gamepad choice on the right hand side and again on the Settings button below. In the new window, select the '''General''' TAB and half way down on the right there is an "Open Now" button in the section "HID output control window". Clicking on that button opens another window (HID Control) with sliders for the two rumble engines inside the controllers and you can test if they work. '''Sometimes clicking that button does nothing, other times it will open the window and say nothing is detected.''' The leftmost two sliders do nothing, the third one has a large rumble effect, and the fourth one has a small rumble effect. ===Graphic Drawing Tablet=== There is a standard in HID for tablets possibly mouse type. If the tablet is HID conforming in that sense, it should work. Aiptek does a fairly good job at this. The other competitor, Wacom, didn't pay too much attention to this and simply adapted their legacy serial protocol into HID in a very awkward way. Older Wacom tablets have worked with the special support in the HID class, but not the more recent ones. to use graphic tablets fully, applications need to be written that make use of the AmigaOS NewTablet events * Entry level - A6 (6x4) work area * Medium A5 (6x8) A4 (10x7) size (recommended but only a few ie years 2000 to 2003 models supported) * Semi Pro A3 (12x9) * Pro Cintiq * 2005/6 Some support added for Wacom tablets * 2008 Wacom's patent on battery free pens expires {| class="wikitable sortable" width="90%" ! width="30%" | Description ! width="5%" |Vendor ID ! width="10%" |Product ID ! width="10%" |Revision ! width="50%" |Opinion |- | <!--Description-->Micrograf Tabby (late 1980s and early 1990s) | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{No|Serial RS232 based }} |- | <!--Description-->podscat pt 3030 graphics tablet | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{No|Serial RS232 based }} |- | <!--Description-->Summagraphics | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{No|Serial RS232 based }} |- | <!--Description-->Wacom IV compatible (Graphire, ArtPad, A3, A4, A5 and PenPartner CT-0405-P - Wacom intuos GD-0405-R) Waycom Digitiser II UD-0608-R | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{No|Serial RS232 based }} |- | <!--Description-->Wacom Artpad II (KT-0405-R) | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{No|Serial RS232 based }} |- | <!--Description-->AceCad boards | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{No|Serial RS232 based }} |- | <!--Description-->AipTek HyperPen 6000 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{No|Serial RS232 based }} |- | <!--Description-->Calcomp | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{No|Serial RS232 based }} |- | <!--Description-->AipTek HyperPen 8000 - Aldi/Medion MD 9310 and Aldi/Tevion LT 9310 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{No|Serial RS232 based }} |- | <!--Description-->Tablet PC penabled | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{No|Serial RS232 based like x61t X60t NC4200 NC4400 }} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{No|Serial RS232 based }} |- style="background:lightgrey; text-align:center; font-weight:bold;" | Description | Vendor ID | Product ID | Revision | Opinion |- | <!--Description--> * Wacom PenPartner * PenPartner 2 * PenStation 2 | <!--Vendor ID-->0x056a | <!--Product ID-->0x0000 | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Wacom Graphire - Wacom Tablet ET-0405-U UV1.1-1 (Slate Blue) ET-0405UL (lime) (orange) (red) (purple) | <!--Vendor ID-->0x056A | <!--Product ID-->0X0010 | <!--Revision-->0100 | <!--Opinion-->{{Yes|late 90s with A6 size - [Wacom Support] of X-axis 00000-10205 Y-AXIS 0000-7421 Tip Pressure 000-511 under Trident prefs. Air pen mouse type movements }} |- | <!--Description--> * Grapphire 2 4x5 ET-0405A-U UV2.0-3 (Steel Blue) * Graphire 2 5x7 ET-0507A | <!--Vendor ID-->0x056A | <!--Product ID-->0x0011 and 0x0012 | <!--Revision-->0110 | <!--Opinion-->{{Yes|A6 and A5 versions - [Wacom Support] of X-axis 00000-10205 Y-AXIS 0000-7421 Tip Pressure 000-511. Air pen mouse type movements - mouse EC-120-0K tested}} |- | <!--Description-->Wacom Graphire 3 * cte-430/w 4x5 pearl sapphire * cte 630 6x8 | <!--Vendor ID-->0x056A | <!--Product ID-->0x0013 and 0x0014 | <!--Revision-->0314 | <!--Opinion-->{{Yes|A6 and A5 size - [Wacom Support] Xaxis 0-10207 yaxis 0-7423 tip pressure 0-511 and the erase end appears to respond but avoid bluetooth BT versions }} |- | Wacom Graphire 4 * cte-440/B Blue cte 440/s Silver 4x5 * cte-640 6x8 cte 640 u 0403 | <!--Vendor ID-->0x056A | <!--Product ID-->0x0015 and 0x0016 | <!--Revision-->403 | {{Yes|A6 and A5 work area detected [Wacom Support] x-axis 0000-10207 Y axis 0000-7423 Tip Pressure 000-511 and delete rub out end of the pencil seems detected but avoid bluetooth BT versions }} |- | <!--Description--> * Wacom Intuos 4x5 GD-0405 * Intuos 6x8 GD-0608 * Intuos 9x12 GD-0912 * Intuos 12x12 GD-1212-U * Intuos 12x18 GD-1218 | <!--Vendor ID--> | <!--Product ID-->0x0020 0x0021 0x0022 0x0023 0x0024 | <!--Revision--> | <!--Opinion-->{{Yes|detected and responses delivered back - x axis up to 30479 and y axis 31679, tip pressure up to 1023 and x and y tilt up to 127 - Wacom intuos GD-0912-A for Apple Macs NOT SUPPORTED}} |- | <!--Description--> * Intuos 2 4x5 A6 - XD-0405-U * Intuos 2 6x8 A5 - xd 0608u uoc * Intuos 2 9x12 XD-0912-U * Intuos 2 12x12 XD-1212-U * Intuos 2 12x18 XD-1218-U | <!--Vendor ID-->0x056a | <!--Product ID-->0x0041 0x0042 0x0043 0x0044 0x0045 | <!--Revision-->0126 | <!--Opinion-->{{No|various sizes and recognised as [Wacom Support] but not working. x-axis 00000-20319 y-axis 00000-16239 tip presure 0000-1023 x-tilt y-tilt 000-127. HID mouse xc-100-03 works but never could use it as a real tablet with pressure with TVPaint 3.6 }} |- | <!--Description--> * Intuos 3 4x5 (PTZ-430) * Intuos 3 4x6 (PTZ-431W ) * Intuos 3 6x8 (PTZ-630 PTZ630) * Intuos 3 6x11 (PTZ-631W A3 wide) * Intuos 3 9x12 (A4 PTZ-930 PTZ930) * Intuos 3 | <!--Vendor ID-->056a | <!--Product ID-->0x00b0 0x00b1 0x00b2 0x00b3 0x00b4 0x00b5 | <!--Revision--> | <!--Opinion-->{{No}} Actions in HID setup window definitively locks the Pointer (mouse) reports settings and even after a clear and save, nothing changes, the configuration returns to default values. "[Wacom]" reports don't see any events from the tablet, even with "Pointer" reports cleared and save, so is locked a in "mouse" state - but can send a special command to the tablet in order to put it into a special vendor mode. This mode enables Wacom specificities like pressure, tilt, absolute position, buttons, etc... you should send an HID report feature with ReportID=2 and data=2, the current HID class driver doesn't give a way to change that, even using the "initial startup actions" item in the extra collection. No listed features work |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | Wacom Volito - Promethean FT-0405-U06 UV1.4-1 | <!--Vendor ID-->0x056A | <!--Product ID-->0x0060 | <!--Revision-->0141 | <!--Opinion-->{{Yes|A6 work area with [Wacom Support] of x-axis 0000-5103 Y axis 0000-3711 Tip Pressure 000-511. Air and touch mouse movement - appears to be the budget option with some but limited features}} |- | <!--Description-->Wacom Volito 2 * CTF-??? 2x3 * CTF-420G CTF-420 V2.0-0 4x5 * Serif Penabled 6742 rebadge of CTF 420/020-B CTF-420/02 | <!--Vendor ID-->0x056A | <!--Product ID-->0x0062 | <!--Revision-->0200 | <!--Opinion-->{{Yes|A6 work area with [Wacom Support] of x-axis 0000-5103 Y axis 0000-3711 Tip Pressure 000-511. Air and touch mouse movement - no erase function on the end of the pen - nylon nibs value option}} |- | <!--Description--> * Wacom PL-400 LCD * PL-500 * PL-510 * PL-550 | <!--Vendor ID--> | <!--Product ID-->0x0030 0x0031 0x0032 0x0034 | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description--> * PL-600 * PL-600 SX * PL-700 * PL-710 * PL-800 | <!--Vendor ID--> | <!--Product ID-->0x0033 0x0035 0x0036 0x0037 | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Wacom Cintiq 21 UX and Cintiq Partner DTF-720 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- style="background:lightgrey; text-align:center; font-weight:bold;" | Description | Vendor ID | Product ID | Revision | Opinion |- | <!--Description-->Wacom PenTablet Bamboo (MTE), Bamboo Craft (CTH), Bamboo Fun (CTE), Bamboo Pen (CTL) and Bamboo Pen & Touch (CTH) | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | Wacom Bamboo Fun Medium CTE-650 | | 0x0018 | | {{Maybe|[http://www.a1k.org/forum/showthread.php?t=11432 works on a1k forum]}} |- | <!--Description-->Bamboo Fun Small CTE-450 white | <!--Vendor ID--> | <!--Product ID-->0x0017 | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Wacom Bamboo One CTF-430 V2.0-0 CTF 430/S | <!--Vendor ID-->0x056A | <!--Product ID-->0x0069 | <!--Revision-->0200 | <!--Opinion-->{{Maybe|A5 wired air pen and acts like a mouse only}} |- | <!--Description-->Wacom Intuos 4 * Small PTK-440 PTK-540 * Medium - PTK-640 - PTK 540WL Wireless - | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested Intuos4 surface sheet was revised in October 2010 to reduce nib wear}} |- | <!--Description-->Wacom Intuos 5 Touch * * Medium - PTH-650 - USB Wired and Wireless Kit | <!--Vendor ID--> | <!--Product ID-->0x0027 | <!--Revision--> | <!--Opinion-->{{N/A|untested work, however wireless may glitch or drag }} |- | <!--Description-->Wacom Intuos Pro Medium - PTH-651 - | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Bamboo Small Pen Tablet - MTE 450 MTE-450A (MTE-450/k) - | <!--Vendor ID-->0x056A | <!--Product ID-->0x0065 | <!--Revision-->0116 | <!--Opinion-->{{Maybe|A6 work area - mouse movement but no pen detection except x-axis 2 to -2 and y-axis 2 to -2 - mini usb lead - 4 blue led lit buttons not detected as well as circular touch button?? }} |- | <!--Description-->Bamboo Pen CTL 460 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested all Bamboo versions were criticized for the drawing surface's roughness (which got smoother over time), which caused the small pressure-sensitive 'nib' to wear down, and become slanted or scratchy in the same way as pencil lead, albeit more slowly}} |- | <!--Description-->Wacom Bamboo Fun CTH-461/S wired | <!--Vendor ID-->0x056A | <!--Product ID-->0x00D2 | <!--Revision-->0106 | <!--Opinion-->{{Maybe|A6 size - Pen tracking not working but finger touch works }} |- | <!--Description-->Wacom Bamboo Connect Pen Tablet CTL-470 CTL-470K 470-DE | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->CTH 470K | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Wacom CTH 480/S wireless | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} lithium battery for pad - |- | <!--Description-->Wacom Intuos Pen Small CTL-480/S CTL 480 K wired | <!--Vendor ID-->0x056A | <!--Product ID-->0x030E | <!--Revision-->0200 | <!--Opinion-->{{No|A5 detected as Intuos PS but not working although the RHS blue led responds to pen on tablet }} |- | <!--Description-->CTH 490 PK S Photo - CTH-490CK-S Comic - CTH-490AK-S Art | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested lower hovering height pen nibs wear fast and input lag/responsiveness}} |- | <!--Description-->Intuos Pen & Touch Medium - CTH-680 - USB Wired and Wireless Kit work | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Wacom Intuos Pro (PTH-660 and PTH-860) | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- style="background:lightgrey; text-align:center; font-weight:bold;" | Description | Vendor ID | Product ID | Revision | Opinion |- | <!--Description-->Waltop Media Tablet 10.6" Genius G-Pen M609 Genius G-Pen M609X iVista Media Tablet 10.6 Aiptek MediaTablet 10000u | <!--Vendor ID-->172f:0501 | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Slim Tablet 12.1" | <!--Vendor ID-->0x172F | <!--Product ID-->0x0034 | <!--Revision-->0x1105 | <!--Opinion-->{{yes|works}} |- | <!--Description-->Waltop Media Tablet 12 by 9" Aiptek HyperPen 12000u T-12000U Tablet Series Nisis T-12000u USB Tablet Series Version 1.05 (aiptek rebadged) Trust item #1535 ADESSO Cyber Tablet 12000 Graphic design tablet iVista Media Tablet 12 PENTAGRAM O'pen Wide P 2003 Genius G-Pen M712 | <!--Vendor ID-->172f:0500, 0x08ca | <!--Product ID-->0x0010 | <!--Revision-->0105 | <!--Opinion-->{{Yes|detected with Nisis/Aiptek functioning as a tablet, untested with others - Puck (mouse) x axis 0000 to 6000 y axis 0000 to 6000 - stylus (pen) x axis 00000 to 12000 y axis 00000 to 12000 tip pressure 0000 to 1023 - 16 function keys - AAA battery needed for pen and another for the mouse}} |- | <!--Description-->Waltop Media Tablet 14.1" v5.1e Genius G-Pen M714X Aiptek MediaTablet 14000u WMK-H141 Trust item #15358 Adesso CyberTablet 14000 M14 iVista Media Tablet 14.1 PENTAGRAM O'pen Wide P 2004 | <!--Vendor ID-->0X172f | <!--Product ID-->0X0500 | <!--Revision-->0114 | <!--Opinion-->{{Yes|detected with Nisis/Aiptek functioning as a tablet - Stylus (Pen) X 16838 Y 16838 Tip Pressure 1023 }} |- | <!--Description-->Waltop PID 0038 Genius G-Pen F509 Manhattan 177405 | <!--Vendor ID-->172f:0038 | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Waltop PID 0052 Yiynova MSP19 | <!--Vendor ID-->172f:0052 | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Waltop Q Pad Aiptek HyperPen Mini NGS Flexi Style VisTablet PenPad iVistaTablet Q Flex Pad Bravod Q-PD65-S Trust Flex Design Tablet (#16937) | <!--Vendor ID-->172f:0037 | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Waltop Sirius Battery Free Tablet VisTablet Muse PENTAGRAM Designer P 2700 Princeton PTB-S1BK | <!--Vendor ID-->172f:0502 | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Waltop Slim Tablet 12.1" Genius G-Pen F610 Trust Slimline Widescreen Tablet (#16529) VisTablet Original 12" Adesso CyberTablet Z12 Adesso CT-Z12A PenPower Tooya Pro Aiptek Slim 12.1 Inch Aiptek SlimTablet 600u Premium II NGS Slim Proguess iVistaTablet Slim 12.1 PENTAGRAM ThinType P 2006 | <!--Vendor ID-->172f:0034 | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Waltop Slim Tablet 5.8" Genius G-Pen F350 Trust item #16485 VisTablet Mini iVistaTablet Slim 5.8 | <!--Vendor ID-->172f:0032 | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Waltop Venus S Tablet Trust eBrush Widescreen Tablet (#17939) | <!--Vendor ID-->172f:0503 | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Aiptek GmBH MediaTablet Ultimate II - 16:10 Professional Graphic Tablet Model 1400U | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- style="background:lightgrey; text-align:center; font-weight:bold;" | Description | Vendor ID | Product ID | Revision | Opinion |- | <!--Description-->Hanvon Beijing HanWang HW Micro Drawing Tablet ET0504U | <!--Vendor ID-->0x0b57 | <!--Product ID-->0x8030 | <!--Revision-->01111 | <!--Opinion-->{{No|does not work - recognised as an HID mouse - no tablet extensions detected}} |- | <!--Description-->Hanvon - Art Master | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Hanvon - GraphicPal III | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Hanvon - GraphicPal | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Hanvon - Rollick | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Hanvon - Wireless tablet | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Hanvon - Painting Master | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Hanvon SenTIP 1201WD | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested visible TN panel 1280x800 resolution }} |- | <!--Description-->Hanvon - HanWang ch - Art Master III AM3 Small Medium A4 large 13x8 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested Intuos 3 pen compatible??}} |- | <!--Description-->Hanvon | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Hanvon | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Hanvon | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- style="background:lightgrey; text-align:center; font-weight:bold;" | Description | Vendor ID | Product ID | Revision | Opinion |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->KYE EasyPen 340, Genius EasyPen 340 | <!--Vendor ID-->0458:5014 | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->KYE EasyPen M406 Genius EasyPen M406 | <!--Vendor ID-->0458:5005 | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->KYE EasyPen M406W Genius EasyPen M406W | <!--Vendor ID-->0458:5012 | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->KYE EasyPen M506 Genius EasyPen M506 | <!--Vendor ID-->0458:500f | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->KYE EasyPen M610X Genius EasyPen M610X | <!--Vendor ID-->0458:5013 | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->KYE EasyPen i405X Genius EasyPen i405X | <!--Vendor ID-->0458:5010 | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->KYE MousePen M508WX Genius MousePen M508WX | <!--Vendor ID-->0458:5016 | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->KYE MousePen M508X Genius MousePen M508X | <!--Vendor ID-->0458:5017 | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->KYE MousePen i608X v1 Genius MousePen i608X | <!--Vendor ID-->0458:5011 | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->KYE MousePen i608X v2 Genius MousePen i608X | <!--Vendor ID-->0458:501a | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->KYE PenSketch M912 Genius PenSketch M912 | <!--Vendor ID-->0458:5015 | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->XP-PEN OSU G430 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested 4x3 inch for osu! Art Drawing Design Pen Tablet }} |- | <!--Description-->XP Pen g540 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- style="background:lightgrey; text-align:center; font-weight:bold;" | Description | Vendor ID | Product ID | Revision | Opinion |- | Aiptek Hyper Pen 6000u PC Tablet APT | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | {{No|detected but does not work - win98 era cordless 6in by 4.5in - }} |- | <!--Description-->nisis T-8000U APT-2 Aiptek rebadge | <!--Vendor ID-->0x08CA | <!--Product ID-->0x0021 | <!--Revision--> | <!--Opinion-->{{No|A5 detected but no responses }} |- | <!--Description-->Acecad Flair II GT-504 Init Fkt Fkt 0x5ab450c0 AIPTEK HyperPen 10000 U Aiptek HyperPen 10000U, AIPTEK Slim Tablet U600 Premium II | <!--Vendor ID-->0x0460 | <!--Product ID-->0x0004 | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Ace Cad Enterprise Co., Ltd Tablet - 5x3.75 drawing area | <!--Vendor ID-->0x0460 | <!--Product ID-->0x0004 | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Bosto's | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} UCLogic Digitizer |- | <!--Description-->Adesso CyberTablet Z7, Adesso CyberTablet 12000, Adesso CT-12000A | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->UC-Logic / Lapazz WP8060, UC-Logic / Lapazz PF1209, UC-Logic / Lapazz Artistic Tablet 5540, Manhattan 8"x6", Manhattan 3"x4", Manhattan | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested but suspect not working}} |- | <!--Description-->DigiPro 5.5×4” Graphics Tablet Digital Ink Pad (A4 format) DigiPro WP8060, DigiPro WP5540, | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Genius G-pen G-Pen 4500 Genius Wizardpen Genius Mousepen Genius Easypen i405 M610 Genius PenSketch 9x12, Genius MousePen i608, Genius MousePen 8x6, Genius MousePen / WizardPen 5x4, | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Genius G-Pen F610 Genius G-Pen M610 Genius G-Pen 340 (UC-LOGIC Tablet WP4030U) Genius G-Pen 450 (UC-LOGIC Tablet WP5540U) | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Genius UC-LOGIC iBall Tablet PF8060 iBall Iball Pen Tablet 8060U, Iball Pen Tablet 5540U, Iball Pen Tablet 4030U, Iball Design Tablet PF1209, NGS CADBOY (UC-LOGIC Tablet WP5540U) Pentagram QWare | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested uc-logic based}} |- | <!--Description-->Huion 540 | <!--Vendor ID-->256c:006e | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Huion 580 Huion 580 Turcom TS-6580B | <!--Vendor ID-->256c:006e | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested battery pen only }} |- | <!--Description-->Huion H420 Huion H420 osu! tablet | <!--Vendor ID-->256c:006e | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested uc-logic wired tablet, AAA battery powered stylus, 2048 levels of sensitivity, }} |- | <!--Description-->Huion H58L | <!--Vendor ID-->256c:006e | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Huion H610 Huion H610 Monoprice 10 x 6.25-inch Graphic Drawing Tablet (Product 10594) | <!--Vendor ID-->256c:006e | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Huion H610pro | <!--Vendor ID-->256c:006e | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Huion H690 Huion H690 | <!--Vendor ID-->256c:006e | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Huion K26 Huion K26 Huion P608N | <!--Vendor ID-->256c:006e | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Huion K58 Huion K58 | <!--Vendor ID-->256c:006e | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Huion W58 Huion W58 Huion W58L | <!--Vendor ID-->256c:006e | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Huion 1060 plus | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested uc-logic}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Kanvus Artist 127 53 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Monoprie 5.5x4 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Monoprice 12x9 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} UCLogic?? |- | <!--Description-->Monoprice Graphic Drawing Tablet WP8060-TAB08 Kanvus Artist 127 Kanvus Office 53 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->MonoPrice 8x6, MonoPrice 4x3, Monoprice / Pickle 10x6.25, Medion / Tevion MD 41217, | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->NGS Cadboy | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Pentagram | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Qware | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Trust TB-3100 Trust TB-5300 Trust 15356 Trust TB-6300 Trust 15357 WP8060U Slimline but bulky with metal backing A5 size Trust 16486, Trust 16447, Sketch Design Tablet, | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{No|clashes with usb and crashes AROS }} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->UC-Logic DrawImage G3 Ugee G3 | <!--Vendor ID-->5543:3031 | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->UC-Logic SP1001 Ugee SP1001 Yiynova UC-Logic SP-1001 | <!--Vendor ID-->5543:0045 | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->UC-Logic Tablet PF1209 Genius PenSketch 12x9 Monoprice 12x9 Inches Graphic Drawing Tablet (#6815) Adesso CT-12000Aguess Iball Design Tablet PF1209guess | <!--Vendor ID-->5543:0042 | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->UC-Logic Tablet TWHA60 v1 Genius EasyPen M610 | <!--Vendor ID-->5543:0781 | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->UC-Logic Tablet TWHA60 v2 Monoprice MP1060-HA60 | <!--Vendor ID-->5543:0781 | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->UC-Logic Tablet TWHA60 v3 Monoprice MP1060-HA60 | <!--Vendor ID-->5543:0781 | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->UC-Logic Tablet WP1062 Aiptek HyperPen 10000U Monoprice 10X6.25 Inches Graphic Drawing Tablet Pickle 10x6.25 Inch Graphic Drawing tabletguess | <!--Vendor ID-->5543:0064 | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->UC-Logic Tablet WP1700U Genius EasyPen M610 | <!--Vendor ID-->5543:000d | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->UC-Logic Tablet WP4030U Trust item #16486 Genius WizardPen 4x3 Aquila L1 Manhattan 3"x4"guess Monoprice 4X3guess Iball Pen Tablet 4030Uguess | <!--Vendor ID-->5543:0003 | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->UC-Logic Tablet WP5540U Trust Stylus Design Tablet / Slimline Design Tablet TB-5300 (#15356) Genius WizardPen 5x4 Genius MousePen 5x4 Genius EasyPen i405 Ugee M540 Adesso CyberTablet Z7guess DigiPro WP5540guess Iball Pen Tablet 5540Uguess | <!--Vendor ID-->5543:0004 | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->UC-Logic Tablet WP8060U Genius MousePen 8x6 Genius MousePen i608 Trust Slimline Sketch Tablet (#16447) NGS Draw Master Monoprice 8X6 Inches Graphic Drawing Tablet DigiPro WP8060guess Manhattan 8"x6"guess Iball Pen Tablet 8060Uguess | <!--Vendor ID-->5543:0005 | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->UC-Logic Wireless Tablet TWHL850 Genius MousePen M508W | <!--Vendor ID-->5543:0522 | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- style="background:lightgrey; text-align:center; font-weight:bold;" | Description | Vendor ID | Product ID | Revision | Opinion |- | [http://aros-exec.org/modules/newbb/viewtopic.php?post_id=53007#forumpost53007 VTech KidiPhoto Art Studio] | | | | {{yes|works}} |- | <!--Description-->e3works Stylo | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Polostar PT-1001 Zeniq PT-1001 Leogics PT-1001 | <!--Vendor ID-->099a:2620 | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->UGTizer GP0610 iBall PF1064U UGTizer GT1060 | <!--Vendor ID-->2179:0053 | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Ugee 1000L | <!--Vendor ID-->5543:0081 | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Ugee M708 | <!--Vendor ID-->5543:0081 | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Yiynova DP10U | <!--Vendor ID-->5543:004d | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Yiynova | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Yiynova MSP19U | <!--Vendor ID-->5543:004d | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Yiynova MSP19U+ | <!--Vendor ID-->5543:004d | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Yiynova MVP10U | <!--Vendor ID-->5543:004d | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Yiynova MVP10UHD+IPS | <!--Vendor ID-->5543:004d | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Yiynova MVP22U+ | <!--Vendor ID-->5543:004d | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- |} Tablet has a squared lines of wires which induce a current into the pen which is then detected by the metal grid in the tablet pad. Tablets report pressure (and tilt on expensive models) and are absolute pointing devices (put the pen at the top left and the mouse pointer will go to the top left of the screen). Graphic drawing area, what keys, report rate, resolution lpi lpmm, accuracy, pressure levels (may come from the app), origin position, Wacom tablets use electromagnetic resonance technology. Since the tablet provides power to the pen through resonant inductive coupling, no power is required for the pointing device. As a result, no batteries are inside the pen (or the accompanying puck), making them lighter and slimmer. Under the tablet's surface (or LCD in the case of the Cintiq) is a printed circuit board with a grid of multiple send/receive coils and a magnetic reflector attached behind the grid. In send mode, the tablet generates a close-coupled electromagnetic field (also known as a B-field) at a frequency of 531&nbsp;kHz. This close-coupled field stimulates oscillation in the pen's coil/capacitor (LC) circuit when brought into range of the B-field. Any excess resonant electromagnetic energy is reflected back to the tablet. In receive mode, the energy of the resonant circuit’s oscillations in the pen is detected by the tablet's grid. This information is analyzed by the computer to determine the pen's position, by interpolation and Fourier analysis of the signal intensity. In addition, the pen communicates information such as pen tip pressure, side-switch status, tip vs. eraser orientation and ID number (to differentiate between different pens, mice, etc.). For example, applying more or less pressure to the tip of the pen changes the value of the pen's timing circuit capacitor. This signal change can be communicated in an analog or digital method. An analog implementation modulates the phase angle of the resonant frequency, while a digital method is communicated to a modulator that distributes the information digitally. The tablet forwards this and other relevant tool information in packets, up to 200 times per second, to the computer. If you disable (delete all of them except for one that needs to be set to "no action", so that it will not be regenerated as default) the Extra Startup actions, the tablet should remain in relative mouse mode—you will not get pressure information in that mode though. [http://tech.groups.yahoo.com/group/highway_usb/message/2394]}} === VR Headset === {| class="wikitable sortable" width="90%" ! width="30%" | Description ! width="5%" |Vendor ID ! width="10%" |Product ID ! width="10%" |Revision ! width="50%" |Opinion |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Destek V4 VR | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->HTC Vive | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} 2016 2x 1080x1200 |- | <!--Description-->HTC Vive Pro | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} 2017 dual 1440x1600 oled displays - basestation 2 90m2 area - joypad - low latency wireless later - type USB-c headphone adapter required - |- | <!--Description-->Occulus Rift | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} 2018 2x 1080 by 1200, some Linux support |- | <!--Description-->PSVR | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} 2x 1080x960 120Hz, |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Samsung Gear VR | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Valve Index HMD | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} 2019 expensive, 1440 x 1600 120Hz, |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- style="background:lightgrey; text-align:center; font-weight:bold;" | Description | Vendor ID | Product ID | Revision | Opinion |- | <!--Description-->Acer Windows(TM) MR AH101 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} lot of light leak |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Dell Visor Mixed Reality | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} 2x 1440x1440 a bit of nose light leak |- | <!--Description-->Fujitsu | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} cheap and lots of light leak |- | <!--Description-->Lenovo Explorer | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Occulus Rift S | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} 2019 PCVR 2x 1080 by 1200, some Linux support but Lenovo rebrand |- | <!--Description-->HP 1440p Spatial Computing | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} 2019 dim display |- | <!--Description-->HP Reverb G2 MR | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} 2020 |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Samsung MHD Odyssey XE800ZAA | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} 9V 500mA oled screens 2x 1440x1600 with usb3 and hdmi cables but bluetooth dongle required |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- |- style="background:lightgrey; text-align:center; font-weight:bold;" | Description | Vendor ID | Product ID | Revision | Opinion |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->HTC Vive Focus | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} 2018 standalone |- | <!--Description-->HTC Vive Focus Plus | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Occulus Go | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} 2019 discontinued 2020 |- | <!--Description-->Occulus Quest | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} 2019 standalone with no wires, just headset and controllers, front heavy though, play area 2m x 2m or bigger, snapdragon 835 arm cpu, 2 to 3 hrs play time, 1440 x 1600 72Hz oled, |- | <!--Description-->Occulus Quest 2 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} 2021 lighter version |- | <!--Description-->Occulus | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} 2022 wireless ay needs no lighthouses |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->HTC Vive Pro EYE | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->HTC Vibe Cosmos | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->HTC Vibe Cosmos Elite | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Pico NEO 2 EYE | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} 2020 6DoF 360g snapdragon 845 display 4k 75Hz tracking inside-out - magnetic field for controllers - pico software on android 8 - eye tracking |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- |- style="background:lightgrey; text-align:center; font-weight:bold;" | Description | Vendor ID | Product ID | Revision | Opinion |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Valve | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- |- style="background:lightgrey; text-align:center; font-weight:bold;" | Description | Vendor ID | Product ID | Revision | Opinion |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- |} === Handheld Barcode Scanner Readers === {| class="wikitable sortable" width="90%" ! width="30%" | Description ! width="5%" |Vendor ID ! width="10%" |Product ID ! width="10%" |Revision ! width="50%" |Opinion |- | <!--Description-->Farsun 9100 barcode scanner 0-12" | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Motorola Symbol LS2203 CMOS | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Tysso | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested Simple}} Code 11, Code 39, Code 93, Code 128, Coda Bar, UPC-A, UPC-E, EAN-8, EAN-13, MSI/Plessey, Telepen, Interleaved 2 of 5, Industrial 2 of 5, Matrix 2 of 5 |- | <!--Description-->Unitech MS320 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Wasp WCS3905 CCD 1" | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} Code 93, Matrix 2 of 5, Industrial 2 of 5, Code 39, UCC/EAN-128, ISBN, Code 32, EAN/JAN-8 , EAN/JAN-13 , UPC-A, UPC-E, Codabar, Code 128, Code 11, Interleaved 2 of 5, MSI-Plessey, China Post, IATA 2 of 5, ISSN, UK-Plessey |- style="background:lightgrey; text-align:center; font-weight:bold;" | Description | Vendor ID | Product ID | Revision | Opinion |- | <!--Description-->Datalogic Touch 90 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Intermec | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Honeywell Metrologic MK9540-32A38 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Motorola LS2208 Laser | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Wasp WWS800 Laser 1D | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- style="background:lightgrey; text-align:center; font-weight:bold;" | Description | Vendor ID | Product ID | Revision | Opinion |- | <!--Description-->Datalogic GD4130-BK-C066 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Honeywell 1202G-1USB-5 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Motorola / Symbol DS6707-DC20007ZZR | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- style="background:lightgrey; text-align:center; font-weight:bold;" | Description | Vendor ID | Product ID | Revision | Opinion |- | <!--Description-->DataMan 8000 2D | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Honeywell Voyager 9520/40 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Metrologic MS1690 USB 2D Barcode Scanner | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} QR Code GS1 Databar PDF417 |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Syscan GM800 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- |} [http://www.scandit.com/2011/11/04/types-of-barcodes-choosing-the-right-barcode-type-ean-upc-code128-itf-14-or-code39/ Types of Barcode] <pre> UPC-A Grocery most common Code 128 EAN-13 Library Books ISBN & ISSN, Code 39 Codabar blood bank, 2D barcodes such as Data Matrix PDF417e Maxicode Aztec QR Code old Nokia handsets, MicroPDF417 </pre> ===Digital TV Tuner=== As for TV tuners, that's quite a mess, but it mostly depends on v4l on Linux, anyway, so it should work, in theory (might need esotheric options, though). [http://www.linuxtv.org/wiki/index.php/DVB-T_USB_Devices DVB-T] {| class="wikitable sortable" width="90%" ! width="30%" | Description ! width="5%" |Vendor ID ! width="10%" |Product ID ! width="10%" |Revision ! width="50%" |Opinion |- | AverTV Volar | | | | {{no|no driver}} |- | Hauppauge WinTV-NOVA-T USB Stick | | | | {{no|no driver Technotrend DEC 2000-T, 3000-S, 2540-T}} |- | KWorld TVPlus | | | | {{no|no driver}} |- | Leadtek WinFast DTV Dongle Gold | | | | {{no|no driver (dvb-usb-af9015.fw) v4.65.0}} |- | MSI Digivox Mini II | | | | {{no|no driver}} |- | Pinnacle Hybrid nanoStick 73e | | | | {{no|no driver}} |- | WandTV | | | | {{no|no driver DiBcom DVB-T USB - Twinhan VisionPlus VisionDTV USB-Ter DVB-T Device - HAMA DVB-T USB device - CTS Portable (Chinese Television System) - KWorld V-Stream XPERT DTV DVB-T USB - JetWay DTV DVB-T USB - ADSTech Instant TV DVB-T USB - Ultima Electronic/Artec T1 USB TVBOX (AN2135 and AN2235) - Compro Videomate DVB-U2000 - DVB-T USB - Grandtec USB DVB-T - Avermedia AverTV DVBT USB - DiBcom USB DVB-T reference device (non-public) - Yakumo DVB-T mobile USB2.0 - DiBcom USB2.0 DVB-T reference device (non-public)}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- |} <pre> Vendor & Model, Added to, Kernel, Frontend, Bridge, Interface 8VSB, QAM, NTS, and Othor ATI/AMD,TV Wonder HD 600 USB,2.6.27, * XC3028L tuner, * LG DT3303 demodulator (D) , Empia EM2883 ✔ Yes ✘ No ✔ Yes * S-Video & Composite inputs (breakout dongle) AVerMedia AVerTVHD Volar (A868R) 2.6.27 [1] * MXL5003S tuner,* LG DT3303 demodulator ,Cypress FX2LP (CY7C68013A) ✔ Yes ✘ No ✘ No DViCO FusionHDTV5 USB Gold - FusionHDTV5 USB Master 2.6.16 LG Innotek TDVS-H064F * TAU6034 tuner, * TDA9887 demodulator (A), * LG DT3303 demodulator (D) Cypress FX2LP (CY7C68013A) ✔ Yes ✔ Yes ✘ No1 - * S-Video & Composite inputs 1 DViCO - FusionHDTV7 USB 2.6.26 * XC5000 tuner, * AuvitekAU8522 demodulator (A/D) , Auvitek AU0828 ✔ Yes ✔ Yes ✘ No1 * S-Video & Composite inputs 1 (breakout dongle) Elgato EyeTV Hybrid US 2.6.26 * XC3028 tuner, * LG DT3303 demodulator (D) , Empia EM2883 ✔ Yes ✘ No ✔ Yes * S-Video & Composite inputs (breakout dongle) EVGA inDtube n/a * XC3028L tuner, * S5H1409 (D) , Empia EM2882 ✔ Yes ✘ No ✔ Yes * S-Video & Composite inputs (breakout dongle) Hauppauge WinTV-HVR-950 2.6.26 * XC3028 tuner, * LG DT3303 demodulator (D) , Empia EM2883 ✔ Yes ✘ No ✔ Yes * S-Video & Composite inputs (breakout dongle) Hauppauge WinTV-HVR-950Q 2.6.26 * XC5000 tuner, * Auvitek AU8522 demodulator (A/D) , Auvitek AU0828 ✔ Yes ✔ Yes ✔ Yes * S-Video & Composite inputs (breakout dongle) Hauppauge WinTV-HVR-850 (model 72301, 2040:7240) 2.6.26 * XC5000 tuner, * Auvitek AU8522 demodulator (A/D) , Auvitek AU0828 ✔ Yes ✔ Yes ✔ Yes * S-Video & Composite inputs (breakout dongle) Hauppauge WinTV-HVR-850 (2040:651f) in Hg [2] * XC3028 tuner, * LG DT3303 demodulator (D) , Empia EM2883 ✔ Yes ✘ No ✔ Yes * S-Video & Composite inputs (breakout dongle) Hauppauge WinTV-HVR-1950 2.6.26 * TDA18271 tuner, * TDA8295 demodulator (A), * S5H1411 demodulator (D) , Cypress FX2LP (CY7C68013A) ✔ Yes ✔ Yes ✔ Yes * S-Video & Composite inputs * hardware analog mpeg2 encoder OnAir/Sasem USB HDTV 2.6.26 * FCV1236D tuner, * LG DT3302 demodulator (D) , Cypress FX2LP (CY7C68013A) ✔ Yes ✔ Yes ✔ Yes * S-Video & Composite inputs * hardware analog mpeg2 encoder OnAir USB HDTV Creator 2.6.26 LG Innotek TDVS-H064F * TAU6034 tuner, * TDA9887 demodulator (A), * LG DT3303 demodulator (D) , Cypress FX2LP (CY7C68013A) ✔ Yes ✔ Yes ✔ Yes * S-Video & Composite inputs * hardware analog mpeg2 encoder Pinnacle PCTV HD Stick (801eSE) 2.6.28 * XC5000 tuner, * Samsung S5H1411 (D) , Dibcom DIB0700 ✔ Yes ✔ Yes ✘ No1 Pinnacle PCTV HD Pro Stick (800e) 2.6.27 * XC3028 tuner, * LG DT3303 demodulator (D) , Empia EM2883 ✔ Yes ✘ No ✔ Yes * S-Video & Composite inputs (breakout dongle) Pinnacle PCTV HD Pro Stick (801e) 2.6.28 * XC5000 tuner, * Samsung S5H1411 (D) , Dibcom DIB0700 ✔ Yes ✔ Yes ✘ No1 * S-Video & Composite inputs 1 (breakout dongle) </pre> [http://www.linuxtv.org/wiki/index.php/DVB-T_USB_Devices DVB-T2] HD ready {| class="wikitable sortable" width="90%" ! width="30%" | Description ! width="5%" |Vendor ID ! width="10%" |Product ID ! width="10%" |Revision ! width="50%" |Opinion |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | {{no|no driver }} |- | Hauppauge | | | | {{no|no driver}} |- | Pinnacle pctv nanoStick T2 290e | | | | {{no|no driver}} |- | | | | | {{no|no driver}} |- |} [http://www.linuxtv.org/wiki/index.php/DVB-T_USB_Devices ATSC-T] {| class="wikitable sortable" width="90%" ! width="30%" | Description ! width="5%" |Vendor ID ! width="10%" |Product ID ! width="10%" |Revision ! width="50%" |Opinion |- | KWorld | | | | {{no|no driver}} |- | Sabrent | | | | {{no|no driver}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | {{no|no driver }} |- |} [http://www.linuxtv.org/wiki/index.php/DVB-T_USB_Devices ISDB-T] {| class="wikitable sortable" width="90%" ! width="30%" | Description ! width="5%" |Vendor ID ! width="10%" |Product ID ! width="10%" |Revision ! width="50%" |Opinion |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | {{no|no driver }} |- |} === TV Remote Control === {| class="wikitable sortable" width="90%" ! width="30%" | Description ! width="5%" |Vendor ID ! width="10%" |Product ID ! width="10%" |Revision ! width="50%" |Opinion |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->Compro K100 K300 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no|need extra software support}} |- | <!--Description-->GMYLE MCE | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{Maybe|acts as usb-hid with limited keyboard like controls }} |- | <!--Description-->Logitech Harmony 300 i300 600 650 800 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no|need extra software support}} |- | <!--Description-->Microsoft MCE Commander | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no|need extra software support}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested}} |- |} ===TouchScreens=== {| class="wikitable sortable" width="90%" ! width="30%" | Description ! width="5%" |Vendor ID ! width="10%" |Product ID ! width="10%" |Revision ! width="50%" |Opinion |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested}} |- | eGalax Touch 4a | 0eef | 0001 | 0001 | {{yes|works}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- |} === Game Video TV Capture === {| class="wikitable sortable" width="90%" ! width="30%" | Description ! width="5%" |Vendor ID ! width="10%" |Product ID ! width="10%" |Revision ! width="50%" |Opinion |- | | | | | {{N/A|untested}} |- | Avermedia GL310 | | | | {{N/A|untested}} |- | Avermedia C875 | | | | {{N/A|untested}} |- | | | | | {{N/A|untested}} |- | BlackMagic Intensity Pro 4k | | | | {{N/A|untested}} |- | | | | | {{N/A|untested}} |- | Elgato Video Capture (1VC108601000) | | | | {{N/A|untested}} analog signals to digital - no linux support |- | Elgato Game Capture HD60 | | | | {{N/A|untested}} |- | Elgato Game Capture HD GCHD | | | | {{N/A|untested}} https://github.com/tolga9009/elgato-gchd needs firmware mb86h57_h58_idle.bin and mb86h57_h58_enc_h.bin |- | August EZCap.tv model 116 | | | | {{N/A|untested}} poor audio recording |- | E-SDS Diamond Maplin | | | | {{N/A|untested}} |- | | | | | {{N/A|untested}} |- | Hauppauge 1212 HD PVR | | | | {{N/A|untested}} analog and component only - PlayStation (.m2ts), AVCHD (ts), or XBox(.mp4) recording formats - switched the component output from the default YPbPr to RGB. |- | Hauppauge 1431 1445 HD PVR Gaming Edition HDMI Capture | | | | {{N/A|untested}} can get quite warm |- | Hauppauge HD Rocket | | | | {{N/A|untested}} |- | Hauppauge HD-PVR2 (model 145210 Rev E4) | x2040 xE502 | | | {{N/A|untested}} |- | Hauppauge 1480 1482 HD PVR 2 GE Gaming Edition HDMI Capture green LED - 1498 1503 1504 Plus version with Mac support | 2040:e514 e524 | | | {{No| }} can get warm - [https://ez.analog.com/video/w/documents/581/adv7482-design-support-files ADV7482] [https://patchwork.kernel.org/patch/9201075/ video chip] with Magnum DXT H.264 encoder blob, IDR keyframe generation poor - best for model 157210 and not 157221 and Game Edition Plus (model 157320) 2040:E505 E505-00-00AF1234 [http://www.hauppauge.com/site/support/linux.html#tabs-3 ] * HDMI: 1920x1080p50/60, 1920x1080i50/60, 1280x720p50/60, 720x480i, 720x576i, 640x480p60. * Component: 1920x1080p50/60, 1920x1080i50/60*, 1280x720p50/60, 720x480p60, 720x480i, 720x576i. * Composite: 720x480i and 720x576i * Audio Inputs : HDMI PCM and RCA support with Adjustable Bitrate Quality 2 Channel AAC/AC3 audio codec |- | Hauppauge 1512 HD PVR 2 PC blue LED with optical in input on the back | 2040:e525 | | | {{N/A|untested}} can get quite warm - IR Blaster added - |- | Hauppauge Colossus2 E585-00-00AF4321 | 2040:0xe585 | | | {{N/A|untested}} |- | Koolertron Sunny | | | | {{N/A|untested}} |- | U3 HD Capture | | | | {{N/A|untested}} |- | Magewell USB 3.0 XI100DUSB-HDMI Pro Capture | | | | {{N/A|untested}} |- | | | | | {{N/A|untested}} |- | | | | | {{N/A|untested}} |- |} === Micro USB to MHL HDMI Mirroring Adapter === {| class="wikitable sortable" width="90%" ! width="30%" | Description ! width="5%" |Vendor ID ! width="10%" |Product ID ! width="10%" |Revision ! width="50%" |Opinion |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested}} |- |} ===GPS tracking, running, cycling, biking, walking, hiking, ORIENTEERING, boaters and mapping=== Support for OpenStreetMaps but not for Ordnance Survey, Map Pilot or National Geographic's Topo maps data gdb, Data output supported nmea 0183 V1.5 APA, V1.5 XTE and V2.1 GSA formats, gpx, kml/kmz, tracks from tcx files, geo: URIs, NMEA0183(which is RS232, voltages range from -15 volts to 15 volts, 4800 baud), or need NMEA sentences connected to your computer other method that some units support is a special serial cable that actually emits raw RS232 NMEA. These usually take 10->30 volts input, can run the unit, and have full voltage I/O for RS232 (not like spanner mode, which effectively turns the unit into a USB->Serial adapter inside the case). Equivalent apps - merkator, mapsource, {| class="wikitable sortable" width="90%" ! width="30%" | Description ! width="5%" |Vendor ID ! width="10%" |Product ID ! width="10%" |Revision ! width="50%" |Opinion |- | <!--Description-->Garmin gpsmap 180 GPS/chart plotter | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->1992 GARMIN GPS 55 AVD Portable System | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->Garmin GPS V | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested - waas pinpoint within 3 metres - nmea - 4AA battery}} |- | <!--Description-->Garmin GPS 12 12XL | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->Garmin Legend C | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->Garmin eMap | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|possibly through usbmodem rs232 connection nmea 0183 protocol}} |- | <!--Description-->Garmin eTrex | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested}} rs232 these older units supported it and would provide the stream in either the standard NMEA 0183 format or a proprietary Garmin format. |- | <!--Description-->Garmin GPS 75 AVD | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->Magellan GPS Map 7000 model 45006 (1994) | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->Magellan GPS Tracker | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->Magellan Pioneer Satellite Navigator | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->Magellan GPS 300 315 320 Mentor Receiver (2003) | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->Not for dedicated sat nav units like the Nuvi, TomTom, etc | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested}} |- |- style="background:lightgrey; text-align:center; font-weight:bold;" | Description | Vendor ID | Product ID | Revision | Opinion |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->NaviLock NL-402U | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested u-blox 5 SuperSense® chipset with receivers for GPS, GLONASS, Galileo, BeiDou and QZSS}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->GM1-86UB | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested - U-BLOX UB-6010 GGA,GSA,GSV, RMC and support VTG, GLL, TXT ublox binary and NMEA Command Dynamic Condition |- | <!--Description-->NAVILOCK GPS NL-602U USB | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{Yes|works via usbmodem.device - ublox ag 6 chipset - 50 channel}} |- | <!--Description-->TOPGNSS ton Receiver & Antenna GM702 u-blox 7 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{Yes|UBLOX7020 chip design bloc u-blox}} |- | <!--Description-->VK-162 G-MOUSE u blox 7 | <!--Vendor ID-->0x1546 | <!--Product ID-->0x01a7 | <!--Revision-->0100 | <!--Opinion-->{{N/A|UBX G70xx with RMC VTG GSV TXT GLL GGA GSA}} |- | <!--Description-->VK-172 u-blox 7 G7020-KT gps gnss white pen stick receiver - over 1 inch long | <!--Vendor ID-->0x1546 | <!--Product ID-->0x01a7 | <!--Revision-->0100 | <!--Opinion-->{{N/A| detected as cdc controlled plug in device - 18x18x2mm patch antenna but can be slow to update - nmea 0183 and ublox binary protocol}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->GlobalSat BU-353 WaterProof USB GPS Receiver | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested SiRF Star III}} |- | <!--Description-->Haicom HI-206 USB GPS receiver with RS-232 interfaces, RJ11 and PS/II connector EB | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{No|usb-serial prolific pl2303 detected but GSP3F SiRF Star IV technology not detected or bound}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->BT760Y, | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested Skytraq Venus 5 GPS chipset}} |- | <!--Description-->GM-65 USB GPS Receiver | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested Skytraq Venus 6 GPS chipset - 65 channel}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested Skytraq Venus 7 GPS chipset}} |- | <!--Description-->GM-65 USB GPS Receiver | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested Skytraq Venus 8 GPS chipset - 167 channels}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested}} |- style="background:lightgrey; text-align:center; font-weight:bold;" | Description | Vendor ID | Product ID | Revision | Opinion |- | <!--Description-->Garmin Colorado 300 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested}} USB |- | <!--Description-->Garmin Geko 101 201 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested}} limited waas enabled only - waypoints - aaa battery |- | <!--Description-->Garmin Edge 200 bike mount | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->Garmin ForeRunner 10 15 watch | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->Garmin Montana 600 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->Garmin Dakota 10 20 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->Garmin Map76s | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->Garmin Oregon 450T | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested}} USB nmea 0183 |- | <!--Description-->Garmin eTrex 10 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested - no nmea0183 sentences data stream output - configuration an option to set it to "Garmin" mode, or "Mass Storage" mode. Since the mass storage mode seems to be required for waypoint/track/etc data exchange, the 'Garmin' mode would be for this data stream. Yet putting it in that mode doesnt seem to produce anything.}} |- | <!--Description-->Garmin Oregon 650T | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->Garmin GPSMAP 64S | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{Maybe|untested}} |- | <!--Description-->GPSMap 78S or GPSMap 76CSX which has a NMEA port for talking to Nav equipment | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{Maybe|untested}} |- | <!--Description-->Garmin eTrex Vista Cx GPS Receiver | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested - 2AA battery}} |- | <!--Description-->Garmin GPSmap 276c | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->Magellan 2000 XL | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->Magellan | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->Magellan 3000 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->Magellan Triton 300 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested}} SiRFstarIII™, Antenna Type Multidirectional Patch with WAAS, EGNOS, MSAS support |- | <!--Description-->Magellan Triton 400 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested}} |- |} ==massstorage.class (MSC/UMS - most cameras and mp3 players)== === MP3 Players === {| class="wikitable sortable" width="90%" ! width="30%" | Description ! width="5%" |Vendor ID ! width="10%" |Product ID ! width="10%" |Revision ! width="50%" |Opinion |- | Creative Zen | | | | {{N/A|untested}} |- | Sandisk Sansa c240 c250 | | | | {{no|custom lead - not detected}} |- | Sandisk Sansa e250 e260 e270 e280 | 0x0781 | 0x7421 | | {{N/A|untested}} |- | Sandisk Fuze | 0x0781 | 0x | | {{N/A|untested}} |- | Sandisk Clip+ Zip | 0x0781 | 0x | |{{N/A|untested}} |- | Samsung YP-U2 | | | | {{N/A|untested}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- |} === Digital Cameras === {| class="wikitable sortable" width="90%" ! width="30%" | Description ! width="5%" |Vendor ID ! width="10%" |Product ID ! width="10%" |Revision ! width="50%" |Opinion |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | HP Photosmart M525 (6MP) | | | | {{yes|works}} |- | Nikon Coolpix 5600 | | | | {{yes|Works like all the masstorage devices}} |- | Samsung PL81 | 0x1FAB | 0x001A | 0x0100 | {{yes|Works as a masstorage device}} |} === USB Card Readers === {| class="wikitable sortable" width="90%" ! width="15%" | Description ! width="5%" |Vendor ID ! width="5%" |Product ID ! width="5%" |Revision ! width="15%" |Installing ! width="15" |Booting ! width="30%" |Opinion |- | A-Tec Model CR-362 | | | | <!--Installing--> | <!--Booting--> | {{N/A|untested}} |- | [http://www.belkin.com/IWCatProductPage.process?Merchant_Id=&Section_Id=200406&pcount=&Product_Id=179164 Belkin 15 in 1 Card Reader] | | | | <!--Installing--> | <!--Booting--> | {{yes|works}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Installing--> | <!--Booting--> | <!--Opinion-->{{N/A|untested }} |- | Conrad CP440 60 in 1 | | | | <!--Installing--> | <!--Booting--> | {{yes|works on a1k forum}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Installing--> | <!--Booting--> | <!--Opinion-->{{N/A|untested }} |- | Genesys Gtech Logic 19 in 1 | 0x05E3 | 0x0710 | High 0200 | <!--Installing--> | <!--Booting--> | {{yes|works}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Installing--> | <!--Booting--> | <!--Opinion-->{{N/A|untested }} |- | Hama 19 in 1 Card Reader | | | | <!--Installing--> | <!--Booting--> | {{yes|works}} |- | Hama 35 in 1 Card Reader | | | | <!--Installing--> | <!--Booting--> | {{yes|works}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Installing--> | <!--Booting--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Integral Single Slot SD | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Installing--> | <!--Booting--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Installing--> | <!--Booting--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Kingston USB 3.0 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Installing--> | <!--Booting--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Lexar microsd adapter | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Installing--> | <!--Booting--> | <!--Opinion-->{{N/A|untested }} but wider than Sandisk version - could block other slot if below |- | Pretec CardDriver | | | | <!--Installing--> | <!--Booting--> | {{no|no driver}} |- | Sandisk MicroMate | | | | <!--Installing--> | <!--Booting--> | {{yes|works}} |- | <!--Description-->Sandisk MobileMate SD | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Installing--> | <!--Booting--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Sandisk MobileMate Micro | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Installing--> | <!--Booting--> | <!--Opinion-->{{N/A|untested }} has satisfying 'click' when microsd inserted |- | <!--Description-->Sandisk MobileMate Duo MicroSD | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Installing--> | <!--Booting--> | <!--Opinion-->{{N/A|untested }} no 'click' insertion uses pressure so future wear and tear issues |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Installing--> | <!--Booting--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Serena metal cased microsd only | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Installing--> | <!--Booting--> | <!--Opinion-->{{N/A|Maybe}} hit or miss on quality |- | <!--Description-->Serena "Sandisk MobileMate" look-alike | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Installing--> | <!--Booting--> | <!--Opinion-->{{N/A|Maybe}} hit or miss on quality |- | SilverCrest 16in1 | | | | <!--Installing--> | <!--Booting--> | {{yes|works}} |- | <!--Description-->Transcend | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Installing--> | <!--Booting--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Transcend P5 8 in 1 TSRDP5K | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Installing--> | <!--Booting--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Transcend P8 15 in 1 TSRDP8K | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Installing--> | <!--Booting--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Installing--> | <!--Booting--> | <!--Opinion-->{{N/A|untested }} |- | Zyxel integralmemory 8 in 1 | 0x0aec | 0x3260 | | <!--Installing--> | <!--Booting--> | {{no|not detected}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Installing--> | <!--Booting--> | <!--Opinion-->{{N/A|untested }} |- |} === USB Hard Drives === {| class="wikitable sortable" width="90%" ! width="30%" | Description ! width="5%" |Vendor ID ! width="10%" |Product ID ! width="10%" |Revision ! width="50%" |Opinion |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | Datel MaxDrive | | | | {{N/A|untested}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Inateck 2.5 Inch USB 3.0 Hard Drive Disk Enclosure/ Case (FE2001) | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} Full USB 3.0 port but plastic teeth keeping drive in place can snap |- | <!--Description-->Inateck case (FE2002) | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} full USB 3.0 port - updated design |- | <!--Description-->Inateck case (FE3001) | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} wider USB 3.0 port and no on/off switch Jmicron JMS578 chipset |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | Iomega Desktop Hard Drive 500GB, 3,5“, USB2.0 | | | | {{N/A|untested}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | Samsung | | | | {{N/A|untested}} |- | Samsung | | | | {{N/A|untested}} |- | Samsung T3 SSD | | | | {{N/A|untested}} USB 3.1 Gen 1 space grey / black metal/ plastic |- | Samsung T5 SSD | | | | {{N/A|untested}} USB 3.1 Gen 2 256GB 512GB alluring blue 1Tb 2Tb black unibody metal |- | Samsung | | | | {{N/A|untested}} |- | Seagate | | | | {{N/A|untested}} |- | Seagate | | | | {{N/A|untested}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Toshiba Canvio 1TB | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{Yes|partition fat32 or sfs to 100GB max - ntfs partitions not detected out of the box - select usb drive in trident prefs and press disable to shutdown}} |- | Verbatim 160GB Smartdisk | | | | {{yes|works }} |- | Western Digital USB | | | | {{N/A|untested}} |- | <!--Description-->WD Essential | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->WD Passport | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- |} === USB DVD CD ROM Drives === {| class="wikitable sortable" width="90%" ! width="30%" | Description ! width="5%" |Vendor ID ! width="10%" |Product ID ! width="10%" |Revision ! width="50%" |Opinion |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- |} === [[:w:Comparison of e-book readers|Book Readers]] === {| class="wikitable sortable" width="90%" ! width="30%" | Description ! width="5%" |Vendor ID ! width="10%" |Product ID ! width="10%" |Revision ! width="50%" |Opinion |- | Amazon Kindle 2 | | | | {{N/A|untested e-ink, text to speech, }} |- | Amazon Kindle DX | | | | {{N/A|untested e-ink }} |- | Amazon Kindle 3 (3G and Wifi) | | | | {{N/A|untested improved 6" E Ink Pearl screen, no SD card, supports Kindle (Azw) and non DRM Mo bi/Pdf, txt and JPEG, GIF, PNG. Text to speech. }} i.MX535 |- | <!--Description-->bq Avant 3, 6inch and 9inch MReader, | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} Samsung S3C2416 ARM9 533&nbsp;MHz SiPix |- | <!--Description-->bq Cervantes 2 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} Marvell 800Mhz 6" E-Ink Pearl |- | <!--Description-->bq Cervantes Light | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} FS507 i.MX 800&nbsp;MHz infra-red touch + E-Ink Pearl |- | <!--Description-->bq Cervantes Touch | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} Freescale 508 i.MX 800&nbsp;MHz E-Ink Pearl |- | Barnes and Noble Simple Touch Nook | | | | {{N/A|untested}} was i.MX31L but later (2012) TI OMAP3 |- | Barnes and Noble Nook Glo | | | | {{N/A|untested}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | Endless Ideas Bebook One (2008), Jinke Hanlin V3, Walkbook, Ez Reader, | | | | {{N/A|untested 6” 600×800 E Ink Vizplex, }} |- | Endless Ideas Bebook Mini, Jinke Hanlin V5, | | | | {{N/A|untested}} |- | Endless Ideas Bebook Club | | | | {{N/A|untested 6 inch Vizplex E-Ink screen, no touchscreen, external SD slot, supports many ebook format including: PDF, EPUB, MOBI, FB2, TXT, PDB, HTML, CHM, JPEG, BMP, PNG and TIFF. }} |- | Endless Ideas Bebook Neo (2010), Onyx Boox 60, | | | | {{N/A|untested 6” 600×800 E Ink Vizplex, an external SD card slot, the ability to use Wifi and load up virtually any ebook and formats include PDF, EPUB, MOBI, FB2, TXT, PDB, HTML, CHM, JPEG, BMP, PNG, TIFF and Adobe DRM’d Epub/Pdf. }} |- | Benq K61 | | | | {{N/A|untested}} |- | CyBook Bookeen Gen3 (2007) | | | | {{N/A|untested}} |- | Cybook Orizon (2010) | | | | {{N/A|untested 167 ppi SiPix E Ink (high contrast) 16 shades, microSD/SDHC, formats supported PDF, EPUB, FB2, HTML, TXT, JPEG, GIF, PNG. }} |- | <!--Description-->Ectaco Jetbook (2008) | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Ectaco Jetbook Color (2011) Triton Eink | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | Endless Ideas Bebook One (2008), Jinke Hanlin V3, Walkbook, Ez Reader, | | | | {{N/A|untested 6” 600×800 E Ink Vizplex, }} |- | Endless Ideas Bebook Mini, Jinke Hanlin V5, | | | | {{N/A|untested}} |- | Endless Ideas Bebook Club | | | | {{N/A|untested 6 inch Vizplex E-Ink screen, no touchscreen, external SD slot, supports many ebook format including: PDF, EPUB, MOBI, FB2, TXT, PDB, HTML, CHM, JPEG, BMP, PNG and TIFF. }} |- | Endless Ideas Bebook Neo (2010), Onyx Boox 60, | | | | {{N/A|untested 6” 600×800 E Ink Vizplex, an external SD card slot, the ability to use Wifi and load up virtually any ebook and formats include PDF, EPUB, MOBI, FB2, TXT, PDB, HTML, CHM, JPEG, BMP, PNG, TIFF and Adobe DRM’d Epub/Pdf. }} |- | <!--Description-->Hanvon | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Interead Cool-er Cooler | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Irex DR800s | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} 8.1 inch FreeScale i.MX31L |- | <!--Description-->iRiver Story Wifi | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | {{N/A|untested typical Vizplex E-Ink screen, featuring 8 levels of greyscale, an external SD card, ebook formats EPUB, PDF & TXT, displays office files like DOC, PPT & XLS and graphic formats like JPEG, BMP and GIF image. }} |- | <!--Description-->Kobo eReader Touch | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} neonode zForce touchscreen (N905) i.MX50 |- | <!--Description-->Kobo Glo | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} freescale iMX6SoloLite |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Onyx M92 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Pandigital Novel Personal 6" | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} SiPix electrophoretic technology display |- | <!--Description-->[http://www.chinitech.com/en/2010/pmp/lecteur-ebook/mreader-s6-5w-nouveau-lecteur-ebook-6pouces-avec-technologie-e-ink/ Pixelar Million-E MReader S6-5W] Gajah's design cloned from Oaxis Pocketbook 360, Hanvon S600, | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} Samsung S3C2440 AL-40 00&nbsp;MHz running Wolf Linux |- | <!--Description-->Samsung E-60 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | Sony PRS300BC PRS505 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | {{N/A|untested 8shades e-ink electrophoretic technology 5 inch screen, no SD card, }} |- | Sony PRS350 PRS600 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | {{N/A|untested 16shades e-ink 5 inch screen, no SD card, supports BBeB (LRF/LRX), PDF, EPUB, TXT, RTF, JPEG, BMP, GIF and PNG. No Wifi or 3G connectivity. }} |- | Sony PRS650 PRS950 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | {{N/A|untested 16shades e-ink 6 inch screen, no SD card, BBeB (LRF/LRX), PDF, EPUB, TXT, RTF, JPG, BMP, GIF, PNG, MP3, AAC supported. }} |- | <!--Description-->Sony PRS-T1 PRS-T2 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- |} === External Floppy === {| class="wikitable sortable" width="90%" ! width="30%" | Description ! width="5%" |Vendor ID ! width="10%" |Product ID ! width="10%" |Revision ! width="50%" |Opinion |- | [http://techtravels.org/amiga/amigablog/ Amiga Floppy Project] | | | | {{no|no driver}} |- | [http://amigakit.leamancomputing.com/catalog/product_info.php?products_id=842 Catweasel Mk4] | 0xE159 | 0x0001 | 0x00 | {{yes|[http://archives.aros-exec.org/index.php?function=browse&cat=driver/storage works]}} |- | [http://hxc2001.free.fr/floppy_drive_emulator/ HxC Floppy Emulator] | | | | {{no|no driver}} |- | [http://www.softpres.org/glossary:kryoflux KyroFlux] | | | | {{no|no driver}} |- | Samsung SFD-321U/EP USB Floppy | | | | {{no|no driver}} |- | <!--Description-->[http://www.cbmstuff.com/proddetail.php?prod=SCP SuperCard Pro] | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->[https://www.facebook.com/groups/greaseweazle Greaseweazle STM hardware], [https://cowlark.com/fluxengine/index.html Greaseweasel support], [https://github.com/keirf/Greaseweazle/wiki software], [https://amigakit.amiga.store/greaseweazle-p-91279.html buy], | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion--> |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion--> |- |} === Mobile Phone === {| class="wikitable sortable" width="90%" ! width="30%" | Description ! width="5%" |Vendor ID ! width="10%" |Product ID ! width="10%" |Revision ! width="50%" |Opinion |- | Motorola L9 | | | | {{yes|detected and works}} |- | Samsung SGH-D600 | | | | {{maybe|recognised as mass storage}} |- | Sony Ericsson K800i | | | | {{yes|works }} |- | Nokia E50 | 0x0421 | 0x04ca | 0100 | {{yes|works}} |} ==ptp.class (PTP and MTP - other cameras and mp3 players)== === Cameras === {| class="wikitable sortable" width="90%" ! width="30%" | Description ! width="5%" |Vendor ID ! width="10%" |Product ID ! width="10%" |Revision ! width="50%" |Opinion |- | <!--Description-->Canon SX100 SX110 SX200 SX210 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->Canon 100D 10D 1D | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | {{N/A|untested}} 18MP down to 10MP |- | Canon EOS 400D (XTi) digital SLR | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested}} |- | Canon PowerShot A430 A560 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested}} |- | Canon PowerShot S90 S95 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | {{N/A|untested}} 720p video - 10Mpixel |- | Canon Powershot SD960 IS Digtal ELPH | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | {{N/A|untested}} Still Image: Exif 2.2 (JPEG), Movie: MOV (Image: H.264; Audio: Linear PCM) Lithium-ion Battery Pack NB-4L |- | Canon PowerShot N | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | {{N/A|untested}} 12.1 MP CMOS, DIGIC 5 Wifi Lithium Battery Pack NB-9L |- | Canon ELPH 300 HS (IXUS 220 HS) 230 100 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | {{N/A|untested}} blogging camera 2012 |- | Canon Powershot S100 S110 S120 G7 X G7X-II | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | {{N/A|untested}} 1080p video 12.1MP and above versions - |- | Canon 450D aka Rebel Xsi | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->Canon EOS 550D 600D aka Rebel T2i T3i DSLR | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | {{N/A|untested}} 1080 18MP Lithium LP-E8 |- | <!--Description-->Canon EOS 650D 700D aka Rebel T4i T5i T6i SLR | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | {{N/A|untested}} 1080p 18Mpixels Lithium LP-E8 articulating flip out twistable screen |- | <!--Description-->Canon Powershot G7x G5X | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | {{N/A|untested}} - G7X flip up and G5X flip out - same batteries - no external microphone input - |- | Canon EOS M3 M5 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | {{N/A|untested}} flip out - same batteries - |- | Canon EOS 60D 70D 80D | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested}} |- | Canon 6D 7D 8D | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested}} |- | Canon 5D Mark II III IV DSLR | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->Canon | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->Canon | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->Canon | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested}} |- | Fuji FinePix A850 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | {{N/A|untested}} |- | FujiFilm Finepix F100fd | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | {{N/A|untested}} |- | Fuji FinePix F810 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | {{N/A|untested}} |- | Fuji xf1 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | {{N/A|untested}} pocketable exr cmos 12mp |- | Fuji xt1 x-t1 x10 x-t10 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | {{N/A|untested}} 1080p |- | Fujifilm x100 x100s x100t | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | {{N/A|untested}} |- | Fuji xPro1 xPro2 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | {{N/A|untested}} |- | Fuji xt2 / x-t2 x-t20 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | {{N/A|untested}} 4K video |- | <!--Description-->Fuji | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->Fuji | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->Fuji | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->GoPro HERO 3 HERO4 HERO 5 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->Nikon D40/D40x, D100, D70, D80, D90, D300, D700, D2Xs/D2Hs, D3 D4 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | {{N/A|untested}} Compact flash storage - non interchangeable lenses up to 12.3MP sensor |- | <!--Description-->Nikon L26 L27 L28 L29 L31 Coolpix compact cameras | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | {{N/A|untested}} 720p video - 2 AA - pocket sized |- | Nikon L810 L820 L830 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | {{N/A|untested}} 720p video |- | Nikon D5000 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | {{N/A|untested}} 720p video unlike D3000 |- | Nikon D6000 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | {{N/A|untested}} |- | <!--Description-->Nikon D D3100 D3200 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | {{N/A|untested}} 1080p video 14.2 to 24MPixel |- | <!--Description-->Nikon D7000 D7100 D7200 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | {{N/A|untested}} 1080p video |- | <!--Description-->Nikon D800 D810 D600 D610 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | {{N/A|untested}} 1080p video sd card storage |- | <!--Description-->Nikon D5200 D5300 D5500 D5600 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | {{N/A|untested}} 2013 24.1MP 1080p |- | <!--Description-->Nikon D7300 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | {{N/A|untested}} 4K UHD video |- | <!--Description-->Nikon D900 D850 D820 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | {{N/A|untested}} 4k 46MP |- | <!--Description-->Nikon | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->Nikon | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->Olympus C-370 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | {{N/A|untested - camera worked fine before }} |- | Olympus Camedia C-725 Ultrazoom | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | {{N/A|untested}} |- | <!--Description-->Olympus | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | {{N/A|untested }} |- | <!--Description-->Olympus | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | {{N/A|untested }} |- | <!--Description-->Pentax K10D | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->Pentax K20D | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->Pentax K30 K-5 II | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested}} |- | Pentax K-3 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | {{N/A|untested}} |- | <!--Description-->Pentax K | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | {{N/A|untested}} |- | <!--Description-->Panasonic Lumix LZ10 LZ20 DMC-LZ30 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | {{N/A|untested}} 720p video |- | <!--Description-->Panasonic TZ1 TZ5 TZ9 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | {{N/A|untested}} |- | Panasonic Lumix GH1 GH2 like the DMC-GH2HEB-K - GH3 DMC-GH3HEB-K | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | {{N/A|untested}} Four Thirds (GH2) MFT Micro Four Thirds (GH3) limited to 29mins recording |- | Panasonic AF series AF100 AF101 AF102 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | {{N/A|untested}} |- | Panasonic Lumix DMC-G2 DMC-G3 G5 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | {{N/A|untested}} |- | Panasonic TZ60 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | {{N/A|untested}} |- | Panasonic DMC LX7 10 LX15 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | {{N/A|untested}} |- | <!--Description-->Panasonic GF7 GX8 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | {{N/A|untested}} |- | <!--Description-->Panasonic G80 G85 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | {{N/A|untested}} micro 4/3 |- | <!--Description-->Panasonic GH4 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | {{N/A|untested}} micro 4/3 - shooting in MOV or MP4 formats recording limited to sd card size but split files because the FAT32 file system only supports files up 4GB in size, which amounts to around 5 minutes of 4K (100mbps) footage - GH4 appears to create 4GB files as a rule, regardless of whether the memory card’s file system supports larger files or not - |- | <!--Description-->Panasonic GH5 gx80 gx85 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested}} Effective: 20.3 Megapixel 5184 x 3888 - 2 sd card slots compatible with high-speed, high capacity UHS-II - sd card v rating like the v90 should record at 60MB/s to be compatible with the GH5 in the All-I format - possible file corruption with .mdt files - new firmware 2.0 update, the Panasonic GH5 becomes the first 5K - |- | <!--Description-->Panasonic FZ2000 FZ2500 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->Panasonic | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->Panasonic | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested}} |- | Samsung ES Series Es9 ES70 Es71 (2012) | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | {{N/A|untested}} 480p video |- | <!--Description-->Samsung | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->Samsung WB100 WB1100 WB150 WB2200 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | {{N/A|untested}} 16MP |- | Samsung NX11 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | {{N/A|untested}} |- | Samsung NX200, NX20, NX1000 and NX210 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | {{N/A|untested}} 20.3Mp APS-C sized CMOS image sensor |- | <!--Description-->Samsung | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->Samsung | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->Sanyo Xacti CG65 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->Sanyo | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->Sanyo | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | {{N/A|untested}} |- | <!--Description-->Sony Cyber-shot DSC camera models W110 W220 H300 H400 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | {{N/A|untested}} |- | <!--Description-->Sony A71 A71S a71r | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | {{N/A|untested}} |- | Sony A77 A99 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->Sony Cybershot HX20V HX30V HX50V HX60V | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | {{N/A|untested}} 2011 18 to 20.2MP 1080p - steady shot unit / optical block can cause buzzing noise and/or jumping image in lcd / viewfinder - dots are dirt and this voids the warranty - |- | <!--Description-->Sony rx100 mk III | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | {{N/A|untested}} - often after boot-up, the motor starts running for no reason for first versions' - |- | Sony WX100 WX150 wx220 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->Sony α5000 a5000 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested}} |- | Sony Sony α99 II Sony α58 Sony Sony α68 α77 II | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested}} |- | Sony NEX-3N Sony NEX-5N Sony NEX-6 Sony NEX-7 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->Sony A7S a7r ii | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | {{N/A|untested}} mirror less - more compact |- | <!--Description-->Sony α6500 a6500 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->Sony rx100 mk IV V | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->Sony RX0 RX zero | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->Sony A7S a7 riii r3 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | {{N/A|untested}} mirror less - more compact |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested}} |- |} <pre > Lens Mounts Canon EF EF-S Nikon F Panasonic Olympus OM Pentax DA, FA, F, A, M, and K series Fujifilm X mount </pre > <pre > Sensors APS-C S35 Full Frame 43 Four Thirds M43 MFT Micro four thirds </pre > === mp3 players === {| class="wikitable sortable" width="90%" ! width="30%" | Description ! width="5%" |Vendor ID ! width="10%" |Product ID ! width="10%" |Revision ! width="50%" |Opinion |- | Archos newer devices | | | | {{N/A|untested}} |- | BlackBerry 9500 series | | | | {{N/A|untested}} |- | Barnes and Noble BN Nook Tablet HD | 0x2080 | 0x0006 | 0216 | {{No|MTP detected 0/0 but does not bind to ptp and cannot force}} |- | Barnes and Noble Nook HD+ (Android) | 0x2080 | 0x0005 | 0216 | {{No|MTP not shown and does not bind to ptp and cannot force}} |- | Creative Technology Zen line — some devices only | | | | {{N/A|untested}} |- | Cowon newer devices, e.g., iAudio (Cowon) D2 | | | | {{N/A|untested}} |- | Intel portable media center | | | | {{N/A|untested}} |- | iriver H10 and other newer devices | | | | {{N/A|untested}} |- | JVC media players | | | | {{N/A|untested}} |- | Meizu M series | | | | {{N/A|untested}} |- | Microsoft Zune modified to "MTPZ" | | | | {{N/A|untested}} |- | Motorola mobile phones | | | | {{N/A|untested}} |- | Nokia mobile devices | | | | {{N/A|untested}} |- | Palm mobile phones (PocketTunes media player supports MTP file transfers) | | | | {{N/A|untested}} |- | Philips GoGear line | | | | {{N/A|untested}} |- | Samsung Electronics Yepp line and Juke cellular phone/music player | | | | {{N/A|untested}} |- | SanDisk Sansa devices | | | | {{N/A|untested}} |- | Sony Ericsson mobile phones | | | | {{N/A|untested}} |- | Some of Sony's MP3-Player, i.e., NWZ-A8xx, NWZ-E436F series | | | | {{N/A|untested - A816 with wm-port charging and data transfer cable}} |- | <!--Description-->Sony S6xx series NWZ-S639F | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested wm port}} |- | <!--Description-->Sony E350 series E354 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested - waiting on Linux Rockbox }} |- | Latest Sony Drag&Drop Music Players E360 E370 E380 series NZ NWZ-E384 | | | | {{N/A|untested Rockbox'ed min usb port }} |- | Toshiba Gigabeat line | | | | {{N/A|untested}} |- | TrekStor vibez | | | | {{N/A|untested}} |- | Harman Kardon GPS810 | | | | {{N/A|untested}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested }} |- |} ==printer.class - PostScript 3 and internal ghostscript drivers== As the only printer driver that AROS supports natively is Postscript, our focus is on applications that generally output postscript formatted data for printing purposes and since the general Joe Public finds postcript capable printer very expensive, postscript interpreters (eg ghostscript) have been developed aas a cheaper option which sit in between postscript data streams and non postscript (HP PCL?) printers. Set up Printer Prefs for Postscript and set the print to file option. Ghostscript has internal printer drivers gs -h and with something like gs -sDEVICE=stcolor -r300 -sOutputFile=RAM:tempfile gs813:examples/tiger.ps copytopar ram:tempfile It checks if in RAM: exists a outputfile (Cinnamon can export to PS postscript) then it sends this via copytopar to the printer. There was only support for parport (parallel) but Terminillis added support for USB and ethernet. A big issue with using ghostscript for drivers is that data has to originate as postscript (.PS) file. gs -dSAFER -dBATCH -dNOPAUSE -sDEVICE=ljet4 -sOutputFile=RAM:tempfile RAM:file.pdf the ljet4 output device generates PCL also the pxlmono driver, which generates more generic PXL (PCL 6) gs -q -sstdout=%stderr -sDEVICE=pswrite -sOutputFile=- -dBATCH -dNOPAUSE -dPARANOIDSAFER testpage-a4.ps > test.pdf gs -q -sstdout=%stderr -sDEVICE=pxlmono -sOutputFile=- -dBATCH -dNOPAUSE -dPARANOIDSAFER test.pdf > test.pxl Printers supported by ghostscript...Explanation [http://freebooks.by.ru/view/RedHatLinux6Unleashed/rhl6u151.htm here] or [http://www.gnu.org/software/ghostscript/devices.html here] and [http://pages.cs.wisc.edu/~ghost/doc/printer.htm here] <pre> bit cljet5 ljet4d pjxl300 pxlcolor bitcmyk cljet5c ljetplus pkm pxlmono bitrgb deskjet nullpage pkmraw stp bj10e djet500 pbm pksm tiff12nc bj200 epswrite pbmraw pksmraw tiff24nc bjc600 faxg3 pcx16 png16 tiffcrle bjc800 faxg32d pcx24b png16m tiffg3 bmp16 faxg4 pcx256 png256 tiffg32d bmp16m ijs pcxcmyk pnggray tiffg4 bmp256 jpeg pcxgray pngmono tifflzw bmp32b jpeggray pcxmono pnm tiffpack bmpgray laserjet pdfwrite pnmraw uniprint bmpmono lj5gray pgm ppm x11 bmpsep1 lj5mono pgmraw ppmraw x11alpha bmpsep8 ljet2p pgnm psgray x11cmyk cdeskjet ljet3 pgnmraw psmono x11gray2 cdj550 ljet3d pj psrgb x11gray4 cdjcolor ljet4 pjxl pswrite x11mono cdjmono </pre> === Internal Ghostscript support === {| class="wikitable sortable" width="90%" ! width="10%" | Description ! width="5%" |Vendor ID ! width="5%" |Product ID ! width="5%" |Revision ! width="10%" |Postscript Support ! width="10%" |GutenPrint Support ! width="20%" |Hardware Issues ! width="10%" |Running Costs ! width="20%" |Opinion |- | Canon BJ10e | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Postscript Support--> | <!--GutenPrint Support--> | <!--Hardware Issues --> | <!--Running Costs --> | {{N/A|untested with Ghostscript drivers }} |- | Canon BJ200 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Postscript Support--> | <!--GutenPrint Support--> | <!--Hardware Issues --> | <!--Running Costs --> | {{N/A|untested with Ghostscript drivers }} |- | Epson Stylus Color 600 parport inkjet | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Postscript Support--> | <!--GutenPrint Support--> | <!--Hardware Issues --> | <!--Running Costs --> | {{yes|works - internal ghostscript support}} |- | <!--Description-->HP Deskjet 500 Parallel Port | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Postscript Support--> | <!--GutenPrint Support--> | <!--Hardware Issues --> | <!--Running Costs --> | <!--Opinion-->{{N/A|untested }} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Postscript Support--> | <!--GutenPrint Support--> | <!--Hardware Issues --> | <!--Running Costs --> | <!--Opinion-->{{N/A|untested }} |- style="background:lightgrey; text-align:center; font-weight:bold;" | Description | Vendor ID | Product ID | Revision | Postscript Support | GutenPrint Support | Hardware Issues | Running Costs | Opinion |- | HP1220C/PS USB Inkjet | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Postscript Support--> | <!--GutenPrint Support--> | <!--Hardware Issues --> | <!--Running Costs --> | {{yes|works - PS3 emulation only}} |- | HP 1700PS USB Inkjet | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Postscript Support--> | <!--GutenPrint Support--> | <!--Hardware Issues --> | <!--Running Costs --> | {{yes|works - PS3 emulation only}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Postscript Support--> | <!--GutenPrint Support--> | <!--Hardware Issues --> | <!--Running Costs --> | <!--Opinion-->{{N/A|untested }} |- style="background:lightgrey; text-align:center; font-weight:bold;" | Description | Vendor ID | Product ID | Revision | Postscript Support | GutenPrint Support | Hardware Issues | Running Costs | Opinion |- | <!--Description-->LJ-III | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Postscript Support--> | <!--GutenPrint Support--> | <!--Hardware Issues --> | <!--Running Costs --> | <!--Opinion-->{{N/A|untested HP PostScript Cartridge Plus (C2089A) a.. Press <ON LINE> (and take machine off line) b.. Press <Plus & Minus>, and while holding, press <ALT> and <RESET> together and watch the LCD and let go when the desired mode is displayed.}} |- | <!--Description-->HP Laserjet 4 4M 4MP (1992) | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Postscript Support--> | <!--GutenPrint Support--> | <!--Hardware Issues --> | <!--Running Costs --> | {{N/A|untested PS2 emulation HP 4 with optional ps cartridge - HP 4M and 4M+ built in}} |- | <!--Description-->HP Laserjet 4L Parport | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Postscript Support--> | <!--GutenPrint Support--> | <!--Hardware Issues --> | <!--Running Costs --> | {{no|PCL5 HP 4L only - no postscript}} |- | <!--Description-->HP Laserjet 5M (1995) | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Postscript Support-->PS2 emulation | <!--GutenPrint Support--> | <!--Hardware Issues --> | <!--Running Costs --> | {{N/A|untested you can try the ljet4 for the various lj5 drivers which produce various flavours of PCL. The 4, 4+ and 5 only really had one issue that plagued them, and it's hardly an issue at all. You would get accordian jams at the exit. A lot of people worked through this by pulling the sheet out before it got caught. Easily fixed by opening back door and scrubbing grime off of rubber rollers. }} |- | HP Laserjet 5L Parport (1997) (C3906A bk) | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Postscript Support-->{{N/A}} | <!--GutenPrint Support--> | <!--Hardware Issues --> | <!--Running Costs --> | {{no|PCL5 support only.}} |- | HP Laserjet 5P 6P (1995) (C3906A bk) | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Postscript Support--> | <!--GutenPrint Support--> | <!--Hardware Issues --> | <!--Running Costs --> | {{N/A|untested HP 5p, 6p - Less tiny, slightly less slow. They are pretty bullet proof for low volume best to get postscript module though }} |- | HP Laserjet 2100 2100N 2100TN (1999) | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Postscript Support--> | <!--GutenPrint Support--> | <!--Hardware Issues --> | <!--Running Costs --> | {{N/A|untested PS2 emulation }} |- | HP Laserjet 4000 Series Parport (1998) | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Postscript Support--> | <!--GutenPrint Support--> | <!--Hardware Issues --> | <!--Running Costs --> | {{N/A|PS3 emulation only (4200 and 4600 have issues)}} |- | HP Laserjet 4050 Parport (1999) | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Postscript Support-->PS3 emulation only | <!--GutenPrint Support--> | <!--Hardware Issues --> | <!--Running Costs --> | {{maybe|works }} |- | HP Laserjet 5000 Parallel Port | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Postscript Support-->PS3 emulation only | <!--GutenPrint Support--> | <!--Hardware Issues --> | <!--Running Costs --> | {{N/A|}} |- | HP LaserJet 6M, 1200, 1300, 2100, 2200, P2050 (and P2055) P3005, M3025, M3027, 3050, 3300, 4000, 4050, 4100, 4200, 4300, M4345, P3005, P3015, P4010, P4410, M5025, M5035, 5100, 5200, 8000, 8100, or 9000 series | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Postscript Support-->PS3 emulation optional only | <!--GutenPrint Support--> | <!--Hardware Issues --> | <!--Running Costs --> | {{untested }} |- | <!--Description-->HP Color LaserJet 2550, 3700, 4650, 8500 and 8550 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Postscript Support--> | <!--GutenPrint Support--> | <!--Hardware Issues --> | <!--Running Costs --> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Lexmark Optra C, T, and W series | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Postscript Support--> | <!--GutenPrint Support--> | <!--Hardware Issues --> | <!--Running Costs --> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Xerox Phaser 850, 860 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Postscript Support--> | <!--GutenPrint Support--> | <!--Hardware Issues --> | <!--Running Costs --> | <!--Opinion-->{{N/A|untested }} |- |} === USB Monochrome === {| class="wikitable sortable" width="90%" ! width="10%" | Description ! width="5%" |Vendor ID ! width="5%" |Product ID ! width="5%" |Revision ! width="10%" |Postscript Support ! width="10%" |GutenPrint Support ! width="20%" |Hardware Issues ! width="10%" |Running Costs ! width="20%" |Opinion |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Postscript Support--> | <!--GutenPrint Support--> | <!--Hardware Issues --> | <!--Running Costs --> | <!--Opinion-->{{N/A|untested }} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Postscript Support--> | <!--GutenPrint Support--> | <!--Hardware Issues --> | <!--Running Costs --> | <!--Opinion-->{{N/A|untested }} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Postscript Support--> | <!--GutenPrint Support--> | <!--Hardware Issues --> | <!--Running Costs --> | <!--Opinion-->{{N/A|untested }} |- style="background:lightgrey; text-align:center; font-weight:bold;" | Description | Vendor ID | Product ID | Revision | Postscript Support | GutenPrint Support | Hardware Issues | Running Costs | Opinion |- | <!--Description-->Brother HL-1270N | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Postscript Support-->BRScript | <!--GutenPrint Support--> | <!--Hardware Issues --> | <!--Running Costs --> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Brother HL-3070CW Printer USB | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Postscript Support--> | <!--GutenPrint Support--> | <!--Hardware Issues --> | <!--Running Costs --> | {{N/A|BR-Script3 (PS3) untested}} |- | <!--Description-->Brother HL5240 HL5240L | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Postscript Support-->BRScript (PostScript Level 2) | <!--GutenPrint Support--> | <!--Hardware Issues --> | <!--Running Costs --> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Brother HL-7050N | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Postscript Support-->BR3 | <!--GutenPrint Support--> | <!--Hardware Issues --> | <!--Running Costs --> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Brother MFC-7860DW Monochrome B/W BW | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Postscript Support-->BR-Script BRScript (PostScript Level 3) | <!--GutenPrint Support--> | <!--Hardware Issues --> | <!--Running Costs --> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Brother HL4570CDWT | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Postscript Support--> | <!--GutenPrint Support--> | <!--Hardware Issues --> | <!--Running Costs --> | <!--Opinion-->{{N/A|untested }} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Postscript Support--> | <!--GutenPrint Support--> | <!--Hardware Issues --> | <!--Running Costs --> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Epson EPL-6200 Laser Printer USB | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Postscript Support--> | <!--GutenPrint Support--> | <!--Hardware Issues --> | <!--Running Costs --> | {{N/A|cheap to buy but untested - running cost unknown}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Postscript Support--> | <!--GutenPrint Support--> | <!--Hardware Issues --> | <!--Running Costs --> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Kyocera FS-1370DN | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Postscript Support--> | <!--GutenPrint Support--> | <!--Hardware Issues --> | <!--Running Costs --> | <!--Opinion-->{{N/A|untested }} |- | HP LaserJet CP1515n USB | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Postscript Support--> | <!--GutenPrint Support--> | <!--Hardware Issues --> | <!--Running Costs --> | {{N/A|cheap to buy but untested - running cost unknown}} |- | <!--Description-->Lexmark Optra E312 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Postscript Support-->built in? | <!--GutenPrint Support--> | <!--Hardware Issues --> | <!--Running Costs --> | <!--Opinion-->{{N/A|untested }} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Postscript Support--> | <!--GutenPrint Support--> | <!--Hardware Issues --> | <!--Running Costs --> | <!--Opinion-->{{N/A|untested }} |- |} === USB Color === {| class="wikitable sortable" width="90%" ! width="10%" | Description ! width="5%" |Vendor ID ! width="5%" |Product ID ! width="5%" |Revision ! width="10%" |Postscript Support ! width="10%" |GutenPrint Support ! width="20%" |Hardware Issues ! width="10%" |Running Costs ! width="20%" |Opinion |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Postscript Support--> | <!--GutenPrint Support--> | <!--Hardware Issues --> | <!--Running Costs --> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Brother hl-3075cw | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Postscript Support-->BR-Script 3 | <!--GutenPrint Support--> | <!--Hardware Issues --> | <!--Running Costs --> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Brother MFC-9120CN | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Postscript Support-->BRS3 | <!--GutenPrint Support--> | <!--Hardware Issues --> | <!--Running Costs --> | <!--Opinion-->{{N/A|untested }} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Postscript Support--> | <!--GutenPrint Support--> | <!--Hardware Issues --> | <!--Running Costs --> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->HP Color LaserJet 2500L (2003) USB | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Postscript Support--> | <!--GutenPrint Support--> | <!--Hardware Issues --> | <!--Running Costs --> | {{maybe|slow printing}} |- | HP Color LaserJet 2550L 2550Ln (2004) USB | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Postscript Support--> | <!--GutenPrint Support--> | <!--Hardware Issues --> | <!--Running Costs --> | {{maybe|slow printing}} |- | HP Color LaserJet CP1218, 2605, 3700, 4500, 4600, or 4650 series | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Postscript Support--> | <!--GutenPrint Support--> | <!--Hardware Issues --> | <!--Running Costs --> | {{maybe|slow printing}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Postscript Support--> | <!--GutenPrint Support--> | <!--Hardware Issues --> | <!--Running Costs --> | <!--Opinion-->{{N/A|untested }} |- | Konica Minolta Magicolour 4650EN | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Postscript Support--> | <!--GutenPrint Support--> | <!--Hardware Issues --> | <!--Running Costs --> | {{N/A|untested}} |- | Kyocera FS-1010 FS-1010N | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Postscript Support--> | <!--GutenPrint Support--> | <!--Hardware Issues --> | <!--Running Costs --> | {{N/A|untested}} |- | Kyocera FS-C5200DN | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Postscript Support--> | <!--GutenPrint Support--> | <!--Hardware Issues --> | <!--Running Costs --> | {{N/A|untested}} |- | <!--Description-->Kyocera Mita FS-1030D | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Postscript Support--> | <!--GutenPrint Support--> | <!--Hardware Issues --> | <!--Running Costs --> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Kyocera FS-C5150DN | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Postscript Support--> | <!--GutenPrint Support--> | <!--Hardware Issues --> | <!--Running Costs --> | <!--Opinion-->{{N/A|untested }} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Postscript Support--> | <!--GutenPrint Support--> | <!--Hardware Issues --> | <!--Running Costs --> | <!--Opinion-->{{N/A|untested }} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Postscript Support--> | <!--GutenPrint Support--> | <!--Hardware Issues --> | <!--Running Costs --> | <!--Opinion-->{{N/A|untested }} |- | Lexmark C540n | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Postscript Support--> | <!--GutenPrint Support--> | <!--Hardware Issues --> | <!--Running Costs --> | {{N/A|untested}} |- | Lexmark [http://www1.lexmark.com/products/view/Printers/Lexmark%20C780n/catId=cat10006-category&prodId=3907-product C780n] | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Postscript Support-->{{yes|works PS3 emulation only}} | <!--GutenPrint Support--> | <!--Hardware Issues --> | <!--Running Costs --> | |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Postscript Support--> | <!--GutenPrint Support--> | <!--Hardware Issues --> | <!--Running Costs --> | <!--Opinion-->{{N/A|untested }} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Postscript Support--> | <!--GutenPrint Support--> | <!--Hardware Issues --> | <!--Running Costs --> | <!--Opinion-->{{N/A|untested }} |- | OKI C3600 Color Laser | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Postscript Support--> | <!--GutenPrint Support--> | <!--Hardware Issues --> | <!--Running Costs --> | {{N/A|untested}} |- | <!--Description-->Samsung CLP-315 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Postscript Support-->untested | <!--GutenPrint Support--> | <!--Hardware Issues --> | <!--Running Costs --> | <!--Opinion-->{{N/A|untested }} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Postscript Support--> | <!--GutenPrint Support--> | <!--Hardware Issues --> | <!--Running Costs --> | <!--Opinion-->{{N/A|untested }} |- | Xerox 618x Color Laser | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Postscript Support--> | <!--GutenPrint Support--> | <!--Hardware Issues --> | <!--Running Costs --> | {{N/A|untested}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Postscript Support--> | <!--GutenPrint Support--> | <!--Hardware Issues --> | <!--Running Costs --> | <!--Opinion-->{{N/A|untested }} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Postscript Support--> | <!--GutenPrint Support--> | <!--Hardware Issues --> | <!--Running Costs --> | <!--Opinion-->{{N/A|untested }} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Postscript Support--> | <!--GutenPrint Support--> | <!--Hardware Issues --> | <!--Running Costs --> | <!--Opinion-->{{N/A|untested }} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Postscript Support--> | <!--GutenPrint Support--> | <!--Hardware Issues --> | <!--Running Costs --> | <!--Opinion-->{{N/A|untested }} |- |} See [http://www.irseesoft.de/tp_drive7.htm here] for compatibility with TP7 (TurboPrint 7) Last update 2004. Not tested under emulation. Janus-UAE, [http://aros-exec.org/modules/newbb/viewtopic.php?start=0&topic_id=4407&viewmode=flat&order=ASC Emumiga]. OS3.x support via [http://aminet.net/package/comm/tcp/NetPrinter NetPrinter] and [http://www.os4depot.net/index.php?function=browse&cat=driver/printer OS4 drivers] and [http://amigaworld.net/modules/newbb/viewtopic.php?topic_id=33955&forum=27#622365 experiences]. usbparallel.device untested with USB->Centronics - The printer.class is rather 'clever'. It remembers to which unit the printers were connected (until you reboot). So if you first plug in Printer1, it gets unit 0, and Printer2 gets unit 1. If you now remove both printers and replug Printer2, it still will get unit 1 and not 0. This is used not to confuse the programs using the different units (moreover, if some program uses the usbparallel.device unit of an USB printer, and the printer is unplugged, the device unit cannot be freed immediately as the application still keeps it open). Sticking to the same units is generally a good idea I think (and therefore this mechanism is also used with all other classes creating exec.devices). You may not send a short packet (packet less than maxpktsize == 64) nor zero byte packets until the very last byte of your printout. Otherwise the printer will silently ignore the data you sent. Some printer drivers print very short sequences that never fill the endpoint buffer, so printer ignore them. Bufferize all printer driver writes in the ieee1284.device and send them by epsize packets. So my hppsc2210 works fine with a classic HP560C driver, on a classic A2000 subwayized :) {| class="wikitable sortable" width="90%" ! width="30%" | Description ! width="5%" |Vendor ID ! width="10%" |Product ID ! width="10%" |Revision ! width="50%" |Opinion |- | Beige cream D shape centronics end (Prolific chipset?) | | | | {{N/A|untested}} |- | Belkin F5U002v1 centronics end (chipset?) | | | | {{N/A|untested}} |- | Belkin F5U002VEA v2 centronics end (Prolific PL2305L chipset) | | | | {{N/A|untested}} |- | DYNAMODE USB-C-PP-1284 USB to 36pin (Prolific 2305 chipset) | 0x067b | 0x2305 | 0x02 | {{N/A|untested but similar to BAFO below}} |- | IOGear GUC1284B | | | | {{N/A|untested}} |- | My-Link (raised ellipse on centronics plastic end) (unknown chipset) | | | | {{N/A|untested but more expensive }} |- | NEWLink (Prolific chipset?) | | | | {{N/A|untested}} |- | Targus PA096E centronics end (chipset?) | | | | {{N/A|untested}} |- | TRENDnet ware TU-P1284 | | | | {{N/A|untested}} |- | True PnP (Prolific chipset 2305) cheap 36pin Centronics (series of ridges along both short sides) | 0x067b | 0x2305 | 2.00 | {{N/A|untested on BAFO BF-1284 but reports of poor quality and lack of support on other OSs }} |- style="background:lightgrey; text-align:center; font-weight:bold;" | Description | Vendor ID | Product ID | Revision | Opinion |- | Transparent See Through Blue | | | | {{N/A|untested but possible poor quality build }} |- | Dynamode USB-PARALLEL 25pin female (prolific) | 0x067b | 0x2305 | 0x02 | {{N/A|untested}} |- | FDL USB to 25pin | | | | {{N/A|untested}} |- | PlusKom USB to 25pin female connector for printer (IEEE 1284) | | | | {{N/A|untested}} |- | [http://www.dealextreme.com/p/compact-usb-to-bf-25f-port-adapter-cable-1-5-meter-10118 QinHeng Electronics] (CH340S chipset) | 0x1a86 | 0x7584 | | {{N/A|untested curvy sides - flat top }} |- | StarTech | | | | {{N/A|untested}} |- | Syba SD-USB-DB25 | | | | {{N/A|untested}} |- |} ;Paper <pre> 4CC () 5 Star (Spicers) Berga Speed (Stora Enso) Canon Clairefontaine Color Copy () Conqueror (Antalis) Data Copy Logic 300 (M-Real Corporation) Discovery () Double A () Elite Image () EP4 () Evolve () Hammermill () HP Image Business, Impact and Volume () Initiative (Integra) Motif (Robert Horne) Navigator (Navigator Office Paper Solutions) Paperone () Sparco () Xerox (Xerox) </pre> ==rawwrap.class - some scanners supported== [http://www.ppa.pl/bugtracker/index.php?id=6 Betascan Bugtracker] and [http://aminet.net/search?query=betascan Search for Betascan] [http://www.sane-project.org/sane-backends.html ] and AROS-Exec [http://aros-exec.org/modules/newbb/viewtopic.php?start=0&topic_id=3662&viewmode=flat&order=ASC thread]. [http://www.sane-project.org/sane-backends.html#S-EPSON2 Epson2] with Betascan {| class="wikitable sortable" width="90%" ! width="30%" | Description ! width="5%" |Vendor ID ! width="10%" |Product ID ! width="10%" |Revision ! width="50%" |Opinion |- | Expression 1600 1640XL 1680 10000XL | 0x04b8 | 0x0107 | | {{N/A|untested}} |- | Prefection 1200U, 1200 Photo, | 0x04b8 | 0x0104 | | {{N/A|recognised but untested }} |- | Perfection 1240U | 0x04b8 | 0x010b | | {{N/A|untested In Trident, click on "Classes", then on "rawwrap.class", then on "Configure". There, under "Global", activate the Option "Bind to Vendor/Unknown Interfaces". Now go to the second tab "Default Interface" and select/enter these values: Default usbraw.device Unit: 0 Exclusive access: Yes Out NAK Timeout: 20000ms In NAK Timeout: 20000ms In Buffer Mode: No buffering Buffer Size: 36 KB Short Reads Terminate: Yes Now click on "Use as Default" and select "Devices" on the left. There, click on your scanner and click on "Class Scan". Now close Trident by clicking on "Save". }} |- | Perfection 1640SU Photo | 0x04b8 | 0x010a | 0x0104 | {{yes|works, even the transparency unit}} |- | Perfection 1650 Photo, 1660 Photo, 3200 Photo | 0x04b8 | 0x011c | | {{N/A|recognised but untested}} |- | Perfection 2400 Photo, 2450 Photo | 0x04b8 | 0x011b | | {{N/A|untested}} |- | Perfection 4870 Photo, 4990 Photo, | 0x04b8 | 0x0128 | | {{N/A|untested}} |- | Perfection V700 V750 Photo | 0x04b8 | 0x012c | | {{N/A|untested}} |- | Stylus CX2800 2900 3200 3500 3600 3650 3700 3800 3900 Stylus CX4100 4200 3500 4600 4700 4800 4900 500 5100 5200 5300 5400 5900 | 0x04b8 | 0x0802 | | {{N/A|untested}} |- | Stylus Office BX300F USB | 0x04b8 | 0x0848 | | {{yes|[http://aros-exec.org/modules/newbb/viewtopic.php?post_id=51637#forumpost51637 works with good scan quality]}} |- |} [http://www.meier-geinitz.de/sane/gt68xx-backend/ gt68xx] - SCANdal with Betascan {| class="wikitable sortable" width="90%" ! width="30%" | Description ! width="5%" |Vendor ID ! width="10%" |Product ID ! width="10%" |Revision ! width="50%" |Opinion |- | Artec Ultima 2000 | 0x05d8 | 0x4002 | | {{N/A|untested - (ePlus2k.usb / Gt680xfw.usb)}} |- | Genius Colorpage Vivid3x 4x 1200x | 0x0458 | 0x2011 to 0x201f | | {{N/A|untested - (ccd548.fw)}} |- | BearPaw 2448 CS TA Plus | 0x055f | 0x021a | | {{N/A|untested }} |- | Mustek BearPaw 1200 CS | 0x055f | 0x021e | | {{N/A|untested - ([http://www.meier-geinitz.de/sane/gt68xx-backend/firmware/A1fw.usb A1fw.usb])}} |- | Mustek ScanExpress 1200 UB plus (plus only!!) | 0x05d8 | 0x4002 | | {{N/A|untested - ([http://www.meier-geinitz.de/sane/gt68xx-backend/firmware/sbfw.usb sbfw.usb])}} |- | Mustek ScanExpress 1248 UB | 0x055f | 0x021f | | {{N/A|untested - ([http://www.meier-geinitz.de/sane/gt68xx-backend/firmware/SBSfw.usb SBSfw.usb])}} |- | Packard Bell Diamond 1200 Plus | 0x055f | 0x021c or 0x021b | 0x0 | {{yes|works - [http://www.meier-geinitz.de/sane/gt68xx-backend/ firmware required] but slow usb 1.1 speed with ok quality output (scanner fault not scandal)}} |- | Mustek BearPaw 2400CS TA (Goodmans GSC 12/24) | 0x055f | 0x0218 | | {{N/A|untested (Transparency adapter untested) }} |- | BearPaw 2400 CS TA Plus | 0x055f | 0x0219 | | {{N/A|untested (Transparency adapter) }} |- | Packard Bell Diamond 2400 Plus (BearPaw 2400 CU Plus) | 0x055f | 0x021d | 1.00 | {{yes|works - [http://www.meier-geinitz.de/sane/gt68xx-backend/ firmware required] but slow usb 1.1 speed with ok quality output (scanner fault not scandal)}} |- | Plustek OpticPro 1248U | 0x07B3 | 0x0400/0x0401 | | {{N/A|untested - (ccd548.fw)}} |- | Plustek OpticSlim 2400 | 0x07b3 | 0x0422 | | {{N/A|untested - (cis3R5B1.fw)}} |- | Visioneer OneTouch 7300 | 0x04a7 | 0x0444 | | {{N/A|untested - (Cis3r5b1.fw)}} |- | Lexmark All-in-One X70 X73 | | | | {{N/A|untested}} |- |} Lexmark - needs testing {| class="wikitable sortable" width="90%" ! width="30%" | Description ! width="5%" |Vendor ID ! width="10%" |Product ID ! width="10%" |Revision ! width="50%" |Opinion |- | Lexmark X1110 | | | | {{N/A|untested}} |- | Lexmark X1140 | | | | {{N/A|untested}} |- | Lexmark X1150 | | | | {{N/A|untested}} |- | Lexmark X1170 | | | | {{N/A|untested}} |- | Lexmark X1180 | | | | {{N/A|untested}} |- | Lexmark X1185 | 0x043d | 0x007c | | {{N/A|untested}} |- | Lexmark X12xx | | | | {{N/A|untested in USB1.1, not fully tested in USB2.0}} |- style="background:lightgrey; text-align:center; font-weight:bold;" | Description | Vendor ID | Product ID | Revision | Opinion |- | | | | | |- | Dell A920 | | | | {{N/A|untested}} |- |} HP - no driver {| class="wikitable sortable" width="90%" ! width="30%" | Description ! width="5%" |Vendor ID ! width="10%" |Product ID ! width="10%" |Revision ! width="50%" |Opinion |- | HP ScanJet 4100C | 0x03f0 | 0x0101 | | {{no|no driver}} |- | HP ScanJet 5200C | 0x03f0 | 0x0401 | | {{no|no driver}} |- | HP ScanJet 62X0C | 0x03f0 | 0x0201 | | {{no|no driver}} |- | HP ScanJet 63X0C | 0x03f0 | 0x0601 | | {{no|no driver}} |- | HP | 0x03f0 | 0x0102, 0x0105, 0x0205, 0x0305, 0x0405 | | {{no|no driver}} |- | HP | 0x03f0 | 0x0705, 0x0805, 0x0901, 0x0a01 | | {{no|no driver}} |- | HP | 0x03f0 | 0x1205, 0x1305, 0x2005, 0x2205 | | {{no|no driver}} |- |} Plustek [http://www.sane-project.org/sane-backends.html#S-PLUSTEK LM983x] - no driver {| class="wikitable sortable" width="90%" ! width="30%" | Description ! width="5%" |Vendor ID ! width="10%" |Product ID ! width="10%" |Revision ! width="50%" |Opinion |- | Plustek OticPro U12 UT12 UT16 U24 UT24 | 0x07B3 | 0x0010 to 0x0017 | | {{no|no driver}} |- | KYE/Genius Colorpage HR6-V2 HR6A HR7 HR7LE HR6X | 0x0458 | 0x2008 to 0x2016 | | {{no|no driver}} |- | Hewlett-Packard ScanJet 2100C and 2200C | 0x03F0 | 0x0505 and 0x0605 | | {{no|no driver}} |- | Mustek BearPaw 1200 and 2400 | 0x0400 | 0x1000 and 0x1001 | | {{no|no driver}} |- | UMAX 3400/3450 and 5400 | 0x1606 | 0x0050, 0x0060 and 0x0160 | | {{no|no driver}} |- | Epson Perfection 1250 and 1260 | 0x04B8 | 0x010f and 0x011d | | {{no|no driver}} |- | CANON CanoScan N650/656U N1220U D660U N670/676U N1240U LIDE20 LIDE25 LIDE30 | 0x04A9 | 0x2206 to 0x2220 | | {{no|no driver}} |} [http://snapscan.sourceforge.net/ SnapScan] - no driver {| class="wikitable sortable" width="90%" ! width="30%" | Description ! width="5%" |Vendor ID ! width="10%" |Product ID ! width="10%" |Revision ! width="50%" |Opinion |- | Acer Benq 310U, 320U, 340U | 0x4a5 | 0x0 | | {{no|no driver}} |- | Acer Benq 620U, 620UT, 640U, 640UT | 0x4a5 | 0x20 | | {{no|no driver}} |- | Acer Benq 1240 3300 4300 | 0x4a5 | 0x020 | | {{no|no driver}} |- | Agfa SnapScan e10 e20 e25 e26 e40 e42 e50 e52 | 0x06bd | 0x20 | | {{no|no driver}} |- | Epson Perfection 660 | 0x04b8 | 0x0114 | | {{no|no driver}} |- | Epson Perfection 1270 1670 | 0x04b8 | 0x0 | | {{no|no driver}} |- | Epson Perfection 2480 2580 | 0x04b8 | 0x0 | | {{no|no driver}} |- | Epson Perfection 3490 3590 | 0x04b8 | 0x0 | | {{no|no driver}} |- | Mitsubishi | 0x0 | 0x0 | | {{no|no driver}} |- |} ==hub.class (self-powered and external ac powered hubs)== {| class="wikitable sortable" width="90%" ! width="30%" | Description ! width="5%" |Vendor ID ! width="10%" |Product ID ! width="10%" |Revision ! width="50%" |Opinion |- | <!--Description-->Dynamode USB-H41 4 ports | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion--> |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion--> |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Description | Vendor ID | Product ID | Revision | Opinion |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion--> |- | Belkin 4 Port | | | | {{yes|works}} |- | Conrad | | | | {{yes|[http://www.a1k.org/forum/showthread.php?t=11432 works on a1k forum] }} |- | DLink DUB-H4 AC Adapter | 0x05e3 | 0x0608 | High 0200 | {{maybe|WARNING Genesys Logic Hub Broken - Will cause failures with USB}} |- | [http://service.targa.co.uk/faq.php?lang_id=2&baseid=178&artdesc=SilverCrest+USB+Hub+2040&artid=760&artpic=silvercrestHUB2040.jpg SilverCrest 4-port slim USB 2.0 HUB - HUB2040 (40775) - Targa GmbH] | 0x05e3 | 0x0608 | 0901 | {{yes|works Genesys Logic, Inc., [http://service.targa.co.uk/dokumente/USB_HUB_2040_0109_manual_EN.pdf Manual]}} |- | Skymaster | 0x05e3 | 0x0605 | 060B | {{yes|works}} |- | No Name active 4-port | 0x1a40 | 0x0101 | 0111 | {{yes|works}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion--> |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion--> |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Description | Vendor ID | Product ID | Revision | Opinion |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion--> |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion--> |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion--> |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion--> |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion--> |- | <!--Description-->Thinkpad USB 3.0 Dock DU9019D1 | <!--Vendor ID-->0x17e9 | <!--Product ID-->0x4302 | <!--Revision-->0014 | <!--Opinion-->{{Maybe|works a bit}} classed as dfu.class with two further USB 2.0 hubs - USB 3.0 ports detected and work (2.0 backwards compatibility) - DisplayLink DL-3900 with VIA VL811 chipset - usb ethernet not working - two dvi not working - 20V psu 2a (40w) with a 5.5 - 2.5mm tip (no bus power) - data through a-b printer/scanner usb lead - |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion--> |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Description | Vendor ID | Product ID | Revision | Opinion |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion--> |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion--> |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion--> |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion--> |- |} ==USB &rarr; ethernet lan adaptor== *2002 playstation 2 usb lan era - best support *2006 wii asix era - some support but very much miss than hit *2009 little or no support * USB1.1 Up to 010 meg broadband (1.25MBytes/s) - ADM8511, DM9601 best supported time * USB2.0 Up to 400 meg broadband (60MBytes/s) - MCS7830, AX88172, AX88772, AX88178 a little but not much * USB3.0 Over 400 meg broadband (60+MBytes/s) - AX88179 no support ADMtek ADM8511 Pegasus II (USB 1.1 and 10Mbit/s - Sony PlayStation 2 network adapter) {| class="wikitable sortable" width="90%" ! width="30%" | Description ! width="5%" |Vendor ID ! width="10%" |Product ID ! width="10%" |Revision ! width="50%" |Opinion |- | 3Com 3c460b | | | | {{N/A|untested}} |- | Abocom UFE1000 / Abocom DSB650TX | | | | {{N/A|untested}} |- | Accton USB320-EC / Accton SpeedStream Ethernet | 0x083a | 0x0320 | | {{N/A|untested}} |- | AEI USB Fast Ethernet / Allied Telesyn AT-USB100 | | | | {{N/A|untested}} |- | ATEN UC-110T | 0x0557 | 0x4000 | | {{N/A|untested}} |- | BAFO USB To Ethernet Adapter BF-310 | | | | {{N/A|untested}} |- | Belkin F5D5050 v1 1101 | | | | {{yes|works from old amiga.org post, now removed}} |- | Belkin F5D5050 v2 2101 | | | | {{no|does not works}} |- | Belkin F5U122-PC | | | | {{N/A|untested}} |- | Billionton USB-100 / Billionton USBLP-100 | | | | {{N/A|untested}} |- | Billionton USBEL-100 / Billionton USBE-100 | | | | {{N/A|untested}} |- | Compex LinkPort/UE202A | | | | {{N/A|untested}} |- | D-Link DSB-H3ETX | | | | {{N/A|untested}} |- | D-Link DSB-650 / D-Link DSB-650TX / D-Link DSB-650TX-PNA | 0x2001 | 0x4000 | | {{N/A|untested}} |- | D-Link DU-E10 / D-Link DU-E100 | 0x2001 | | | {{N/A|untested}} |- | Edimax USB Ethernet Adapter EU-4201 | | | | {{N/A|untested}} |- | Elsa AG MicroLink USB2 Lan Ethernet adapter | 0x05cc | 0x3000 | 1.01 | {{N/A|untested}} |- | GetNet | | | | {{N/A|untested}} |- | GIGABYTE GN-BR402W Wireless Router | | | | {{N/A|untested}} |- | GWC Tech USB Ethernet Adapter | | | | {{N/A|untested}} |- | Hawking UF100 | | | | {{N/A|untested}} |- | HP HN210E / I/O DATA USB ETTX / Kingston KNU101TX | | | | {{N/A|untested}} |- | Jinco USB Ethernet Adapter 10/100 Base-T UE-110 | | | | {{N/A|untested}} |- | Kouwell USB to Ethernet 588A | | | | {{N/A|untested}} |- | Linksys USB10T / TA / TX | 0x066b | 0x2202 | | {{N/A|untested - possible peg1/peg2}} |- | Linksys (Cisco) USB100TX / H1 | | | | {{N/A|untested but TiVo compatible }} |- | Logitec LAN-TX/U1 H2 | | | | {{N/A|untested}} |- | [http://www.mayflash.com/psps2/ps2024/ps2024.htm Mayflash PS2024] Playstation2 compatible clone of Proxim/Farallon NetLine? | 0x07a6 | 0x8511 | 1.01 | {{yes|works with DHCP router option }} |- | Netgear FA101 | | | | {{N/A|untested}} |- | Philips CPWUE01/00 | | | | {{N/A|untested}} |- | Planet UE-9500 | | | | {{N/A|untested}} |- | PlayStation 2 SCPH-10000 50000 models | | | | {{N/A|untested}} |- | Proxim (formerly Farallon) NetLine USB PN796-650 | | | | {{N/A|untested}} |- | Siemens SpeedStream USB | | | | {{N/A|untested}} |- | SOHOware NUB100 | | | | {{N/A|untested}} |- | SMC EZNET-USB 2202USB/ETH / SMC 2206USB/ETH | 0x0707 | 0x0100 0x0200 0x0201 | | {{N/A|untested but should work very well }} |- | Surecom EP-1427X 100/10M | | | | {{N/A|untested}} |- | Target USB to 10/100M Fast Ethernet Converter | | | | {{N/A|untested}} |- | <!--Description-->Trendnet TU-ET100C | 0x07a6 | 0x8511 | 0x0 | {{N/A|untested but works well, very stable}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Description | Vendor ID | Product ID | Revision | Opinion |- | <!--Description-->Digitus USB NIC DN-3016-A | 0x07a6 | 0x8513 | 1.01 | {{N/A|untested but new chipset - be aware }} |- | Digitus lanusb ADM8515 | 0x07a6 | 0x8515 | 1.01 | {{N/A|untested but new chipset - be aware }} |- | VE285 usblan ADMtek 8515 | 0x07a6 | 0x8515 | 1.01 | {{no|not working but new chipset - be aware }} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion--> |- |} Davicom DM9601 eth (USB 1.1 and up to 10Mbit/s) {| class="wikitable sortable" width="90%" ! width="30%" | Description ! width="5%" |Vendor ID ! width="10%" |Product ID ! width="10%" |Revision ! width="50%" |Opinion |- | Davicom USB-100 see clone below | 0x0a46 | 0x9601 | | {{N/A|untested}} |- | [http://wiki.maemo.org/USB_to_ethernet_networking chinese translucent transparent crystal blue] but variants are also found in clear, white and black. Just over 6&nbsp;cm long. | 0x0a46 | 0x9601 | 0x0 | {{N/A|untested but success can be sporadic with these. They are technically okay, but lacking in reliability. Out of 4 tested by me, only 2 worked. One case cracked open. }} |- | Corega FEther USB-TXC | 0x07aa | 0x9601 | | {{N/A|untested}} |- | Dynamode USB-NIC-1427-100 | | | | {{N/A|untested}} |- | Hirose USB-100 | 0x0a47 | 0x9601 | | {{N/A|untested}} |- | KY-RS9600 | | | | {{yes|[http://www.amiga.org/forums/showpost.php?p=585358&postcount=12 works] }} |- | ShanTou ST268 USB NIC | 0x0a46 | 0x0268 | | {{N/A|untested}} |- | ZT6688 USB NIC | 0x0a46 | 0x6688 | | {{N/A|untested}} |- | <!--Description-->USB 2.0 10/100M Ethenet Adaptor JP1081B | <!--Vendor ID-->0x0FE6 | <!--Product ID-->0x9700 | <!--Revision-->0101 | <!--Opinion-->{{No|only USB 1.1 10M ethernet support but will plug into an usb 2.0 port}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion--> |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion--> |- |} MosChip MCS7830 (USB 2) {| class="wikitable sortable" width="90%" ! width="30%" | Description ! width="5%" |Vendor ID ! width="10%" |Product ID ! width="10%" |Revision ! width="50%" |Opinion |- | Digitus DN-10050 | 0x9710 | 0x7830 | 0x0 | {{N/A|untested}} |- | Edimax [http://www.edimax.co.uk/images/Image/datasheet/USB/EU-4206/EU-4206.pdf EU-4206] | | | | {{N/A|untested}} |- | Speed Dragon | | | | {{N/A|untested}} |- | STLabs | | | | {{N/A|untested}} |- | StarTech Compact USB2105S [http://www.kustompcs.co.uk/acatalog/info_6790.html USB2106S] | 0x9710 | 0x7830 | | {{N/A|untested}} |- | Sunrich Technologies [http://www.st-lab.com/admin/upfile/UploadFile/manual/manual(u-250).zip U-250] | | | | {{N/A|untested}} |- | Syba | | | | {{N/A|untested}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion--> |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Description | Vendor ID | Product ID | Revision | Opinion |- | <!--Description-->MCS 7832 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{No| }} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion--> |- |} Asix Eth 88172 88772(wii) 88772A 88178 (USB2 and up to 60meg broadband) {| class="wikitable sortable" width="90%" ! width="30%" | Description ! width="5%" |Vendor ID ! width="10%" |Product ID ! width="10%" |Revision ! width="50%" |Opinion |- | AirLink101 AGIGAUSB | | | | {{N/A|untested}} |- | ATEN UC210T | 0x0557 | 0x2009 | 0x | {{N/A|untested}} |- | <!--Description-->Billionton Systems USB2AR | <!--Vendor ID-->0x08dd | <!--Product ID-->0x90ff | <!--Revision--> | <!--Opinion--> |- | <!--Description-->Buffalo LUA-U2-KTX | <!--Vendor ID-->0x0411 | <!--Product ID-->0x003d | <!--Revision--> | <!--Opinion--> |- | <!--Description-->corega FEther USB2-TX | <!--Vendor ID-->0x07aa | <!--Product ID-->0x0017 | <!--Revision--> | <!--Opinion--> |- | D-Link DUB-E100 up to rev A4 | 0x2001 | 0x1a00 | | {{N/A|untested}} |- | <!--Description-->goodway corp USB gwusb2e | <!--Vendor ID-->0x1631 | <!--Product ID-->0x6200 | <!--Revision--> | <!--Opinion--> |- | Hawking UF200 | 0x07b8 | 0x420a | | {{N/A|untested}} |- | [Linksys USB200M] | 0x077b | 0x2226 | | {{yes|[http://www.amiga.org/forums/showpost.php?p=585601&postcount=20 works] }} |- | Netgear FA120 | 0x0846 | 0x1040 | | {{N/A|untested}} |- | Intellinet | 0x0b95 | 0x1720 | | {{N/A|untested}} |- | <!--Description-->JVC MP-PRX1 Port Replicator | <!--Vendor ID-->0x04f1 | <!--Product ID-->0x3008 | <!--Revision--> | <!--Opinion--> |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion--> |- | <!--Description-->ST Lab USB Ethernet | <!--Vendor ID-->0x0b95 | <!--Product ID-->0x1720 | <!--Revision--> | <!--Opinion--> |- | <!--Description-->Sitecom LN-029 "USB 2.0 10/100 Ethernet adapter" | <!--Vendor ID-->0x6189 | <!--Product ID-->0x182d | <!--Revision-->0 | <!--Opinion-->{{No| }} |- | <!--Description-->Surecom EP-1427X-2 | <!--Vendor ID-->0x1189 | <!--Product ID-->0x0893 | <!--Revision--> | <!--Opinion-->{{No| }} |- | TrendNet TU2-ET100 v2 | 0x07b8 | 0x420a | | {{Maybe|version 2}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Description | Vendor ID | Product ID | Revision | Opinion |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no| no driver}} |- | AirLink101 ASOHOUSB Wii | | | | {{N/A|untested}} |- | AirLive EtherWe-1000U | | | | {{N/A|untested}} |- | APPLE AX88772 Model No. A1277 MC704LL/A P/N 825-7098-A | 0x05ac | 0x1402 | | {{No|2008 }} |- | ASIX 88772 | 0x0b95 | 0x7720 | 0x0 | {{Maybe|[http://eab.abime.net/showthread.php?p=633744#post633744 works on Deneb] }} |- | Datel Wii Lan Adapter DUS0204 | | | | {{No| }} |- | Dealextreme SKU.5926 SKU.13972 | | | | {{No| }} |- | D-Link DUB-E100 rev B1 onwards | 0x07d1 or 0x2001 | 0x3c05 | | {{Maybe|works on Deneb with [http://amigax.com/2010/02/21/usb-ethernet-speed-test-amigaos-4-0-classic/ Amiga OS4 Classic] and [http://www.a1k.org/forum/showthread.php?t=11432 on a1k] }} |- | EdiMax EU-4207 | | | | {{N/A|untested}} |- | Goodway HE2230 Maplin ASIX 88772 | | | | {{N/A|untested}} |- | Intec LAN G5626 | | | | {{N/A|untested}} |- | LevelOne USB-0202 | 0x0b95 | 0x07720 | 0x | {{N/A|untested}} |- | LevelOne USB-0301 | 0x0b95 | 0x07720 | 0x | {{N/A|untested}} |- | <!--Description-->Linksys USB200M Rev 2 | <!--Vendor ID-->0x13b1 | <!--Product ID-->0x0018 | <!--Revision--> | <!--Opinion-->{{no| no driver}} |- | Mayflash W001 or clones Lupo/PEGA S-Wii-0680 light gray rectangular with third of one top 45 degree angled slope | 0x0b95 | 0x7720 | 0x0 | {{No|not working }} |- | Max Value MVF00446 ASIN B006EG568A | 0x0b95 | 0x7720 | 0x0 | {{Maybe|Poseidon recognises as AX88772 sometimes works}} |- | NEWLink N14050 | | | | {{N/A|untested}} |- | NEWLink Wii-ETH USB2.0 | | | | {{N/A|untested}} |- | Nintendo Wii LAN Adaptor 2110566 and clones | 0x0b95 | 0x07720 | 0x | {{Maybe|Poseidon recognises as AX88772 with usbasixeth.device sometimes works seems different phy chips can be matched affecting compatibility}} |- | Nyko Wii Net Connect 87024 | | | | {{yes|[http://www.amiga.org/forums/showpost.php?p=585624&postcount=22 works] }} |- | <!--Description-->0Q0 cable ethernet | <!--Vendor ID-->0x1557 | <!--Product ID-->0x7720 | <!--Revision--> | <!--Opinion-->{{N/A| driver}} |- | Sabrent KINAMAX | | | | {{N/A|untested }} |- | SpeedLink SL-3401-SGY | | | | {{N/A|untested }} |- | TrendNet TU2-ET100 v3 | | | | {{No|detected but not working}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Description | Vendor ID | Product ID | Revision | Opinion |- | <!--Description-->Afunta Apple-style White USB2.0 I/O Crest SY-ADA24005 USB 2.0 Ethernet Adapter | <!--Vendor ID-->0x0b95 | <!--Product ID-->0x772a | <!--Revision-->0x | <!--Opinion-->{{no|usbasixeth.device accepted by network prefs but does not work}} |- | APPLE AX88772A Model No. A1277 (MB442Z/A 0885909217434) MC704ZM/A PN 825-7579-A | 0x05ac | 0x1402 | | {{No|2010 model - auto negotiates but does not work with owb}} |- | Digitus DN-10050-1 | 0x0b95 | 0x772a | 0x0 | {{N/A|untested}} |- | Edimax EU-4230 | 0x0b95 | 0x772a | | {{no| no driver}} |- | Linksys USB300M | | | | {{no| no driver}} |- | Plugable USB2-E100 (2009/2010) Bulbous housing | 0x0b95 | 0x7720 | 0x0 | {{Maybe|Poseidon recognises it as 88x772A ?? using usbasixeth.device sometimes works}} |- | Sabrent KINAMAX NT-USB20 AX88772A | | | | {{no| no driver}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion--> |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Description | Vendor ID | Product ID | Revision | Opinion |- | <!--Description--> AX88772B | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no| no driver}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no| no driver}} |- | EdiMax EU-4208 | 0x0b95 | 0x772b | 0x | {{No|Detected but not working}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no| no driver}} |- style="background:lightgrey; text-align:center; font-weight:bold;" | Description | Vendor ID | Product ID | Revision | Opinion |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no| no driver}} |- | ArkView USB-G1000 AX88178 | | | | {{N/A|untested}} |- | Belkin F5D5055ea | 0x050d | 0x5055 | | {{Maybe| }} |- | <!--Description-->Buffalo LUA-U2-GT 10/100/1000 | <!--Vendor ID-->0x0411 | <!--Product ID-->0x006e | <!--Revision--> | <!--Opinion-->{{no| no driver}} |- | Digitus DN-3022 AX88178 | | | | {{N/A|untested}} |- | <!--Description-->IO-DATA ETG-US2 | <!--Vendor ID-->0x04bb | <!--Product ID-->0x0930 | <!--Revision--> | <!--Opinion-->{{Maybe| }} |- | Linksys USB1000EU | 0x1737 | 0x0039 | | {{Maybe| driver}} |- | PLANEX 1000BASE-T Gigabit | | | | {{no| no driver}} |- | Plugable USB2-E1000 + 8211CL PHY | 0x0b95 | 0x1780 | | {{N/A|PHY bit could be a problem }} |- | Sitecom LN 028 | | | | {{no| no driver}} |- | TrendNet TU2-ET100 v4 r4 v6 r6 | 0x07b8 | | | {{No|no support }} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Description | Vendor ID | Product ID | Revision | Opinion |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion--> |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion--> |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion--> |- | <!--Description-->Cable Matters SuperSpeed USB 3.0 RJ45 adapter | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion--> |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion--> |- | <!--Description-->SYBA SY-ADA24029 Gigabit AX88179 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{No| }} may depend on the PHY chip connected to the controller chipset |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion--> |- | <!--Description-->Tecknet UL699G | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion--> |- | <!--Description-->TeckNet® UL688G USB 3.0 10/100/1000 Base-T Ethernet port | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->AX88179 178A |- | <!--Description-->TeckNet® Orico UL677G 10/100 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion--> |- | TrendNet TU2-ET100 v6 | 0x07b8 | | | {{No|no support }} |- style="background:lightgrey; text-align:center; font-weight:bold;" | Description | Vendor ID | Product ID | Revision | Opinion |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion--> |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion--> |} ==USB &rarr; SerialPort Converter== * 2002 some support for early revisions of PL2303 * 2005 Prolific PL2303H PL-2303X and Pl-2303HX (same usb ids as pl2303) no support serialpl2303.class make sure you specify serialpl2303.device {| class="wikitable sortable" width="90%" ! width="30%" | Description ! width="5%" |Vendor ID ! width="10%" |Product ID ! width="10%" |Revision ! width="50%" |Opinion |- | ATEN UC-232A | 0x0557 | 0x2008 | Full 0x0300 | {{N/A|untested}} |- | IOGear GUC232A | 0x0557 | 0x2008 | Full 0x0110 | {{N/A|untested}} |- | Alcatel | 0x11f7 | 0x02df | | {{N/A|untested}} |- | BAFO BF-810 | 0x067B | 0x2303 | 0x0 | {{N/A|untested}} |- | Belkin F5U103 | 0x | 0x | 0x0 | {{N/A|untested}} |- | Davibe SP611 | 0x067B | 0x2303 | 0x0 | {{N/A|untested}} |- | Dcu10 | 0x0731 | 0x0528 | | {{N/A|untested}} |- | Elcom | 0x056e | 0x5003 | | {{N/A|untested}} |- | IOData | 0x04bb | 0x0a03 | 0x0 | {{N/A|untested}} |- | Itegno | 0x0eba | 0x1080 | | {{N/A|untested}} |- | Nokia CA42 | | | | {{N/A|untested}} |- | Radioshack | 0x1453 | 0x4026 | | {{N/A|untested}} |- | Ratoc | 0x0584 | 0xb000 | | {{N/A|untested}} |- | Samsung | 0x04e8 | 0x8001 | | {{N/A|untested}} |- | Siemens DCA-510 | 0x067B | 0x2303 | 0x0 | {{N/A|untested}} |- | Sitecom CN104 | 0x6189 | 0x2068 | | {{N/A|untested}} |- | Sitecom CN116 | 0x6189 | 0x2068 | | {{N/A|untested}} |- | Some Cut Ma620 | 0x0df7 | 0x0620 | | {{N/A|untested}} |- | Speed Dragon Multimedia MS3303H | | | | {{N/A|untested}} |- | Syntech | | | | {{N/A|untested}} |- | <!--Description-->Tripp | 0x2478 | 0x2008 | | {{N/A|untested}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Description | Vendor ID | Product ID | Revision | Opinion |- | <!--Description-->Airlink101 AC-USBS | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no|no driver }} |- | <!--Description-->Belkin F5U103v | 0x067B | 0x2303 | 0x0 | {{no|no driver }} |- | Dynamode U232-P9 | 0x067B | 0x2303 | 3.00 | {{no| no driver [http://koti.mbnet.fi/lonnberg/pl2303x.html linux patch] and using lsusb -v -d 067b:2303 gave bMaxPacketSize as 64 - pl2303x }} |- | Konig CABLE-146/2 USB to RS232 | 0x067b | 0x2303 | 4.00 | {{no|no driver }} |- | MANHATTAN 205146 USB to Serial Converter | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no|no driver }} |- | Sabrent SBT-USC1M | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no|no driver }} |- | <!--Description-->Trendnet TU-59 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no|no driver }} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion--> |- |} [http://www.ftdichip.com/index.html FTDI]-FT232RL.class {| class="wikitable sortable" width="90%" ! width="30%" | Description ! width="5%" |Vendor ID ! width="10%" |Product ID ! width="10%" |Revision ! width="50%" |Opinion |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no|no driver}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no|no driver}} |- | Sabrent CB-FTDI | | | | {{no|no driver TTL-232R cables use FTDI's [http://n1mm.hamdocs.com/tiki-index.php?page=USB+Interface+Devices FT232RQ ic device] }} |- | <!--Description-->Startech.com 1 Port FTDI USB to Serial RS232 DB9M Adapter Cable with COM Retention (small black box) ICUSB2321F | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no|no driver}} |- | <!--Description-->StarTech.com 2 Port FTDI USB to Serial RS232 Adapter Cable ICUSB2322F | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no|no driver}} |- style="background:lightgrey; text-align:center; font-weight:bold;" | Description | Vendor ID | Product ID | Revision | Opinion |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no|no driver}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no|no driver}} |} ==simplemidi.class and CAMD== Currently support includes * simplemidi.class for Tracker keymapping emulation which should work without modification * camdusbmidi.class follows the rules of the 68k implementation of Commodore's CAMD midi specification and usb class compliant for * interfaces - cables or boxes which convert usb to 5pin DIN plug midi * controllers - keyboards, drum machines, djay turntables, etc SimpleMidi maps some keyboard keys to corresponding computer keys as used by music trackers to emulate musical keyboard. All you need is a fully class-compliant USB MIDI control keyboard (controller). Plugging this in one of your USB ports, the camd.library will make the keyboard's MIDI IN/OUT ports available in the system. You'll then select the keyboard's MIDI IN port (referred to as a "cluster" in the CAMD terminology) for input, and the software instrument's cluster as output USB enabled controllers do not require hardware interfaces to be used by AROS and its' apps but AROS still needs implementing the code for a camd.library USB driver. The camdusbmidi.class may need to be modified to the [https://github.com/kmatheussen/camd AROS CAMD MIDI system] or [http://wayback.archive.org/web/*/http://heim.ifi.uio.no/~ksvalast/nsm/bin/* src] The response to the MIDI implementation in Poseidon has been very low. Only a few users have ever had the hardware to try it. There was only one MIDI Keyboard, without tone generator, used to develop the classes. If you want to connect external 5pin MIDI devices like keyboards to USB port(s), you'll need a hardware MIDI interface.... Cheapest MIDI controllers are less than 50 euros nowadays, but often lack legacy 5pin MIDI port (and only have USB). Sadly the same can not be said for 5 pin DIN midi USB2.0 interfaces. There was no audio 'class' for USB2 for quite some time, and as a result most of those interfaces need their own drivers, drivers which often don't exist in Linux. Some interfaces are USB2, but support USB1.1 Class Compliant operation at a lower feature set (16/48 for example). Checked hd-rec under my aros68k compile in uae and it seems to be working properly. Loaded some project, didn't even play as there is no ahi units set up yet, but it seems to accept the genuine amiga 68k camd.library. There is 2 different versions of camd.library on aminet for the original m68k. camd.lha (2.0) works but camd40.lha was unstable as it crashes when pressing stop after some play of midi data. Recording of audio works in hd-rec under winuae amiga os3.9. The aros68k version of camd didn't seem currently to initialize properly, maybe some overseen endian bug. On AROS Hosted/Linux the hostmidi driver (uses "/dev/midi")) did work at least somewhat with Bars & Pipes Professional. BnP also some trouble with song loading/saving and endianness, because of this external tools which can add additional "data" but the app has no idea of the layout of that data and therefore cannot safely do necessary endianness conversions. {| class="wikitable sortable" width="90%" ! width="20%" | Description ! width="10%" |Vendor ID ! width="10%" |Product ID ! width="10%" |Revision ! width="10%" |SimpleMidi ! width="10%" |CAMD ! width="30%" |Opinion |- | <!--Description-->Behringer BCF2000 midi interface | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->[http://www.behringer.com/EN/home.aspx Behringer] BCR2000 1in 2out | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->Behringer BCD3000 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->Behringer | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->Behringer X Touch | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} psu needed |- | <!--Description-->Behringer X-Touch Compact | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->Behringer X-Touch Mini | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->Roland Edirol UA-100 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}}1998 USB audio midi with onboard DSP |- | <!--Description-->Edirol Roland UM-2 2x2 | <!--Vendor ID-->0x0582 | <!--Product ID-->0x0005 | <!--Revision-->0200 | <!--SimpleMidi-->Not binding | <!--CAMD-->Not binding | {{No|1999 not bound to any midi class - tested Aros One 1.5}} |- | <!--Description-->Roland Edirol UA-100G | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}}1999 USB audio midi with onboard DSP |- | <!--Description-->Edirol UM-880 8x8 midi interface | <!--Vendor ID-->0x0582 | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | {{N/A|untested}}2000 under poseidon but works under [http://www.intuitionbase.com/static.php?section=en_home-studio OS4 Sirius stack] |- | <!--Description-->Edirol UM-1S | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | {{N/A|untested}}2000 |- | <!--Description-->Edirol UM-2E | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | {{N/A|untested}}2000 |- | <!--Description-->Edirol UA20 UA-20 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | {{No|detected but not working}} |- | <!--Description-->Edirol UM550 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | {{N/A|untested}}2001 |- | <!--Description-->Edirol UM-1X midi interface | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | {{N/A|untested}}2003 |- | <!--Description-->Edirol UM-1SX | <!--Vendor ID-->0x0582 | <!--Product ID-->0x0052 | <!--Revision-->0200 | <!--SimpleMidi--> | <!--CAMD--> | {{N/A|untested}}2003 |- | <!--Description-->Roland Edirol Cakewalk UM-2C - 2x2 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | {{N/A|untested}}2003 |- | <!--Description-->Roland Edirol Cakewalk UM 1G 1x1 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | {{N/A|untested}} |- | <!--Description-->Edirol Roland UM-2EX 2x2 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | {{N/A|untested }} |- | <!--Description-->Roland Cakewalk aka Edirol or UM 3G - 3x3 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | {{N/A|untested}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Playback--> | <!--Records--> | <!--Opinion--> |- | <!--Description-->emagic m4 2x4 AMT8 Unitor 8 Mk2 8x8 | <!--Vendor ID-->0x00d0 | <!--Product ID--> | <!--Revision-->0x010 0x0103 | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} 2000 offers MTS (Midi Time Stamping) |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Playback--> | <!--Records--> | <!--Opinion--> |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->Evolution U-Control UC-16 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | {{N/A|[http://aros-exec.org/modules/newbb/viewtopic.php?post_id=30882#forumpost30882 detected but untested]}} |- | <!--Description-->Evolution MK-249C | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->LogiLink USB to Midi In-Out | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested cheap cable version but issues with latency on other systems}} |- | <!--Description-->[http://www.ucapps.de/mbhp_usb.html MidiBox] Hardware Platform USB Module | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | {{N/A|untested}} |- | <!--Description-->Mackie Control Universal Pro XT with One Two Extenders | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->M-Audio Midisport UNO old version | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | {{N/A|untested}} |- | <!--Description-->M-Audio MidiMan 1x1 midi interface | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | {{N/A|untested}} [http://sourceforge.net/projects/linux-hotplug/ firmware update] |- | <!--Description-->M-Audio Midisport 2x2 ordinary | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | {{N/A|untested}} [http://usb-midi-fw.sourceforge.net/ firmware required], |- | <!--Description-->M-Audio UC-33 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | {{N/A|untested}} |- | <!--Description-->[http://www.amiga.org/forums/showthread.php?t=52920 Mark of the Unicorn Motu Fastlane] 2x2 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | {{No|[http://www.amiga.org/forums/showpost.php?p=560852&postcount=8 not working on OS4]}} |- | <!--Description-->Motu Micro Lite 1x1 and MOTU micro lite 5x5 USB | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | {{No| }} poor support and not class compliant |- | <!--Description-->Motu MIDI Express 128 8x8 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | {{No| }} poor support serial port only - offers MTS (Midi Time Stamping) A serial port based MIDI interface or a USB interface without MTS will have a MIDI slop of up to 2ms on record and playback. MTS provides accuracy for record and playback to around .3ms - five times more accurate than serial or non-MTS." |- | <!--Description-->Qcon | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->Sonuus B2M Bass MIDI Interface | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | {{N/A|untested}} |- | <!--Description-->Sonuus G2M | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | {{N/A|untested}} |- | <!--Description-->Steinberg CMC Series | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->Swisssonic MIDI1x1 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested on Aros but on AmigaOS There is no output at midichannel one and two. Hd-Rec is the only program with a minimal chance to work, but if play a midi file there is only output on some channels and if pressed stop the prog freezes or the whole system crashes}} |- | <!--Description-->SSL Nucleus | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->Teac Tascam US-428 midi interface | <!--Vendor ID-->0x0644 | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} 2000 |- | <!--Description-->Teac Tascam [http://web.archive.org/web/*/http://www.tascam.com/Products/US-224.html US-224] | <!--Vendor ID-->0x1604 | <!--Product ID-->0x8004 | <!--Revision-->0100 | <!--SimpleMidi-->{{No| }} | <!--CAMD-->{{No| }} | <!--Opinion-->{{No|2002 does not bind to any class}} |- | <!--Description-->Tascam US-1x2 | <!--Vendor ID-->0x0644 | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->Teac Tascam US-122 MKII midi interface | <!--Vendor ID-->0x0644 | <!--Product ID-->0x8021 | <!--Revision-->0100 | <!--SimpleMidi-->not binding | <!--CAMD-->not bound | <!--Opinion-->{{No|2004 detected but not working 2-in/2-out USB two XLR microphone preamps with phantom power for condenser microphones}} |- | <!--Description-->Teac Tascam US-200 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|no driver}} 2010 |- | <!--Description-->Teac Tascam US-400 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|no driver}} 2010 |- | <!--Description-->Teac Tascam US-600 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|no driver}} 2010 6in / 4 out, 4 xlr inputs, |- | <!--Description-->teac tascam US-1800 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|no driver}} 2010 |- | <!--Description-->Tascam US-2x2 | <!--Vendor ID-->0x0644 | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} 2014 5v dc power, midi out in, |- | <!--Description-->Tascam US-4x4 | <!--Vendor ID-->0x0644 | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->Tascam US-16x08 | <!--Vendor ID-->0x0644 | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->Tascam US-20x20 | <!--Vendor ID-->0x0644 | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->Yamaha UX-16 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested }} |- | <!--Description-->Yamaha Audiogram3 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} |- style="background:lightgrey; text-align:center; font-weight:bold;" | Description | Vendor ID | Product ID | Revision | SimpleMidi | CAMD | Opinion |- | <!--Description-->Akai EIE and Pro version midi interface | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Playback--> | <!--Records--> | <!--Opinion-->{{N/A|driver}} dc 6v power - 3 USB hubs, midi in out , |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->Alesis I/O2 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A| driver}} |- | <!--Description-->Alesis IO2 Express | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A| driver}} |- | <!--Description-->Alesis IO4 Express | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A| driver}} |- | <!--Description-->Alyseum AL-22 AL22c | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->Alyseum AL-88 Schneidersladen AL88c | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} ethernet no support |- | <!--Description-->Alyseum U3-88c Midi Interface | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} no CopperLan support Midi network using a UTP Ethernet patch cable) but |- | <!--Description-->ART Usb Mix | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} |- | Creative EMU 0404/USB midi interface | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | {{N/A|untested}} 2006 |- | Creative EMU XMIDI 1X1 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | {{N/A|untested}} 2008 |- | <!--Description-->Creative E-MU Xmidi 1x1 Tab (V3) | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} tab version class compliant but report that when transferring 'System Exclusive' messages (SysEx) the unit could not handle the highest data rate leading to data corruption |- | Creative EMU XMIDI 2x2 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | {{N/A|untested}} 2008 |- | <!--Description-->Digidesign Mbox 2 Mini | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} USB powered |- | <!--Description-->Digidesign Mbox II Pro | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} USB powered |- | <!--Description-->Engl z-7 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->Elektron TM-1 1in 1out | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->ESI MidiTerminal M4U 4x4 midi interface | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | {{N/A|untested }}supposedly class compliant - USB bus powered - |- | <!--Description-->ESI MidiTerminal M8U 8x8 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | {{N/A|untested }} |- | <!--Description-->ESI MidiTerminal M4U XL 4x4 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | {{N/A|untested }} ploytec chipset |- | <!--Description-->ESI MidiTerminal M8U XL 8x8 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | {{N/A|untested }} no hardware routing e.g. x on input 5 to synth y on output 7 - ploytec chipset |- | <!--Description-->ESI MidiMate 1x1 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | {{N/A|untested}} supposedly class compliant - USB bus powered |- | <!--Description-->ESI MidiMate II 2 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | {{N/A|untested}} |- | <!--Description-->ESI ROM I/O | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | {{N/A|untested}} 2005 romio version |- | <!--Description-->ESI MidiMate eX midi interface | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}}2010 |- | <!--Description-->ESI M4U XT | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}}2010 |- | <!--Description-->ESI M8U XL 8in 8out | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | {{N/A|untested }}2010 |- | <!--Description-->iCON CubeMi 3 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} class compliant? |- | <!--Description-->iConnectivity | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->iConnectivity mio | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} class compliant but reported issues with sending System Exclusive (SysEx) MIDI messages or cases were people reported MIDI signals getting cut off |- | <!--Description--> iConnectMidi interface | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->iCM2 iCM4 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->iConnectivity iConnectMIDI4+ L | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} class compliant but may not work well with other interfaces |- | <!--Description-->IK Multimedia iRig MIDI 2 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} class compliant |- | <!--Description-->iRig Pro | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->Kenton Electronics | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->MidiPlus Midi 2x2 midi interface | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A| driver}} |- | <!--Description-->MidiPlus Midi 4x4 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} supposedly class compliant - USB bus powered |- | <!--Description-->MidiTech MIT-00151 Midiface 4x4 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->M-Audio Midisport UNO only if box is labeled Class Compliant and latest MIDISPORT 1x1 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | {{N/A|untested}} |- | <!--Description-->M-Audio Midisport 2x2 Anniversary Edition | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | {{N/A|untested}} does not need firmware - supposedly plug and play - |- | <!--Description-->M-Audio Midisport 4x4 Anniversary Edition | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | {{N/A|untested}} rumored does not need firmware - supposedly plug and play - issues with its firmware but this was only a small number of people. Some also would have liked it to have configurable routing |- | <!--Description-->Maudio Fast Track Ultra 8R | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A| driver}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A| driver}} |- | <!--Description-->Native Instruments Komplete Audio 6 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A| driver}} |- | <!--Description-->Peavey Xport | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A| driver}} guitars only |- | <!--Description-->Roland UM-ONE mk2 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|2010 driver}} USB class compliant - switch to TAB setting |- | <!--Description-->Unbranded cable | 0x552d | 0x4348 | F110 | <!--SimpleMidi-->{{No|does not bind}} | <!--CAMD-->{{Maybe|detected but no usb driver in devs/midi for camd to use}} | <!--Opinion-->{{No|detected but not working}} the USB-MIDI conversion functionality of the cheapo USB MIDI "cable" interface is simply lacking, possibly being incapable of handling MIDI strings longer than 3 bytes long SysEx strings (e.g. SysEx dumps) |- | <!--Description--> gm5 USB midi chip DIY option only | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} |- style="background:lightgrey; text-align:center; font-weight:bold;" | Description | Vendor ID | Product ID | Revision | SimpleMidi | CAMD | Opinion |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->Akai APK midi controller | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->Akai MPK Mini Laptop Production Keyboard | <!--Vendor ID-->0x09e8 | <!--Product ID-->0x007c | <!--Revision-->0100 | <!--SimpleMidi-->{{No|does not bind}} | <!--CAMD-->{{Maybe|detected but no usb driver in devs/midi for camd to use}} | <!--Opinion-->{{No|detected but not working}} 25 mini key powered by mini USB lead |- | <!--Description-->Akai LPK | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} velocity sensitive mini keys with synth action - weak USB port |- | <!--Description-->Akai MPK Mini MKII | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} USB midi connection only - |- | <!--Description-->Akai Professional MPK249 MPK261 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} full keys semi-weighted - |- | <!--Description-->Akai Professional Advance 49 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->AKAI Professional APC Key 25 Compact 40 Mini | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A| driver}} |- | <!--Description-->AKAI Max25 control keyboard | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} not usb compliant |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->Alesis V25 V49 V61 midi controller | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->Alesis Q25 Q49 Q61 Q88 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->Alesis V Mini | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->Alesis VI49 VI61 midi controller | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->Alesis VX49 VX61 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} 1 5-pin MIDI input, 1 5-pin MIDI output, 1 USB port, |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->Arturia MiniLab mkII | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->Arturia KeyLab 88 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} hammer-action Fatar keybed |- | <!--Description-->Arturia Keystep 32 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} 32 mini keys usb compliant |- | <!--Description-->Behringer U-Control UMX 610 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->Behringer U-Control UMX490 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->Cheetah MS6 midi controller | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->Creative EMU Xboard 25 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->CME M-Key 49 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->CME Xkey | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} full size pressure sensitive with polyphonic aftertouch but keys make too much noise and that they can be too sensitive to velocity - low power draw 25ma |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->Edirol | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->Roland PC-300 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->Roland PC 160A 180A | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} legacy DIN5 MIDI port only - 6 AA batteries or 6v psu - |- | <!--Description-->Roland PC-50 PC-80 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->Roland PC | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->Roland PCR-800 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->Roland PCR-30 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} 32 key |- | <!--Description-->Roland PC-200 mkII | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} some had fatar keys |- | <!--Description-->80s kx73 or kx88 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->ESI keycontrol 25xt 49xt 61xt 88xt | <!--Vendor ID-->0x2702 | <!--Product ID-->0x2702 | <!--Revision-->0100 | <!--SimpleMidi-->{{No}} | <!--CAMD-->{{Maybe|detected but no usb driver in devs/midi for camd to use}} | <!--Opinion-->{{No|detected but not working}} 12v 0.5a center pin +ve external psu required - USB i/o and 1 legacy 5pin out - full sized keys - heavy metal base - |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->Line 6 Mobile keys 25 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->Kawai VPC 1 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} weighted keys - heavy build - |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} usb compliant? |- | <!--Description-->Keith McMillen Instruments K-Board | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} each keypad makes them velocity, pressure, and location sensitive but not really suited for piano playing |- | <!--Description-->Komplete Kontrol S88 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} weighted keys |- | <!--Description-->Kontrol DJ Pro midi controller | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|[http://aros-exec.org/modules/newbb/viewtopic.php?post_id=30819#forumpost30819 detected but untested]}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->Korg Prophecy | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->Korg microKEY | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} velocity-sensitive Natural Touch keys but joystick is an alternative to the common pitch/modulation wheel design |- | <!--Description-->Korg Taktile | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->Kurzweil PC3 7 series - Artis 7 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} fatar TP-8 semi-weighted action |- | <!--Description-->Kurzweil PC1 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->Kurzweil PC3 A8 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->MAudio Keyrig 49 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->M-Audio Ozone 25 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->MAudio Axiom AIR 25 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->M-Audio Oxygen 8 25, 49 Mk4, 61 mk3 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} full size velocity sensitive |- | <!--Description-->M-Audio Keystation 37e 49e 61e | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->M-Audio ProKeys 88 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->M-Audio Keystation 49 II | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} USB port and class compliant |- | <!--Description-->M-Audio Keystation 61 MK3 MIDI keyboard | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} usb compliant? |- | <!--Description-->Neusonik iBoard 4 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->Nektar Impact LX49+ SE | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} full-size velocity-sensitive synth-action keyboard |- | <!--Description-->Nektar Impact GX49 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} USB port - |- | <!--Description-->Nektar Panorama P4 P6 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} USB & USB Micro B, 5-pin MIDI out, 2 x TRS inputs with 49 semi-weighted, velocity sensitive with aftertouch |- | <!--Description-->Nord 3 midi controller | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} sysex |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->Novation | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->Novation SL | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} 2006 semi-weighted Fatar TP-8 or TP-9 keybed |- | <!--Description-->Novation ReMOTE LE | <!--Vendor ID-->0x1235 | <!--Product ID-->0x0004 | <!--Revision-->0001 | <!--SimpleMidi-->{{No}} | <!--CAMD-->{{Maybe|detected but no usb driver in devs/midi for camd to use}} | <!--Opinion-->{{No|detected but not working}} 2006 USB powered, 9v center pin positive or 6 MN1500 AA batteries - X/Y touchpad and the combined pitch and modulation joystick - no aftertouch but can use both the legacy MIDI OUT and USB port simultaneously. |- | <!--Description-->Novation SL MkII | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} 2009 semi-weighted Fatar TP-8 or TP-9 keybed |- | <!--Description-->Novation MiniNova | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->Novation LaunchKey 25 49 61 MK2 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} USB class compliant |- | <!--Description-->Novation Impulse 25 49 61 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} USB, 5-pin MIDI out, but may not be class compliant |- | <!--Description-->Novation LaunchKey Mini | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->Novation | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->Novation Nocturn 49 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->Numark Mixtrack Pro II USB DJ Controller Djay | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A| driver}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->Oberheim MC 2000 EX | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} 88 keys fully weighted - very heavy - |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->Roland A-88 a-49 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} USB port - weighted keys - |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->ROLI Seaboard RISE 25 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->Samson Graphite 49 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->Samson Carbon 49 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->Studiologic VMK-161 and VMK-161 Plus Organ version | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} TP-8O action is the unweighted, organ-style waterfall keybed |- | <!--Description-->Studiologic SL990XP midi controller | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->Studiologic SL880 midi controller | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->Studiologic SL88 midi controller | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} hammer-action Fatar TP semi-weighted keys |- | <!--Description-->Studiologic Numa Organ 2 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} 73 key TP-8O action is the unweighted, organ-style waterfall keybed used in nearly all clonewheels |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->Yamaha P-115 midi controller | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} weighted keys - USB midi port |- | <!--Description-->Yamaha KX8 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->Worlde Panda | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A|untested}} |- style="background:lightgrey; text-align:center; font-weight:bold;" | Description | Vendor ID | Product ID | Revision | SimpleMidi | CAMD | Opinion |- |} The MIDI hardware specification is very simple (voltage, polarity, screening, protection and a fast enough opto-isolator), it assumes that the data it sends and receives between MIDI devices is to the MIDI data standard and just passes it on. The microprocessor in the hardware does all the work. The minimum for a computer/MIDI interface is that it meets the MIDI hardware specification. It is attached to the computer bus and handles the electrical conversions required. To meet the MIDI hardware specification, to be class compliant as a USB device all it has to do is report itself properly when plugged in. The other half of the equation is the MIDI data standard, and for a computer MIDI interface the main issue is the speed of data transmission. The bus speed of the computer is faster than the speed of the MIDI standard so it can generate and send MIDI data faster than a MIDI device can receive it. The MIDI standards have nothing to say on that bottleneck at all. MIDI was designed to be very simple and very open, it just defines a standard for the messages and leaves it up to manufacturers to implement them in the way they want. That's what makes it so powerful a tool, and also what makes it so confusing and frustrating at times. For midi, the hardware/software combination at various connection points handles the translation to/from midi (or other protocols). Drivers would be needed for midi, including clock and SysEx signal (actually claiming to handle ALL midi quirks transparently All the important MIDI data types can be sent (CC, NRPN, RPN, MMC, Note On/Off, program change) There is no official way to solve the data bottleneck. Early software sequencers and librarians tried to solve it by having an option to buffer SYSEX data in software and transmit it at the MIDI data rate. The downside is that hogs the bus and can hit computer performance. Interface manufacturers would add a hardware buffer which would take all the MIDI data from the PC bus and feed it into the MIDI at the slower data rate, but that added cost and created timing issues. Things have moved on since then, but the principles remain the same. You can buffer in the hardware or in software, whether that is in the application or the interface driver. SYSEX will work perfectly well with that budget cable if your software handles the buffering. And while the cables with hardware buffers make SYSEX easier, they still have potential problems because of the limitations of the MIDI data rate. Your MIDI clock doesn't like being interrupted with a big program dump The serial / parallel ports were a direct connection, so faster. Now, everything in the computer is virtual and the only thing connected to the hardware is the kernel, hence everything is by default bottlenecked and jittery, regardless of which connection. So by the time the interface gets the information it's already too late. Ethernet network cable to transport MIDI over large distances, connect 2 MIDI In and 2 MIDI Out ports to patch, remap, filter and merge MIDI flows on a fine channel basis for tight MIDI throughput, latency and jitter Possibilities for DAWs of the future including a kind of sync reference for timing reference which an interface could sync to, hence all the timings then would be locked between the grid on the DAW screen and the MIDI info. Preemptible, low latency and accuracy are essential for good communication. ==usbaudio.class (req. rt iso transfer)== USB audio streaming over AHI requires [http://aros-exec.org/modules/newbb/viewtopic.php?post_id=30273#forumpost30273 iso] and [http://www.thewelltemperedcomputer.com/KB/USB.html realtime isochronous transfer], still no support in pciusb.device. AHI does not support six channel playback. It only supports mono, stereo and multichannel (8 channels). Due to the multichannel mode not being used by any application so far, the usbaudio.class does not support multichannel playback, especially not "upchannelling" stereo to six or more channels. If this USB device does not support a two channel mode, you can't use it under AHI. [http://forum.xda-developers.com/showthread.php?p=38364030 XDA Forum thread], *DACs with standard (adaptive) USB - where the computer controls the data timing. *DACs plus an asynchronous USB converter module outputting S/PDIF—where the DAC controls the data timing. *DACs with inbuilt async USB capability and an I2S internal feed to the DAC USB AUDIO CARDS - USB2 UCA Compliant {| class="wikitable sortable" width="90%" ! width="20%" |Description ! width="10%" |Vendor ID ! width="10%" |Product ID ! width="10%" |Revision ! width="10%" |Playback ! width="10%" |Records ! width="30%" |Opinion |- | CMedia CM108 7.1ch emulation [http://www.dealextreme.com/p/21812 sku 21812] I2S in and out | 0x1926 | 0x0003 | 0x0100 | <!--Playback--> | <!--Records--> | {{no|no driver and [http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=6165&forum=1&post_id=57803#forumpost57803 does not work] }} |- | [http://www.lindy.co.uk/usb-2-audio-adapter/42961.html Lindy USB 2.0] (Chipset CM108) | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Playback--> | <!--Records--> | {{no|no driver}} |- | Speed-Link SL-8850-SBK Vigo ([http://mightyohm.com/forum/viewtopic.php?p=1036#p1030 CMedia CM108]) | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Playback--> | <!--Records--> | {{no|no driver}} |- | Dynamode USB SOUNDCARD 2.0 | <!--Vendor ID-->0003:1130:F211.0002 | <!--Product ID--> | <!--Revision--> | <!--Playback--> | <!--Records--> | {{no|no driver but cheap construction }} |- | Dynamode Virtual 7.1 USB-SOUND7 (C-Media ) | 0x0d8c | 0x000c 0x000e | 1.00 | <!--Playback--> | <!--Records--> | {{no|no [http://www.meroncourt.co.uk/dynamode/dynamode-usb-virtual-71-channel-sound-adapter-usbsound7-1823.htm driver] }} |- | <!--Description-->Generic White box with very little red led and white USB lead (CMedia ) | <!--Vendor ID-->0x0d8c | <!--Product ID--> 0c000e | <!--Revision-->1.00 | <!--Playback--> | <!--Records--> | <!--Opinion--> |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Playback--> | <!--Records--> | <!--Opinion--> |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Playback--> | <!--Records--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Description | Vendor ID | Product ID | Revision | Playback | Records | Opinion |- | <!--Description--> | <!--Vendor ID-->| <!--Product ID--> | <!--Revision--> | <!--Playback--> | <!--Records--> | <!--Opinion--> |- | CM109 CiT SC-U119 5.1 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Playback--> | <!--Records--> | {{no|no driver}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Playback--> | <!--Records--> | <!--Opinion--> |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Playback--> | <!--Records--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Description | Vendor ID | Product ID | Revision | Playback | Records | Opinion |- | CMedia CM1197.1ch [http://www.dealextreme.com/p/8978 sku 8978] I2C MCU port Penguin | 0x0D8C | 0x0000 | 0x010 | <!--Playback--> | <!--Records--> | {{no|no driver }} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Playback--> | <!--Records--> | <!--Opinion--> |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Playback--> | <!--Records--> | <!--Opinion--> |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Playback--> | <!--Records--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Description | Vendor ID | Product ID | Revision | Playback | Records | Opinion |- | <!--Description-->Sweex 7.1 Startech External USB, WMA Blue metal box SYBA SD-AUD20040, Sabrent USB-SND8, Sewell Vantec NBA-200U (C-Media CM6206 CM106 like) | <!--Vendor ID-->0x0d8c | <!--Product ID-->0x0102 | <!--Revision--> | <!--Playback--> | <!--Records--> | <!--Opinion-->50/50 if the item is detected but does not work |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Playback--> | <!--Records--> | <!--Opinion--> |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Playback--> | <!--Records--> | <!--Opinion--> |- | Creative X-Fi Go | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Playback--> | <!--Records--> | {{no|no driver }} |- | Creative X-Fi 5.1 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Playback--> | <!--Records--> | {{no|no driver}} |- | Creative Sound Blaster Play! USB sound adapter (SB1140) | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Playback--> | <!--Records--> | {{no|no driver but working with [http://www.amiga.org/forums/showpost.php?p=646431&postcount=15 Deneb on OS3] }} |- | Asus Xonar U1 (ASUS UA100 USB Audio Chip) | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Playback--> | <!--Records--> | <!--Opinion-->{{no|no driver}} |- | Asus Xonar U3 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Playback--> | <!--Records--> | <!--Opinion-->{{no|no driver}} |- style="background:lightgrey; text-align:center; font-weight:bold;" | Description | Vendor ID | Product ID | Revision | Playback | Records | Opinion |- | <!--Description-->Griffin iMic | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Playback--> | <!--Records--> | <!--Opinion--> |- | M-Audio Transit | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Playback--> | <!--Records--> | {{no|no driver}} |- | Icemat Siberia (steel series) (Cmedia chipset) | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Playback--> | <!--Records--> | {{no|no driver}} |- | JMTek HY554, ZyXEL NSA-220, Logilink (Tenx Technology TP6911 and SSS-1623 headphone set) | 0x0C76 0x1130 | 0x1605 0x1607 0xf211 | 0x | <!--Playback--> | <!--Records--> | {{no|no driver but reports on other OS not good }} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Playback--> | <!--Records--> | <!--Opinion--> |- | Plantronics "DSP Adapter-01" (or "USB Adapter-02") | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Playback--> | <!--Records--> | {{no|no driver}} |- | <!--Description-->Rocksmith Real Tone Cable | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Playback--> | <!--Records--> | <!--Opinion--> |- | <!--Description-->RSA Intruder Predator | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Playback--> | <!--Records--> | <!--Opinion--> |- | <!--Description-->StarTech ICUSBAUDIO7 | <!--Vendor ID-->0x0d8c | <!--Product ID-->0x000c | <!--Revision-->1.00 | <!--Playback--> | <!--Records--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->Stoner Acoustics UD100 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Playback--> | <!--Records--> | <!--Opinion--> |- | <!--Description-->Teac UDH01-B | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Playback--> | <!--Records--> | <!--Opinion-->{{N/A|untested}} |- | Terratec Aureon 5.1 USB | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Playback--> | <!--Records--> | {{no|no driver}} |- | Terratec Aureon 5.1 USB MKII | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Playback--> | <!--Records--> | {{no|no driver}} |- | TerraTec Electronic GmbH Aureon Dual USB | 0x0ccd | 0x0077 | | <!--Playback--> | <!--Records--> | {{no|no driver}} |- | Terratec Phase26 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Playback--> | <!--Records--> | {{no|[http://aros-exec.org/modules/newbb/viewtopic.php?post_id=30887#forumpost30887 no driver] }} |- | Trust 510 EX 5.1 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Playback--> | <!--Records--> | {{no|no driver}} |- | <!--Description-->Logitech A-5572A USB 2.0 to 3.5mm jacks Virtual 7.1 Surround Sound Adapter or accessory of Logitech Clearchat pro USB or Logitech USB Headset H530 | <!--Vendor ID-->0003:046D:0A0B.0001 | <!--Product ID--> | <!--Revision--> | <!--Playback--> | <!--Records--> | <!--Opinion--> |- | <!--Description-->Turtle Beach Audio Advantage Amigo Micro II USB Sound Card & Headset Adapter | <!--Vendor ID-->0x10F5 | <!--Product ID-->0x0211 | <!--Revision-->0100 | <!--Playback--> | <!--Records--> | <!--Opinion-->{{Maybe|detected as usbaudio but no audio out}} |- | <!--Description-->Vantec NBA-100U 7.1 Channel | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Playback--> | <!--Records--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Playback--> | <!--Records--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Description | Vendor ID | Product ID | Revision | Playback | Records | Opinion |- | <!--Description-->behringer uca202 PCM2902? | <!--Vendor ID-->0x8bb | <!--Product ID-->0x2902 | <!--Revision-->1.00 | <!--Playback--> | <!--Records--> | <!--Opinion-->{{N/A|untested}} draws a lot of power - dac ti burr-brown |- | <!--Description-->TI Burr-Brown PCM2702E PCM2704 PCM2704C Muse Audio Mini USB DAC board | <!--Vendor ID-->0x08bb | <!--Product ID-->0x2704 | <!--Revision--> | <!--Playback--> | <!--Records--> | <!--Opinion-->{{N/A|untested}} no mic input - goodish quality |- | <!--Description-->TI Burr-Brown PCM2900 PCM2902 PCM2906 USB DAC board | <!--Vendor ID-->0x08bb | <!--Product ID-->0x2900 | <!--Revision--> | <!--Playback--> | <!--Records--> | <!--Opinion-->{{N/A|untested}} no mic input - goodish quality |- | <!--Description-->Lexicon Alpha | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A| driver}} |- | <!--Description-->Lexicon Omega | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{N/A| driver}} |- | <!--Description-->Mackie Onyx Blackjack | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Playback--> | <!--Records--> | <!--Opinion--> 2x2 Recording Interface with Onyx Preamps |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Playback--> | <!--Records--> | <!--Opinion--> |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Playback--> | <!--Records--> | <!--Opinion--> |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Playback--> | <!--Records--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Description | Vendor ID | Product ID | Revision | Playback | Records | Opinion |- | <!--Description-->Roland Edirol UA-3 Audio Capture | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Playback--> | <!--Records--> | <!--Opinion-->1998 |- | <!--Description-->Roland Edirol UA-30 Audio Capture | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Playback--> | <!--Records--> | <!--Opinion-->1999 |- | <!--Description-->Roland Edirol UA1A UA-1D Audio Capture | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Playback--> | <!--Records--> | <!--Opinion-->2000 |- | <!--Description-->Roland Edirol UA-5 Audio Capture | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Playback--> | <!--Records--> | <!--Opinion-->2000 |- | <!--Description--> UA-1000 Audio Capture | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Playback--> | <!--Records--> | <!--Opinion-->2004 usb2 |- | <!--Description-->[http://wiki.linuxaudio.org/wiki/current_audio_gear Focusrite ] 4i4 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{no|no driver}} |- | <!--Description-->Focusrite Scarlett 2i2 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{no|no driver}} |- | <!--Description-->Focusrite Scarlett 6i6 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Playback--> | <!--Records--> | <!--Opinion--> |- | <!--Description-->Steinberg UR22 <kII | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Playback--> | <!--Records--> | <!--Opinion--> |- | <!--Description-->Akai EIE Pro | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Playback--> | <!--Records--> | <!--Opinion-->{{no|no driver}} |- | <!--Description-->Edirol ua-25, UA-101 and UA-1000 (Clemens Ladisch driver) | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Playback--> | <!--Records--> | <!--Opinion-->{{no|no driver}} |- | <!--Description-->Konnekt | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Playback--> | <!--Records--> | <!--Opinion-->{{no|no driver}} |- | <!--Description-->Mackie Onyx Blackjack | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Playback--> | <!--Records--> | <!--Opinion-->{{no|no driver}} |- | <!--Description-->Native Instruments Komplete Audio 6 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Playback--> | <!--Records--> | <!--Opinion-->{{no|no driver}} |- | <!--Description-->Presonus Audiobox 1818VSL | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Playback--> | <!--Records--> | <!--Opinion-->{{no|no driver}} |- | <!--Description-->PreSonus AudioBox 22VSL | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Playback--> | <!--Records--> | <!--Opinion-->{{no|no driver}} |- | <!--Description-->Prodipe Studio 22 Pro | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Playback--> | <!--Records--> | <!--Opinion-->{{no|no driver}} |- | <!--Description-->Teac Tascam iU2 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Playback--> | <!--Records--> | <!--Opinion-->{{no|no driver}}poor linux drivers |- | <!--Description-->Tascam US-122 | <!--Vendor ID-->0x0644 | <!--Product ID--> | <!--Revision--> | <!--Playback--> | <!--Records--> | <!--Opinion-->{{no|no driver}} good support in Linux needing firmware usx2yloader/us122fw.ihx for audio sound card |- | <!--Description-->Tascam US-122L | <!--Vendor ID-->0x0644 | <!--Product ID-->0x800e | <!--Revision--> | <!--Playback--> | <!--Records--> | <!--Opinion-->{{no|no driver}} good support in Linux but obsolete needing different chipset firmware |- | <!--Description-->Teac Tascam US-428 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Playback--> | <!--Records--> | <!--Opinion-->{{no|no driver}} poor linux drivers |- | <!--Description-->Tascam US122 Mk2 and Tascam US144 Mk2 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Playback--> | <!--Records--> | <!--Opinion-->{{no|no driver}} although USB2 downgrade so using USB1.1 |- | <!--Description-->Steinberg UR44 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Playback--> | <!--Records--> | <!--Opinion-->{{no|no driver}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--SimpleMidi--> | <!--CAMD--> | <!--Opinion-->{{no|no driver}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Playback--> | <!--Records--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Description | Vendor ID | Product ID | Revision | Playback | Records | Opinion |- | <!--Description-->[http://www.arcam.co.uk/products,rseries,usb-dacs,rPAC.htm Arcam rPac] | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Playback--> | <!--Records--> | <!--Opinion--> |- | <!--Description-->Audioquest Dragonfly | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Playback--> | <!--Records--> | <!--Opinion--> |- | <!--Description-->Audioengine D1 Premium 24-bit DAC | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Playback--> | <!--Records--> | <!--Opinion--> |- | <!--Description-->Beresford TC-7520 (Burr Brown PCM 1716) | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Playback--> | <!--Records--> | <!--Opinion--> |- | <!--Description-->Beresford TC-7520 + Burson Buffer + MK3 JKSPDIF | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Playback--> | <!--Records--> | <!--Opinion--> |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Playback--> | <!--Records--> | <!--Opinion--> |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Playback--> | <!--Records--> | <!--Opinion--> |- | <!--Description-->Cakewalk UA-1G, Edirol UA-1EX, Roland Duo Capture UA-11 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Playback--> | <!--Records--> | <!--Opinion--> |- | <!--Description-->[http://epiphany-acoustics.co.uk/products-page/dacs/e-dac-24bit-miniature-usb-dac/ Epiphany E-DAC 24bit] ES9023 DAC chip | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Playback--> | <!--Records--> | <!--Opinion--> |- | <!--Description-->Firestone Audio FUBAR II Mk2 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Playback--> | <!--Records--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->Firestone Audio iLoveTW 24Bit USB DAC | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Playback--> | <!--Records--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->FiiO D5 ta2020 chip amp | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Playback--> | <!--Records--> | <!--Opinion-->{{N/A|untested}} Headphone out has a lot of hiss |- | <!--Description-->FiiO E07K Andes | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Playback--> | <!--Records--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description-->FiiO E17 Alpen | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Playback--> | <!--Records--> | <!--Opinion--> |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Playback--> | <!--Records--> | <!--Opinion--> |- | <!--Description-->GoVibe Magnum | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Playback--> | <!--Records--> | <!--Opinion--> |- | <!--Description-->GoVibe Martini-U | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Playback--> | <!--Records--> | <!--Opinion--> |- | <!--Description-->GoVibe Vulcan | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Playback--> | <!--Records--> | <!--Opinion--> |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Playback--> | <!--Records--> | <!--Opinion--> |- | <!--Description-->Halide Design DAC HD (Wolfson WM8716) | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Playback--> | <!--Records--> | <!--Opinion--> |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Playback--> | <!--Records--> | <!--Opinion--> |- | <!--Description-->HRT Steamer II USB DAC | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Playback--> | <!--Records--> | <!--Opinion--> |- | <!--Description-->John Kenny JKDAC uses a 24-bit/192&nbsp;kHz Sabre ES9022 DAC or better JKDAC32 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Playback--> | <!--Records--> | <!--Opinion--> |- | <!--Description--> iBasso D12 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Playback--> | <!--Records--> | <!--Opinion--> |- | <!--Description-->Leckerton UHA-6S MKII | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Playback--> | <!--Records--> | <!--Opinion--> |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Playback--> | <!--Records--> | <!--Opinion--> |- | <!--Description-->MyST 1866 PortaDAC | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Playback--> | <!--Records--> | <!--Opinion--> |- | <!--Description-->Objective DAC ODAC+O2 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Playback--> | <!--Records--> | <!--Opinion--> |- | <!--Description-->Rega DAC (Wolfson WM8742) | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Playback--> | <!--Records--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Description | Vendor ID | Product ID | Revision | Playback | Records | Opinion |- | <!--Description-->[http://www.henryaudio.com/open-source.php Henry Audio USB DAC 128 also known as QNKTC AB-1.2 open source DAC] | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Playback--> | <!--Records--> | <!--Opinion--> |- | <!--Description-->Henry Audio mkII | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Playback--> | <!--Records--> | <!--Opinion-->AKM4430 DAC chip comes from Asahi Kasai |- | <!--Description-->DevilSound USB DAC | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Playback--> | <!--Records--> | <!--Opinion--> |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Playback--> | <!--Records--> | <!--Opinion--> |- | <!--Description-->KingRex UD-01 SE (Burr-Brown PCM 2702E) | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Playback--> | <!--Records--> | <!--Opinion--> |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Playback--> | <!--Records--> | <!--Opinion--> |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Playback--> | <!--Records--> | <!--Opinion--> |- | <!--Description-->SuperPro 24/192 USB DAC (24bit 192&nbsp;kHz, CS-4398 D/A chip) | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Playback--> | <!--Records--> | <!--Opinion--> |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Playback--> | <!--Records--> | <!--Opinion--> |- |} USB Microphones {| class="wikitable sortable" width="90%" ! width="30%" | Description ! width="5%" |Vendor ID ! width="10%" |Product ID ! width="10%" |Revision ! width="50%" |Opinion |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no|no driver}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no|no driver}} |- | <!--Description-->Sennheiser CC510 USB | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no|no driver}} |- | <!--Description-->Microsoft LifeChat LX-3000 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no|no driver}} |- style="background:lightgrey; text-align:center; font-weight:bold;" | Description | Vendor ID | Product ID | Revision | Opinion |- | <!--Description-->Alesis USB-Mic microphone podcasting kit | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no|no driver}} |- | <!--Description-->Audio-Technica AT2020 (AT202) AT4040 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no|no driver}} |- | <!--Description-->Blue Microphones Snowball | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no|no driver}} |- | <!--Description-->Blue Microphones Snowball iCE | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no|no driver}} cardioid only |- | <!--Description-->Blue Microphones Yeti | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no|no driver}} can pick up a lot of background noise but not sure if right mode used |- | <!--Description-->Blue Microphones Yeti Pro | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no|no driver}} can pick up a lot of background noise but not sure if right mode used |- | <!--Description-->Namtai SingStar(TM) PS2 SCEH-0001 USBMIC | <!--Vendor ID-->0x1415 | <!--Product ID--> | <!--Revision-->0.01 | <!--Opinion-->{{no|no driver}} mono microphones |- | <!--Description-->Neumann | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no|no driver}} |- | <!--Description-->Razer Seiren X | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no|no driver}} |- | <!--Description-->Rockband USB Mic | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no|no driver}} |- | <!--Description-->Rode NT1A VideoMic Pro | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no|no driver}} |- | <!--Description-->Rode Podcaster USB | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no|no driver}} |- | <!--Description-->Rode NT1A NT2 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no|no driver}} NT2 better |- | <!--Description-->Samson C01U | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no|no driver}} cardoid only |- | <!--Description-->Samson C03U | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no|no driver}} |- | <!--Description-->Samson Go Mic Clip On USB Microphone | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no|no driver}} switch to choose between Cardiod, Omni and -10&nbsp;dB modes, a 3.5mm headphone socket and a USB socket |- | <!--Description-->Shure | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no|no driver}} |- | <!--Description-->MXL 2001A/600 Studio Microphone Pack / MXL 2003A Studio Condenser | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no|no driver}} |- | <!--Description-->Zoom H1 H1n | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no|no driver}} |- | <!--Description-->Zoom H2 H2n | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no|no driver}} |- | <!--Description-->Zoom APH1 H1 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no|no driver}} |- | <!--Description-->Zoom H4n | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no|no driver}} xlr and inputs |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no|no driver}} |- |} USB Speakers {| class="wikitable sortable" width="90%" ! width="30%" | Description ! width="5%" |Vendor ID ! width="10%" |Product ID ! width="10%" |Revision ! width="50%" |Opinion |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no|no driver}} |- | <!--Description-->Focal XS 2.1 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no|no driver}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no|no driver}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no|no driver}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no|no driver}} |- |} USB Headset Wired/Wireless {| class="wikitable sortable" width="90%" ! width="30%" | Description ! width="5%" |Vendor ID ! width="10%" |Product ID ! width="10%" |Revision ! width="50%" |Opinion |- | Logitech Vantage Wired (came free with PS2 Socom3) | | | | {{no|no driver}} |- | Logitech G330 | | | | {{no|no driver}} |- | Logitech Premium USB Stereo Headset 350 | | | | {{no|no driver}} |- | Plantronics DSP-300 | | | | {{no|no driver}} |- | Plantronics GameCom 777 | | | | {{no|no driver}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no|no driver}} |- style="background:lightgrey; text-align:center; font-weight:bold;" | Description | Vendor ID | Product ID | Revision | Opinion |- | <!--Description-->Wireless | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no|no driver}} |- | Logitech G-930 Wireless | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no|no driver}} |- | [http://www.makeuseof.com/tag/set-usb-wireless-earphones/ Plantronics Audio 995 Wireless RF] | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no|no driver}} |- | Sennheiser Wireless | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no|no driver}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no|no driver}} |- |} ==Webcam tools== A USB camera has two dedicated chips: a controller or bridge and an image sensor. There is no support for video interfaces, because neither AROS, AmigaOS nor MorphOS define a standard for this. The only commercial, now discontinued application that defined some sort of standard was VHI Studio by iospirit. See [http://www.e3b.de/usb/main_supported_e.html support pages] and [http://www.e3b.de/usb/main_faq_e.html here] and some [http://webcam-osx.sourceforge.net/cameras/index.php?orderBy=status further compatibility] Pencam STV680 {| class="wikitable sortable" width="90%" ! width="30%" | Description ! width="5%" |Vendor ID ! width="10%" |Product ID ! width="10%" |Revision ! width="50%" |Opinion |- | AIPTEK stv680 | 0x0553 | 0x0202 | | {{N/A|untested}} |- | Konica e-mini | 0x04c8 | 0x0722 | | {{N/A|untested }} |- | DigitalDream l'espion XS | 0x1183 | 0x0001 | | {{N/A|untested}} |- | [http://reviews.cnet.com/webcams/creative-webcam-go/1707-6502_7-1446174.html Creative WebCam Go mini] | 0x041e | 0x4007 | | {{N/A|untested}} |- |} SonixcamTool (Sonix webcams and derivates) '''Note [http://amigadev.free.fr/sonix/ some] Sonix Webcams with a Sonix SN9C1xx controller ''and'' a pas106b or tas5110c1b sensor support bulk mode which works even with pciusb.device!''' {| class="wikitable sortable" width="90%" ! width="30%" | Description ! width="5%" |Vendor ID ! width="10%" |Product ID ! width="10%" |Revision ! width="50%" |Opinion |- | Macally IceCam II | 0x0c45 | 0x05d8 | | {{N/A|untested}} |- | Sweex MiniCam 100K | 0x0c45 | 0x6005 | | {{N/A|untested - sensor tas5110c1b}} |- | Macally IceCam Portable | 0x0c45 | 0x6007 | | {{N/A|untested - sensor tas5110d}} |- | Sweex 100K | 0x0c45 | 0x6009 | 0x0101 | {{yes|bulk works - sensor pas106b}} |- | [http://www.epinions.com/pr-Chicony_TwinkleCam_Webcam/display_~full_specs Chicony Twinkle DC-2110A] | 0x0c45 | 0x600d | | {{no|no}} |- | Unknown | 0x0c45 | 0x601e | | {{no|no}} |- | USB PC Camera (SN9C102) | 0x0c45 | 0x6028 | | {{no|no - sn9c10x + pas202b}} |- | Trust SpaceC@m 120 and 150 | 0x0c45 | 0x6029 | | {{N/A|untested - sensor pas106a}} |- | HiRes Webcam Live | 0x0c45 | 0x602c | | {{no|no - sensor ov7630}} |- | [http://www.sweex.com/en/assortiment/sound-vision/webcams/JA000020 Sweex USB Webcam 300K] | 0x0c45 | 0x608f | | {{no|no - sensor ov7630}} |- | Speedlink Sphere Webcam SL-6820, 350K | 0x0c45 | 0x613c | 0x0101 | {{N/A|untested - sensor HV7131R}} |- | WB-3250P | 0x0c45 | 0x613e | | {{no|no - sensor ov7630}} |- | Unknown | 0x0c45 | 0x6207 | | {{no|no}} |} pac.class - no driver for Pac207-BCA Pac7311 Pac7312 {| class="wikitable sortable" width="90%" ! width="30%" | Description ! width="5%" |Vendor ID ! width="10%" |Product ID ! width="10%" |Revision ! width="50%" |Opinion |- | [http://www.ascendtech.us/itemdesc.asp?ic=CAMWEBPCUSBXEYE&eq=&Tp= X-Eye] | 0x093a | 0x2468 | | {{no|no - PAC207}} |} ov51x.class - no driver {| class="wikitable sortable" width="90%" ! width="30%" | Description ! width="5%" |Vendor ID ! width="10%" |Product ID ! width="10%" |Revision ! width="50%" |Opinion |- | D-Link VGA Webcam (640x480) | 0x05a9 | 0x8519 | | {{no|no driver}} |- | Sony PS2 EyeToy Logitech/Logicool Black (ov519) SCEH-0004 | 0x054c | 0x0154 | | {{no|no driver}} |- | Sony PS2 EyeToy Namtai Silver (ov519) SLEH-00031 SLEH-00030 | 0x054c | 0x0155 | | {{no|no driver}} |- |} pwc.class - no driver {| class="wikitable sortable" width="90%" ! width="30%" | Description ! width="5%" |Vendor ID ! width="10%" |Product ID ! width="10%" |Revision ! width="50%" |Opinion |- | Philips PCVC740K | 0x0471 | 0x0311 | | {{no|no driver}} |- |} ZC030X based cameras {| class="wikitable sortable" width="90%" ! width="30%" | Description ! width="5%" |Vendor ID ! width="10%" |Product ID ! width="10%" |Revision ! width="50%" |Opinion |- | Dexxa Webcam | 0x46d | 0x840 | | {{no|no driver}} |- | Logitech QuickCam Express (old model) | 0x46d | 0x850 | | {{no|no driver}} |- | Logitech QuickCam Web | 0x46d | 0x870 | | {{no|no driver}} |- | Logitech QuickCam Messenger | 0x46d | 0x08da | | {{no|no driver}} |} UVC.class - [http://www.ideasonboard.org/uvc/ USB Device Class Definition for Video Devices or USB Video Class] [http://cowboyfrank.net/webcams/index.htm#revews Good review] but AROS needs realtime isochronous transfers, then a uvc.class usbvideo and then a video ahi type substructure to be written v4l2-ctl—list-formats-ext or fswebcam—verbose to get output modes in linux * standalone with sd card - wansview, amcrest, tenvis, keekoon, foscam, * needing a dvr or nvr - dlink, hikvision, foscam, trendnet, sony, axis, $ mplayer rtsp://127.0.0.1:554/sample_300kbit.mp4 vlc rtsp://user:password@ip/play1.sdp—sout=file/ogg:mystream.ogv vlc rtsp://192.168.0.21:554/mpeg4—sout=file/ts:mystream.mpg rtsp_session: unsupported RTSP server. Server type is 'DSS/5.5.4 MPlayer supports multicast streaming, and rtp/rtsp protocols (it might require [http://www.live555.com/openRTSP/ live555 library] to work with some streams). But you might have to build it where it's disabled. Also, multicast won't work with some AmiTCP-likes. MIAMI supported it, though. AROS supports IPv4 (old but works) and this includes the needed address space for RTP. If you mean multicast via RTP - mplayer handles it. You can even force UDP over TCP -rtsp-stream-over-tcp If the rtsp Real Time Streaming Protocol server needs authentification: -user -passwd {| class="wikitable sortable" width="90%" ! width="30%" | Description ! width="5%" |Vendor ID ! width="10%" |Product ID ! width="10%" |Revision ! width="50%" |Opinion |- | 2008 Acer Aspire Crystal Eye AOA110 AOA150 0.3M | | | | {{no|}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no|}} |- | [http://reviews.cnet.co.uk/webcams/creative-live-cam-optia-af-review-49294183/ 2008 Creative Live Cam Optia AF] 2.0M | | | | {{no|}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no|}} |- | [http://reviews.cnet.co.uk/webcams/logitech-quickcam-pro-9000-review-49293990/ 2008 Logitech Webcam Pro 9000] 2.0M | | | | {{no|}} |- | [2010 Logitech Webcam C600] 2.0M | | | | {{no|}} |- | [2010 Logitech Webcam C170] 2.0M | | | | {{no|}} Output mjpeg, |- | Logitech HD Webcam C270 | 0x046d | 0x0825 | 0.10 | {{no|}} Output mjpeg, |- | <!--Description-->Logitech C910 C920 c922 HD Pro 5Megapixels 720p | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no|}} Output mjpg, |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no|}} |- | <!--Description-->Logitech Brio | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no|}} 1080p 2160p |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no|}} |- | <!--Description-->Microsoft's LifeCam HD-3000 HD-5000 | <!--Vendor ID-->0x045e | <!--Product ID--> 0x0779 | <!--Revision-->1.06 | <!--Opinion-->{{no|}} |- | <!--Description-->Microsoft LifeCam Cinema | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no|}} |- | <!--Description-->Microsoft LifeCam Studio | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no|}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no|}} |- | <!--Description-->razer kiyo | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no|}} 4 megapixel sensor 1080p 30fps 720p 60fps - 12 led ring light adjustable |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no|}} |- | <!--Description-->TeckNet C068 1.3mpixel HTD USB2.0 Camera Vimicro Z-Star Corp | <!--Vendor ID-->0x0AC8 | <!--Product ID--> 0x3420 | <!--Revision-->0x01FA | <!--Opinion-->{{no|}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no|}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no|}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no|}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no|}} |- style="background:lightgrey; text-align:center; font-weight:bold;" | Description | Vendor ID | Product ID | Revision | Opinion |- | <!--Description-->Amcrest ProHD 1080P WiFi Wireless IP Security Camera - 1080P (1920TVL), [https://www.ispyconnect.com/man.aspx%3Fn%3DAmcrest IP2M-841] nvr | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no|}} h264/rtsp, motion detection, features Sony image sensor and Ambarella processor - rtsp://[username]:[password]@[IPaddress]:[port]/cam/realmonitor?channel=[channel]&subtype=[stream] - [username] - username to login to the DVR or NVR, [password] - password, [IPaddress] - IP address of the device. If you are not on the same local network, this should be the external IP address of the device's network, [port] - port number, [channel] - channel number of the stream, [stream] - view the Main or Sub stream. (main stream is 0, sub stream is 1) , eg. rtsp://admin:admin@192.108.1.108:80/cam/realmonitor?channel=1&subtype=1 - utilizing RTSP ( rtsp://user:pass@ipcam1 ) |- | <!--Description-->Axis all modern ones | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no|}} RTSP/RTP + H264/mjpeg or MJPEG over HTTP |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no|}} |- | <!--Description-->DLink DCS-5222 5222L network camera | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no|}} camera streams H.264 over RTP controlled by RTSP |- | <!--Description-->Dlink DCS900 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no|}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no|}} |- | <!--Description-->Dahua 3Megapixel 1080P 2.8mm Vandal-Proof Mini Dome | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no|}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no|}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no|}} |- | <!--Description-->Foscam IP camera FI8904W FI8910W FFI9820W FI9821W | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no|}} RTSP protocol, any webcam can be viewed via VLC - [http://foscamuk.co.uk/downloads/ firmware] can be a problem for niche os from time to time |- | <!--Description-->Foscam FI9805E Outdoor POE (power over ethernet) camera | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no|}} get the IP assignment via DHCP, user is ‘admin’ with no (empty) password, [http://IP.ADDRESS.OF.CAM:PORT/cgi-bin/CGIProxy.fcgi?cmd=snapPicture&usr=username&pwd=password take pics], |- | <!--Description-->Foscam IP camera R2 C1 FI9826P stand alone FI8918W replaces FI8908W | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no|}} RTSP protocol, any webcam can be viewed via VLC etc |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no|}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no|}} |- | <!--Description-->Hangzhou Hikvision Digital Technology Co.,Ltd 2032 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no|}} usually stand alone camera with analog / digital dvr needed |- | <!--Description-->Hangzhou Hikvision | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no|}} |- | <!--Description-->Hangzhou Hikvision | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no|}} |- | <!--Description-->Hangzhou Hikvision | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no|}} |- | <!--Description-->Fuzhou Keekoon Electronics Co., Ltd. KK001 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no|}} rtsp not supported |- | <!--Description-->[http://tinycammonitor.com/support.html Keekoon KK002] | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no|}} rtsp not supported |- | <!--Description-->Lorex LNB2151 camera | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no|}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no|}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no|}} |- | <!--Description-->Tenvis 720p 1080p Omnivision 9712/100W 80deg view 10m range | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no|}} Most are IP cameras, so you just be using the feed via ssh or wireless. Some IP camera should work since the camera itself doesn't need to interact with the OS at all - depends on the firmware included in the product. |- | <!--Description-->Tenvis IPROBOT2 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no|}} |- | <!--Description-->[http://apps.tenvis.com Tenvis] IPROBOT3 [http://www.openipcam.com/forum/index.php%3Ftopic%3D565.0 ARM9 GM8126] [https://github.com/rastabaddon/iprobot3 2014] | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no|}} rtsp://guest:guestpassword@192.168.200.100/12 - the IProbot3 (2014) the last 2 digits at the end of the URL selects the image size ie. 11 = 1280x720, 12 = 640x352, 13 = 320x176. Note could not use the 2 digit image size in some programs had to use the last digit only 1, 2 or 3. It has dependency on Microsoft IE for all the features, however, it will work with other browsers with limitations. There is a TIFF SD slot that is only visible when using IE. The recording alarm feature will continue to record to the SD when not connected to a browser. When connected to IE, it offloads the SD stored content to your local hard drive. |- | <!--Description-->Tenvis IPROBOT3 HD | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no|}} |- | <!--Description-->TrendNET TV IP310PI, IP311PI has similarities with Hikvision DS-2CD2032-I | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no|}} no sd card save option |- | <!--Description-->Sony | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no|}} |- | <!--Description-->Wansview 1080p [http://marc.merlins.org/perso/linuxha/post_2013-11-10_Reviewing-IP-Webcams-for-Linux-and-Zoneminder_Dlink-DCS900_-Ubnt-Aircam_-Foscam-FI8904W-FI8910W_-FFI9820W_-FI9821W_-Wansview-NCB541W_-and-Zavio-F3210.html#NCM625GA NCM625GA] IP Camera WiFi Wireless IP Security Camera , Full HD Plug n Play Home Surveillance / Baby Monitor | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no|}} RTSP/RTP + H264/mjpeg - play its HD stream without problem with vlc rtsp://ip/live/ch0 and getting jpegs http://ipaddr/mjpeg/snap.cgi?chn=0 - methods involve transcoding h.264 video from the camera into jpeg's, which is cpu intensive - able to pull images manually, using http://username:password@ip/mjpeg/snap.cgi - |- | <!--Description-->Wansview NCB541W | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no|}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no|}} |- | <!--Description-->Y-Cam (Most) Bullet HD Cube | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no|}} rtsp |- | <!--Description-->Zavio F3210 | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no|}} jpeg only? |- | <!--Description-->Zavio F210A | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no|}} rtsp |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no|}} |- |} ==ethwrap.class - Host Data Link "Cable Bridge" for data transfer== {| class="wikitable sortable" width="90%" ! width="30%" | Description ! width="5%" |Vendor ID ! width="10%" |Product ID ! width="10%" |Revision ! width="50%" |Opinion |- | Advance USBNET (eTEK design) | 0x0525 | 0x9901 | | {{N/A|untested}} |- | ALi Uli M5632 (chip) | | | | {{N/A|untested}} |- | Aten (Ali Corporation) UN201 | 0x0402 | 0x5632 | | {{maybe|force binding from rawwarp to ethwrap}} |- | Belkin (eTek design see below) | 0x050d | 0x0004 | | {{N/A|untested}} |- | Digitus DN-3004 - USB Host Link | | | | {{yes|works}} |- | EPSON USB client | 0x0525 | 0x2888 | | {{N/A|untested}} |- | eTEK | 0x056c | 0x8100 | | {{N/A|untested}} |- | KC-190 | 0x050f | 0x0190 | | {{N/A|untested}} |- | GeneSys GL620USB | | | | {{no|no driver the half-duplex GL620USB is NOT supported, products using it include the Inland Pro USB Quick Link}} |- | GeneSys GL620USB-A | | | | {{N/A|untested}} |- | Laplink Gold (uses NetChip 1080) | | | | {{N/A|untested}} |- | Prolific 2301/2302 (Jaton USB ConNET) (BAFO DirectLinq) | 0x067b | 0x0000 and 0x0001 | 0x0004 | {{maybe|detected but untested}} |- | Xircom PGUNET (uses AnchorChips 2720) | 0x0547 | 0x2727 | | {{N/A|untested}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested}} |- |} ==cdcacm.class - USB modem== The CDC ACM driver exposes the USB modem as a virtual serial modem or a virtual COM port to the operating system. The driver enables sending both data and AT commands, either through ACM (separating data and AT commands over different channels) or through Serial Emulation (passing the AT commands as is and as part of the data stream). {| class="wikitable sortable" width="90%" ! width="30%" | Description ! width="5%" |Vendor ID ! width="10%" |Product ID ! width="10%" |Revision ! width="50%" |Opinion |- | Alcatel OT-I650 | 0x1bbb | 0x0003 | | {{N/A|untested}} |- | Acatel Dymamode/Dynamite | 0x06b9 | 0xa5a5 | | {{N/A|untested Zyxel Prestige 630-13 - untested PROLiNK Hurricane 8000 external link }} |- | AnyData ADU-100A ADU-E100A ADU-E100D ADU-E100H D10 | 0x16d5 | 0x6501 | | {{N/A|untested}} |- | AnyData ADU-310 | 0x16d5 | 0x650 | | {{N/A|untested}} |- | AnyData ADU-500A ADU-510A ADU-510L ADU-520A | 0x16d5 | 0x6502 | | {{N/A|untested}} |- | AnyData ADU-610 ADU-620 | 0x16d5 | 0x650 | | {{N/A|untested}} |- | BT On-Air USB MODEM | 0x079b | 0x000f | | {{N/A|untested}} |- | Conexant USB MODEM CX93010 | 0x0572 | 0x1321 | | {{N/A|untested}} |- | Conexant USB MODEM RD02-D400 | 0x0572 | 0x1324 | | {{N/A|untested}} |- | Conexant Chipset | 0x06ea | 0x0002 | | {{N/A|untested AUS N367 Roadster II 56 USB (Model AM5050R3) - untested }} |- | [http://accessrunner.sourceforge.net/ Conexant AccessRunner] | 0x0586 | 0x330a | | {{N/A|untested }} |- | Creative Modem Blaster USB DE5670 | 0x1690 | 0x0101 | | {{N/A|untested}} |- | FIREFLY, MediaTek Inc | 0x0e8d | 0x0003 | | {{N/A|untested}} |- | Huawei E122 | 0x12d1 | 0x1446 | | {{yes|works}} [http://aros-exec.org/modules/newbb/viewtopic.php?post_id=49126#forumpost49126] |- | Huawei E160, E160E, E160G | 0x12d1 | 0x1003 | |{{yes|works}} [http://aros-exec.org/modules/newbb/viewtopic.php?post_id=51888#forumpost51888] (Chipset: Qualcomm MSM6246) |- | Huawei E169 also known as Vodafone K3715 and Huawei K3715 | 0x12d1 | 0x1001 | |{{yes|works}} [http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=4941&forum=4&post_id=44683#forumpost44683] (Chipset: Qualcomm MSM7200) |- | Huawei E220 "Vodafone EasyBox II" "T-Mobile wnw Box Micro" also known as Huawei K3565 | 0x12d1 | 0x1003 | | {{yes|works, see E169 above (Chipset: Qualcomm MSM6280)}} |- | Huawei E1750 | 0x12d1 | 0x1001 | | {{N/A|untested (Chipset: Qualcomm MSM6290)}} |- | Huawei E170, E172, E176 | 0x12d1 | 0x1003 | | {{N/A|untested (Chipset: Qualcomm MSM7200)}} |- | Huawei E180 | 0x12d1 | 0x1406 | | {{yes|Works (Chipset: Qualcomm MSM7200)}} |- | KYOCERA AH-K3001V | 0x0482 | 0x0203 | | {{N/A|untested}} |- | LG CU515 | | | | {{N/A|untested}} |- | MediaTek Inc GPS | 0x0e8d | 0x3329 | | {{N/A|untested}} |- | Metricom GS Modem | 0x0870 | 0x0001 | | {{N/A|untested}} |- | Motorola MOTOMAGX phones | 0x22b8 | 0x6425 | | {{N/A|untested}} |- | Motorola Q Phone | 0x22b8 | 0x7000 | | {{N/A|untested}} |- | Hummingbird huc56s (Conexant) | 0x0572 | 0x1329 | | {{N/A|untested}} |- | Netcomm Roadster II 128 ISDN | | | | {{N/A|untested}} |- | Nokia n70 N95 HSDPA | | | | {{yes|works - see [http://aros-exec.org/modules/newbb/viewtopic.php?start=0&topic_id=4415&viewmode=flat&order=ASC here]}} |- | OGO | 0x045E | 0x0079 | 0090 | {{no|no driver}} |- | Olitec ADSL Modem V2 | 0x08e3 | 0x0100 / 0x0102 | | {{N/A|untested}} |- | <!--Description-->Onda PT502HS | <!--Vendor ID-->0x19D2 | <!--Product ID-->0x0001 | <!--Revision--> | <!--Opinion-->{{N/A|untested}} |- | Radicom V92HU-E2 | | | | {{N/A|untested}} |- | <!--Description-->Samsung i8510 Innov8 Symbian smartphone | 0x04e8 | 0x6651 | <!--Revision--> | {{yes|works}} [http://aros-exec.org/modules/newbb/viewtopic.php?start=0&topic_id=5552&viewmode=flat&order=ASC&type=&mode=0] |- | Samsung Tocco Lite (aka GT-S5230) | 0x04e8 | 0x6795 | <!--Revision--> | {{yes|works}} [http://aros-exec.org/modules/newbb/viewtopic.php?start=0&topic_id=5552&viewmode=flat&order=ASC&type=&mode=0] |- | Shiro / Aztech USB MODEM UM-3100 | 0x0572 | 0x1328 | | {{N/A|untested}} |- | ZyDAS 56K USB MODEM | 0x0ace | 0x1602 | | {{N/A|untested}} |- | ZyDAS 56K USB MODEM | 0x0ace | 0x1608 | | {{N/A|untested}} |- | ZyDAS 56K USB MODEM - new version | 0x0ace | 0x1611 | | {{N/A|untested}} |- | Zoom Telephonics Model 3095F USB MODEM | 0x0803 | 0x3095 | | {{N/A|untested}} |- | Ugobe Pleo | 0x6962 | 0x0100 | 0x0100 | {{Yes|Works}} |} ==rndis.class== The rndis class provides support for Ethernet access over Remote NDIS. Most USB based devices should be supported. {| class="wikitable sortable" width="90%" ! width="30%" | Description ! width="5%" |Vendor ID ! width="10%" |Product ID ! width="10%" |Revision ! width="50%" |Opinion |- | Huawei U8800 | 0x12d1 | 0x1039 | | {{yes|works (deactivated)}} |- | HTC (Android phone) | 0x0bb4 | 0x0ffe | | {{N/A|untested}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested}} |- style="background:lightgrey; text-align:center; font-weight:bold;" | Description | Vendor ID | Product ID | Revision | Opinion |- | <!--Description-->Actiontec DSL modem | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested}} |- | [http://cateee.net/lkddb/web-lkddb/USB_NET_RNDIS_WLAN.html Asus WL169gE] Wireless | | | | {{N/A|untested}} |- | Buffalo WLI-U2-KG125S | | | | {{N/A|untested}} |- | BUFFALO WLI-USB-G54 | | | | {{N/A|untested}} |- | Belkin F5D7051 | | | | {{N/A|untested}} |- | BT Voyager 1055 | | | | {{N/A|untested}} |- | Eminent EM4045 | | | | {{N/A|untested}} |- | Linksys WUSB54GSv2 | | | | {{N/A|untested}} |- | Linksys WUSB54GSC | | | | {{N/A|untested}} |- | Linksys WUSB54GSv1 | | | | {{N/A|untested}} |- | U.S. Robotics USR5420 | | | | {{N/A|untested}} |- | U.S. Robotics USR5421 | | | | {{N/A|untested}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion--> |} ==Misc== palmpda.class - no pdalink.library and tools Palm PDA (discontinued) synchronisation requires a port of pdalink.library and its tools. {| class="wikitable sortable" width="90%" ! width="30%" | Description ! width="5%" |Vendor ID ! width="10%" |Product ID ! width="10%" |Revision ! width="50%" |Opinion |- | Palm IIIx (OS3.1) serial rs-232 only | | | | {{no|no }} |- | Palm IIIc (OS3.5) | | | | {{no|no }} |- | Palm V | | | | {{no|no }} |- | Palm m100 | | | | {{no|no }} |- | Palm m125 first USB - last with aaa batteries | | | | {{no|no }} |- | Palm m500 (OS4) | | | | {{no|no }} |- | Tungsten T (OS5) first arm cpu | 0x | 0x | 0x | {{no|no }} |- | Zire 31 (OS 5.28) color arm-based | | | | {{no|no }} |- | [[:w:Handspring (company)|Handspring Visor]] – USB support out of box | | | | {{no|no }} |- | Handspring Treo 600 – last one for [[:w:Handspring (company)|Handspring]] | | | | {{no|no }} |- | Treo 700w | | | | {{no|no }} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no|no driver}} |- |} bluetooth.class - needs Bluetooth stack to work (not included) {| class="wikitable sortable" width="90%" ! width="30%" | Description ! width="5%" |Vendor ID ! width="10%" |Product ID ! width="10%" |Revision ! width="50%" |Opinion |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no|no driver}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no|no driver}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no|no driver}} |- |} ccid.class - Chip/Smart Card Interface Devices (not implemented) {| class="wikitable sortable" width="90%" ! width="30%" | Description ! width="5%" |Vendor ID ! width="10%" |Product ID ! width="10%" |Revision ! width="50%" |Opinion |- | cyberJack RFID basis | 0x0C4B | 0x9102 | 0001 | {{no|no driver}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{no|no driver}} |- |} dfu.class - DFU firmware upgrade {| class="wikitable sortable" width="90%" ! width="30%" | Description ! width="5%" |Vendor ID ! width="10%" |Product ID ! width="10%" |Revision ! width="50%" |Opinion |- | iPhone | 0x05ac | 0x1290 0x1292 0x1294 | | {{N/A|untested use with caution could cause damage}} |- | M-Audio/Midiman USB audio | | | | {{N/A|untested}} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion-->{{N/A|untested}} |- |} RocketTool (USB Rocket Launchers - Toy missile launchers) {| class="wikitable sortable" width="90%" ! width="30%" | Description ! width="3px" |Vendor ID ! width="10%" |Product ID ! width="10%" |Revision ! width="50%" |Opinion |- | Original Launcher and StrikerII (includes laser) | 0x1130 | 0x0202 | | {{yes|works }} |- | Dream Cheeky USB Missile Launcher or USB Cirus Cannon | 0x1941 | 0x8021 | | {{no|no driver }} |- | Dream Cheeky USB Webcam Missile Launcher | 0x1941 | | | {{no|no driver }} |- | Rocket Baby | 0x0a81 | 0x0701 | | {{no|no driver }} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion--> |} DRadioTool (FM Radios - USB radio devices D-Link/Gemtek) {| class="wikitable sortable" width="90%" ! width="30%" | Description ! width="5%" |Vendor ID ! width="10%" |Product ID ! width="10%" |Revision ! width="50%" |Opinion |- | D-Link DSB-R100 USB | 0x04b4 | 0x1002 | 0x0410 | {{yes|works }} |- | [http://www.neoseeker.com/forums/383/t257009-link-usb-dru-r100-radio/ GemTek USB FM Radio 21] | 0x04b4 | 0x1002 | | {{N/A|untested }} |- | <!--Description--> | <!--Vendor ID--> | <!--Product ID--> | <!--Revision--> | <!--Opinion--> |} UproarTool (Valencia MPX mp3 player and others) {| class="wikitable sortable" width="90%" ! width="30%" | Description ! width="3px" |Vendor ID ! width="10%" |Product ID ! width="10%" |Revision ! width="50%" |Opinion |- | Korean D Square Valencia MPX-Player | 0x04e8 | various | | {{N/A|untested }} |- |} ===== [[:w:List of palettes#12-bit RGB|Palettes]] ===== *016 colors - rebel's and cammy's *032 colors - deluxe paint OCS palette or [http://archives.aros-exec.org/share/utility/workbench/ pal32] *064 colors - *256 colors - If you want to improve the vga mode palette color on Wanderer, Scalos, etc you can use rtpalette, which is in the demo drawer. rtpalette does not load or save any changes. It just changes colors on the fly. [http://aros-exec.org/modules/newbb/viewtopic.php?post_id=68146#forumpost68146 SetPenColor] does a similar thing. <pre> ;****************************************************************************** ; 16 color palette ;* Please note: when using HEX values you need to provide colors in BGR order ;* (meaning: Blue-Green-Red) _not_ RGB (endianness heritage from 68K code?) ;****************************************************************************** ;PEN 0 - RGB 153-153-153 (DEC) | BGR 99-99-99 (HEX) c:setpencolor SCREEN="Workbench" PEN=0 COLOR=$999999 >NIL: ;PEN 1 - RGB 17-17-17 (DEC) | BGR 11-11-11 (HEX) c:setpencolor SCREEN="Workbench" PEN=1 COLOR=$111111 >NIL: ;PEN 2 - RGB 238-238-238 (DEC) | BGR EE-EE-EE (HEX) c:setpencolor SCREEN="Workbench" PEN=2 COLOR=$EEEEEE >NIL: ;PEN 3 - RGB 68-68-204 (DEC) | BGR 44-44-CC (HEX) c:setpencolor SCREEN="Workbench" PEN=3 COLOR=$CC4444 >NIL: ;PEN 4 - RGB 119-119-199 (DEC) | BGR 77-77-77 (HEX) c:setpencolor SCREEN="Workbench" PEN=4 COLOR=$777777 >NIL: ;PEN 5 - RGB 187-187-187 (DEC) | BGR BB-BB-BB (HEX) c:setpencolor SCREEN="Workbench" PEN=5 COLOR=$BBBBBB >NIL: ;PEN 6 - RGB 204-170-119 (DEC) | BGR CC-AA-77 (HEX) c:setpencolor SCREEN="Workbench" PEN=6 COLOR=$77AACC >NIL: ;PEN 7 - RGB 221-102-153 (DEC) | BGR DD-66-99 (HEX) c:setpencolor SCREEN="Workbench" PEN=7 COLOR=$9966DD >NIL: ;PEN 8 - RGB 34-119-51 (DEC) | BGR 22-77-33 (HEX) c:setpencolor SCREEN="Workbench" PEN=8 COLOR=$337722 >NIL: ;PEN 9 - RGB 119-68-17 (DEC) | BGR 77-44-11 (HEX) c:setpencolor SCREEN="Workbench" PEN=9 COLOR=$114477 >NIL: ;PEN 10 - RGB 238-204-34 (DEC) | BGR EE-CC-22 (HEX) c:setpencolor SCREEN="Workbench" PEN=10 COLOR=$22CCEE >NIL: ;PEN 11 - RGB 68-68-68 (DEC) | BGR 44-44-44 (HEX) c:setpencolor SCREEN="Workbench" PEN=11 COLOR=$444444 >NIL: ;PEN 12 - RGB 187-34-51 (DEC) | BGR BB-22-33 (HEX) c:setpencolor SCREEN="Workbench" PEN=12 COLOR=$3322BB >NIL: ;PEN 13 - RGB 51-170-68 (DEC) | BGR 33-AA-44 (HEX) c:setpencolor SCREEN="Workbench" PEN=13 COLOR=$44AA33 >NIL: ;PEN 14 - RGB 68-119-238 (DEC) | BGR 44-77-EE (HEX) c:setpencolor SCREEN="Workbench" PEN=14 COLOR=$EE7744 >NIL: ;PEN 15 - RGB 204-119-51 (DEC) | BGR CC-77-33 (HEX) c:setpencolor SCREEN="Workbench" PEN=15 COLOR=$3377CC >NIL: </pre> {{BookCat}} 9yzotj388qdbqhbp7xu6yyotwabbscz International Postage Meter Stamp Catalog 0 206595 4095158 4095048 2022-08-21T04:52:12Z 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;"| * 21 Aug: '''''<u>Nigeria</u>''', Type "'''D6.3'''" added.'' * 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.'' |style="color: green;"| * 30 Jun: '''''<u>Jersey</u>''', Type "'''A7.1'''" added.'' * 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'''".'' |} <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:Международный каталог франкотипов]] 9irg3zrjvqekq0dgw1t9kiv3vttx7i2 Sustainable Business/Management and staff 0 211357 4095088 3539322 2022-08-20T22:04:23Z R. Henrik Nilsson 3395618 lesure > leisure wikitext text/x-wiki {{SB}} Once you have decided you alone cannot bring your plan to fruition you have to build a team around you. [http://www.scoop.co.nz/stories/PO0507/S00233.htm Sir John Anderson] [http://unlimited.co.nz/unlimited.nsf/default/9C55A8F02FAB0111CC25703F000B2EA7 example 2] Planning the staff you want and how you will recruit them. Once you have recruited them you need a plan of how to motivate them. ==Recruitment== the first step is to determine what jobs need to be done that you cannot or do not want wamt to do yourself. ===Creating a job description=== this should be written after a needs analysis has been done and should cover the following: *job title *name of employees immediate superior. *Employees subordinates (if any) *job description and its major objectives. (targets for a sales person) *key tasks and activities of the job. *What physical resources are required for the employee to complete their tasks. *Results and standards required for each task. (what degree of accuracy do you require) *how much authority will the employee have. (can they negotiate discounts with customers) Analyse the activities in detail. How much time will an employee actually require to do their job. Does your answer require a full time position or could the tasks be better split into two part-time positions. Will your business improve through having an employee take on this role. Would the role be better outsourced. Www.ers.govt.nz ===Conditions of employment=== Having completed a needs analysis and job specification you are now able to complete the following: *employment agreements and hours of work for all staff *fringe benefits, holidays, bonuses and overtime rates *time off, sick leave, superannuation *training, promotion and performance *dismissal and grievance procedure *retirement policies (is this still relevant) *Employment Relations Act rights such as the role of unions *Health and safety information and conditions Establishing what to pay staff is always difficult. Remember there are minimum wage rates. Local employers associations carry out annual surveys and this information is available to members. Once this has been complied it is possible to draft employment contracts. There are two optons" * use an employment lawyer * [http://www.ers.dol.govt.nz/relationships/builder/ use an employment contract builder] ===Detailing the person specification=== Lists the qualities you require for a a specific position in your business. The person specification speeds up the selection process by helping match the person to the position. The following headings may be used: *Physical requirements *the person must be physically able to complete the work. *Qualifications the job might require a person with specific skills and to be properly qualified. *Special aptitudes or skills these might include literacy, numeracy or computer skills. *Personal characteristics people and relationship skills. These may be important if the employee is to deal with customers or be or be part of a work group. *Special circumstances for example willingness to travel frequently away from home. ===Recruiting=== Spend time researching how the selection process works. It is important that the recruitment process is professional as this reflects on your business. There are various ways of advertising for new staff. You may advertise in the national newspapers, regional newspapers, internet job sites, community newspapers or trade journals. If you advertise make sure that the advertisement accurately reflects what you are looking for. If you have not written a job advertisement before find somebody who has and get them to help. Alternatively it is often worth speaking to your contacts such as current staff, friends and family and industry contacts to see if they know of anyone who may be suitable. It may also be beneficial to approach employment agencies and recruitment consultants to assist in your search. These agencies will all want a fee for their work but will relieve you of much of the sifting through of job applications. An often overlooked avenue to find well trained staff is to approach your local polytechnic as ask is they have any graduates that they feel might be appropriate for the role you are seeking to fill. With more older people returning to academia to top up their skills there are frequently people of all ages that might be suitable and also bring with them many complimentary skills. ===Employment incentives=== *government programmes *local authority programmes(such as Task Force Green - NB this applies only to charities) Do not let subsidies blind you to getting the right person for the job you need done. ===Selecting the Right person for the job=== What techniques will you use to ensure that you get the right staff member. ====Application Forms and Curriculum Vitae==== Ask all applicants to fill in a basic application form and supply a CV. A photo is also useful in helping you remember each applicant. You need information from four basic areas: By standardising the information you are presented with you are better able to make comparisons. As a minumum you should request: *personal details *education and training *employment history *references ===The Job Interview=== Before the interview write down the questions you want to ask. The aim is to find out how well the applicant fits the person description. At the beginning of the interview explain the structure of the interview to the applicant and explain they will be given the opportunity to ask their own questions. Always remember there is a trade off in paying more for somebody who is well trained and less for somebody who needs training. If you opt for a person of lesser training then you get more of an opportunity to train them in the culture of your business. ==Managing your team== ===Staff training=== Your training options might include: *Choosing a buddy from existing staff *Sending them on a course(s). *Hiring an expert for in-house training. *Teaching them yourself. ===Why train staff=== *Ensures staff can perform their jobs *keeps staff interested in their jobs *keeps staff focussed on the needs of the customer (kiwi host) *Stops bad habbits developing *prevents failures, accidents and injuries *keeps staff in touch with new technology *earns the business more profits (in the longer term) ===How much should staff be trained?=== ''Staff should be trained to the level that your competitors would want to recruit them as they are recognised as the best. The internal culture you create for your staff should be one that means they will not want to leave.''(note to review in terms of Principles/methods of permaculture) Plan training 12 months into the future and ensure it is budgeted for. Establish what learning objectives you want the staff to achieve. Outline these to the training provider and plan to use the new skills on the job. Follow up on the training to ensure skills learned are applied in the job 9ensuring training is not wasted. ===Training Options=== There are many organisations that provide on-going training for workers. You might want to consult with: *Your local chamber of commerce *The New Institute of Management *Your local Polytechnic ===Motivation=== Motivation is frequently about leadership. Your ongoing role is to ensure that any staff you hire remain motivated and enthusiastic. Anyones first steps in management are frequently stressful and it is important to assess your own strengths and weaknesses. Where weaknesses are identified you need to find appropriate training. The critical aspect of motivation as performance appraisal. For people to stay motivated they need to know how well they have done. One of the frequent problems of small businesses is that the owner of too busy working in the business to put in enough time to fully evaluate and appraise staff. One of the crucial aspects of longer term sustainability is retaining good staff and delegating to them. ====Performance Appraisal==== These should be regular and are an opportunity to find out what else an employee might be doing. (note to tie in with the evaluation section) Appraisals are used to maintain motivation. It is not always possible to offer somebody a career path and simply increasing somebody's salary does not mean you keep somebody's services. the performance appraisal is an opportunity to find out what keeps a staffmember motivated. Sometimes simple things like giving an employee more control over their work can have enormous positive impact. ===Internal community focussed budgeting=== Another technique is to involve staff in the planning of the business, the hope is to increase their commitment. Doing this helps draw out the insights that the staff have about the business. When a bonus is linked to a fair budget that staff have contributed to it is a powerful tool in bringing a team together and keeping the team operating together well. ===Innovation=== Its about you and your staff. Maintaining a competitive advantage means a commitment to innovation from you and your staff (Plumber) Companies that have a strong commitment to innovation and have this commitment penetrate right through the organisation are the exceptional performers in their industry. Strategies capable of producing innovation require resources and energy. It is important to discuss in your business plan the organisational structures and practices you will put in place to encourage and support innovation. Each of the following topics needs to be elaborated on: *Creating a culture of innovation *Encouraging employee innovation *Building innovation into your business practices *Innovation and staff skills *Innovation and your customers, clients and suppliers *Researching innovation elsewhere *Implementing innovative ideas *Monitoring the level of success og internal innovation ====Creating a culture of innovation==== To find a few good ideas that will create value for your organisation you need to generate possibly hundreds of ideas. It should be the responsibility of every individual in the organisation to come up with ideas, not just the founder or key staff. Concepts for encouraging the flow of ideas include: ====Encouraging creativity==== Encouraging creativity helps keep staff happy, if they think something is important and has the potential to have a financial pay-off for the company let them follow their heart. People perform best when the are driven by inspiration and encouraged to extend their boundaries. ====Encourage everyone to participate==== Teamwork enhances peoples strengths and lessens their weaknesses. Effective teamwork also promotes the awareness that it is in everyone's best interests that the business keeps on improving and growing. (but is this realistically sustainable). ====Provide recognition and rewards==== One of the most powerful tools to get people to be creative and to innovate is recognition. People want to be recognised and rewarded for their ideas and initiative which can have tremendous pay-off's for an organisation. Sometimes the recognition required may be as simple as mentioning a persons effort in a newsletter. Accept mistakes as part of the process Mistakes are part of the learning process. Management guru Tom Peters says “mistakes are not to be tolerated, they are to be encouraged.” An example of a mistake that proved valuable – 3M post it glue. ====Keep an open mind and think laterally==== It is important to be able to look at something with fresh eyes. *Nokia :*a wood processing and logging, with the collapse of communism and Russia vast forestry resource threatening to drive their margins down Nokia realised its competive advantage was its communication system that it had developed since the 1970's that helped them keep in touch with remote logging operations. Nokia has become one of the worlds most successful vendors of telecommunication equipment. ====Innovation through serendipity==== ====Innovation through chance discovery==== Velcro was discovered after a hiker put burrs under a microscope and discovered the amount of small loups that held the burr onto his legs and clothing. From here the concepts in velcro were developed. Ultimately in developing a culture of innovation you want employees to feel comfortable in experimenting and offering suggestions, without fear of criticism or punishment for mistakes. ====Encouraging Employee Innovation.==== Whilst you may be an innovator yiu may need to familarise staff with some of the hallmarks of continuing innovation. For example try educating staff at fortnightly training sessions on topics such as entrepreneurship, creativity and teamwork. Each session might conclude with the assignment of an exercise to be performed any time over the next few working weeks, which builds on the lessons learned. Your aim here is to give employees a taste for innovation so they embrace the process. In addistion incentives can generate great ideas. ====Recognise the efforts of employees==== If a staff member comes up with a really creative idea even if it cannot be implemented immediately mention it in a company newsletter or on a news board. ====Give a profit share or offer a bonus==== Some people are motivated by money and the thought of a profit share or bonus can be a powerful driver. However it is often recognition that is more important. Remember that excellent ideas can lead to genuine improvements in the business. For example an administrative person may come up with a simplification that eliminates some unnecessary paperwork and significantly speeds up a business process. ====Low cost rewards==== ====Days off==== Successful solutions could be rewarded with additional days off or a long weekend. ====Trips away==== Try advertising a problem facing the business that needs a solution as a prize for the best solution offer a weekend away all expenses paid. ====A fair evaluation process==== Ideas need to be fairly evaluated on merit not the individuals status in a business. So form a team of people from all parts of the business to evaluate suggestions. The input from those who might be involved in implementing a process should also be sought to minimise acceptance problems later on. ====Building Innovation into your business practices==== Make the innovation culture as inclusive as possible. Consider insertin an innovation clause into employment agreements so all your employees are aware from the start that they share a common responsibility for improving the business. The process of innovation is not confined to those with technical knowledge and is not limited to developing new products. Innovation is equally valuable in streamlining existing processes. Businesses may reduce costs by minimising waste and result in substantial cost savings (Green man heat recovery). Often great ideas that lead to innovation come from outside the work place. It can be difficult to get staff together for common informal breaks. Consider taking them out for an informal meal where you can encourage creative discussion about work. Also include a good dose of laughter at meetings because laughter is an effective measure of how comfortable people feel about expressing themselves. Experience shows that innovation is more likely to occur in a low debt business. With debt hanging over a business the emphasis is likely to be on cash flow rather than innovation. So effective financial management helps sustain creative direction. ====Innovation and staff skills==== *This is really an annual planning meeting. Assist staff to acquire basic skills in creativity, entrepreneurship and teamwork. Brainstorming sessions often work best in the morning, with three to 10 participants and plenty if biscuits and muffins. *Start with a clear predefined set of problems *all participants need a bit of background knowledge on the industry or greater environment in which the problem exists *background research might include visiting competitors, or collecting brochures or samples. *Make up some creative rules to keep the session and participants focused. 9Only one person speaking at once) *try and cover a range of issues that affect your business *keep a record of ideas *learn how to manage the brainstorming session. ====Innovation and your customers, clients and suppliers==== Encourage staff to listed closely to customer feedback. Trusted suppliers can also offer constructive advice on ways to your relationship more profitable. Often they need to just be asked and then be made aware that you value their (ongoing) contribution to you innovation process. ====You could==== *Create a brains trust. Made up of selected customers or clients. By meeting regularly you can get feedback on your present products and services. Explain to your sales staff that on going market research is a feature of your business. The feedback should cover the whole business relationship not just feedback on a specific product or service. *Research innovation elsewhere *Use the web its is a cheap and fast way to get information *In Print Subscribe to key magazines and journals. *The people factor Widen your business contacts by: *attending trade shows or industry conferences *keep an eye on employment vacancies – they may signal a change in a competitors business. *Join your local chamber of commerce ====Implementing innovative ideas==== The best ideas should be worked on as soon as possible – not just by the generator of the idea but also by others who have a different view point. It is imperative that refinement of the idea starts as soon after brainstorming as possible (while ideas are fresh in the mind). Also to retain the momentum of the brainstorming. Eg – an idea for a now product might mean a crude model is built from polystyrene, foam or cardboard. ====Project selection and management==== It is often to select between competing projects (ideas). Project selection needs to be driven by customer needs. Once a tram is formed meet regularly. Each innovative idea needs a manager who can draw up a plan and set time lines. ====Monitor the level of success of internal innovation==== Try to track the number of ideas generated from each division and the number implemented. You might find that some parts of the business might not be contributing because their ideas are not taken seriously of they have not been sufficiently trained in the need for innovation. ===Vary the work=== Employees using a variety of skills are likely to know that their work is important and meaningful. The more you can design jobs with this in mind the greater the chance of retaining staff. ===Sick Leave=== reasonable sick leave is in all non casual contracts of enmployment. [ http://unlimited.co.nz/unlimited.nsf/default/9C55A8F02FAB0111CC25703F000B2EA7 absenteeism] ===Dismissal=== There is a right way and a wrong way to dismiss staff or make their positions redundant. If the situation is handled badly you could end up fighting a personal grievance which would entail legal fees and more importantly time out of your business. This can be the most difficult area for many people starting out in business. When redundancy or dismissal has to be done for the first time it is appropriate to take advice to get the procedure right. Sources of advice might be: *Employment Lawyers *Your local Chamber of Commerce *An Employers Association While advice may get a procedure right the experience can be traumatic for the staff member and it is wise to try an put a human face on what can be an inhuman process. ===Retirement=== Phased in retirement could be attractive from both the employers and employees perspective. As people get older they slow down and want to spend more time with family or on leisure ativities. Phasing in retirement sees the employee reduce their hours of work. The advantage for the employer is that they do not lose access to a skilled employee and the organizational history they possess. With shortages of skilled labour this situation is likely to become quite popular over time. It is no longer appropraite to set a retirement age. Summary ==Future thinking== Good staff are difficult to find and retain. Consider the following to attract/retain staff: *work from home *part-time work *flexible hours – to enable time for family things *you might want employees to be available outside working hours *work environment plays a large part in the productivity of staff. This has been successfully shown by case studies on Green Buildings. *Consider employing older workers Facilitate this by *Install a server that enables remote access. *Provide laptops to key employees *Pay for home broadband so the worker can stay connected ('''be careful with FBT issues''') Technology can have a positive impact on productivity. Allowing sales people access to stock information can improve their ability to perform As your business develops you will find that your customers can become part of your '''team''' (don't like this word). Your customers actually have a stake in your business. So why not use them to help you plan your business. Ask them what thay are forecasting in terms of purchasing, or ask them what trends they are following. [http://www.lovemarks.com/ Lovemarks] was a concept developed by Kevin Roberts to explain how customers attached themselves to products. This concept could be developed within your customer base to foster longer term loyalty to you and your products. As we have said previously the ethical consumer is now a feature of the marketplace and these people are increasingly well educated and increasingly cynical. Losing sight of this can impair your ability for longer term success. Some of these ideas may impact on your budgets and planning – be sure to include them,. ndsc9oc796roz1ghnsb06gb88v3xnju Annotations of The Complete Peanuts/1969 to 1970 0 211383 4095087 4095006 2022-08-20T21:44:42Z 86.16.13.19 Added annotation for April 1, 1970: biographical details on Ted Williams 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.196 (April 1, 1970), [[wikipedia:Ted_Williams|Ted Williams]] is regarded as one of the greatest hitters in baseball history. He retired from playing in 1960 and was appointed manager of the Washington Senators in 1969, despite having never coached or managed at any level of baseball. * 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}} pv4umfzl3kb8zcgfpzhsh0snl31h8sw 4095089 4095087 2022-08-20T22:14:51Z 86.16.13.19 Added annotation for June 19, 1970: biographical details about Bobby Orr. 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.196 (April 1, 1970), [[wikipedia:Ted_Williams|Ted Williams]] is regarded as one of the greatest hitters in baseball history. He retired from playing in 1960 and was appointed manager of the Washington Senators in 1969, despite having never coached or managed at any level of baseball. * p.&nbsp;206 (April 24, 1970). Lucy should have looked up "[[w:Arbor Day|Arbor Day]]" instead. * p. 230 (June 19, 1970). [[wikipedia:Bobby_Orr|Bobby Orr]] is a Canadian former professional ice hockey player, widely acknowledged as one of the greatest of all time. He played 10 seasons with the Boston Bruins and in May 1970 he scored the cup-winning goal, in overtime, in the final match of Boston's Stanley Cup series with the St Louis Blues. It was Boston's first Stanley Cup victory in 29 years. * 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}} gi63zv51jq0kz1cu3skmspj9172dork 4095092 4095089 2022-08-20T22:28:34Z 86.16.13.19 Added annotation for June 22, 1970 - reference to Woodstock 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.196 (April 1, 1970), [[wikipedia:Ted_Williams|Ted Williams]] is regarded as one of the greatest hitters in baseball history. He retired from playing in 1960 and was appointed manager of the Washington Senators in 1969, despite having never coached or managed at any level of baseball. * p.&nbsp;206 (April 24, 1970). Lucy should have looked up "[[w:Arbor Day|Arbor Day]]" instead. * p. 230 (June 19, 1970). [[wikipedia:Bobby_Orr|Bobby Orr]] is a Canadian former professional ice hockey player, widely acknowledged as one of the greatest of all time. He played 10 seasons with the Boston Bruins and in May 1970 he scored the cup-winning goal, in overtime, in the final match of Boston's Stanley Cup series with the St Louis Blues. It was Boston's first Stanley Cup victory in 29 years. * p.232 (June 22, 1970) [[wikipedia:Woodstock|Woodstock]] Music and Art Fair, commonly referred to as "Woodstock", was a legendary music festival held August 15–18, 1969, in Bethel, New York. In April 1969, Creedence Clearwater Revival became the first act to sign up for the event. * 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}} cx9cez3b402s4r3b91r7hsadz4kp1hg 4095094 4095092 2022-08-20T22:29:46Z 86.16.13.19 Cut extraneious information in annotation for June 22, 1970 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.196 (April 1, 1970), [[wikipedia:Ted_Williams|Ted Williams]] is regarded as one of the greatest hitters in baseball history. He retired from playing in 1960 and was appointed manager of the Washington Senators in 1969, despite having never coached or managed at any level of baseball. * p.&nbsp;206 (April 24, 1970). Lucy should have looked up "[[w:Arbor Day|Arbor Day]]" instead. * p. 230 (June 19, 1970). [[wikipedia:Bobby_Orr|Bobby Orr]] is a Canadian former professional ice hockey player, widely acknowledged as one of the greatest of all time. He played 10 seasons with the Boston Bruins and in May 1970 he scored the cup-winning goal, in overtime, in the final match of Boston's Stanley Cup series with the St Louis Blues. It was Boston's first Stanley Cup victory in 29 years. * p.232 (June 22, 1970) [[wikipedia:Woodstock|Woodstock]] Music and Art Fair, commonly referred to as "Woodstock", was a legendary music festival held August 15–18, 1969, in Bethel, New York. * 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}} 7zmszws5lay6d7krev15forobwa7tq0 MATLAB Programming/Vector and Matrices/Sparse Matrices 0 211728 4095127 3678242 2022-08-21T02:14:51Z MrAlanKoh 3392840 MrAlanKoh moved page [[MATLAB Programming/Arrays/Sparse Matrices]] to [[MATLAB Programming/Vector and Matrices/Sparse Matrices]] without leaving a redirect: Move to correct cat wikitext text/x-wiki A '''Sparse Matrix''' is a matrix that mostly contains zeros. In MATLAB, sparse matrices contrast regular ones in the way they are stored, such that memory is used more efficiently for matrices that are sparse. A regular matrix can be converted to a sparse matrix using <syntaxhighlight lang="matlab"> >> S = sparse(A); % Create sparse representation of A </syntaxhighlight> Sparse matrices are very common in engineering purposes. This is useful for manipulation as most of the matrix has a value of 0. {{BookCat}} ebgz34byvalytctvwy0ukktnlv8aupj Calculus/Algebra 0 215619 4095060 4085986 2022-08-20T14:33:30Z Shoury2076 3396112 /* Logarithmic addition and subtraction */ Changed the size of the brackets around the fraction. wikitext text/x-wiki {{Calculus/Top Nav|Precalculus|Trigonometry}} The purpose of this section is for readers to review important algebraic concepts. It is necessary to understand algebra in order to do calculus. If you are confident of your ability, you may skim through this section. ==Rules of arithmetic and algebra== The following laws are true for all <math>a,b,c</math> in <math>\mathbb{R}</math> whether these are numbers, variables, functions, or more complex expressions involving numbers, variable and/or functions. ===Addition=== *Commutative Law: <math>a+b=b+a</math> . *Associative Law: <math>(a+b)+c=a+(b+c)</math> . *Additive Identity: <math>a+0=a</math> . *Additive Inverse: <math>a+(-a)=0</math> . ===Subtraction=== *Definition: <math>a-b=a+(-b)</math> . ===Multiplication=== *Commutative law: <math>a\times b=b\times a</math> . *Associative law: <math>(a\times b)\times c=a\times(b\times c)</math> . *Multiplicative identity: <math>a\times 1=a</math> . *Multiplicative inverse: <math>a\times\frac{1}{a}=1</math> , whenever <math>a\ne 0</math> *Distributive law: <math>a\times(b+c)=(a\times b)+(a\times c)</math>. === Division=== *Definition: <math>\frac{a}{b} = r + nb</math>, where r is the remainder of a when divided by b, and n is an integer. *Definition: <math>\frac{a}{b}=a\times\frac{1}{b}</math> , whenever <math>b\ne 0</math> . Let's look at an example to see how these rules are used in practice. {| |- |<math>\frac{(x+2)(x+3)}{x+3}</math> |<math>=\left[(x+2)\times(x+3)\right]\times\left(\frac{1}{x+3}\right)</math> (from the definition of division) |- | |<math>=(x+2)\times\left[(x+3)\times\left(\frac{1}{x+3}\right)\right]</math> (from the associative law of multiplication) |- | |<math>=((x+2)\times(1)),\qquad x\ne -3</math> (from multiplicative inverse) |- | |<math>=x+2,\qquad x\ne -3</math> (from multiplicative identity) |} Of course, the above is much longer than simply cancelling <math>x+3</math> out in both the numerator and denominator. However, it is important to know what the rules are so as to know when you are allowed to cancel. Occasionally people do the following, for instance, which is '''incorrect''': :<math>\frac{2\times(x+2)}{2}=\frac{2}{2}\times\frac{x+2}{2}=1\times\frac{x+2}{2}=\frac{x+2}{2}</math> . The correct simplification is :<math>\frac{2\times(x+2)}{2}=\left(2\times\frac{1}{2}\right)\times(x+2)=1\times(x+2)=x+2</math> , where the number <math>2</math> cancels out in both the numerator and the denominator. ==Interval notation== There are a few different ways that one can express with symbols a specific interval (all the numbers between two numbers). One way is with inequalities. If we wanted to denote the set of all numbers between, say, 2 and 4, we could write "all <math>x</math> satisfying <math>2<x<4</math>". This excludes the endpoints 2 and 4 because we use <math><</math> instead of <math>\le</math>. If we wanted to include the endpoints, we would write "all <math>x</math> satisfying <math>2\le x\le 4</math> ." Another way to write these intervals would be with interval notation. If we wished to convey "all <math>x</math> satisfying <math>2<x<4</math>" we would write <math>(2,4)</math>. This does ''not'' include the endpoints 2 and 4. If we wanted to include the endpoints we would write <math>[2,4]</math>. If we wanted to include 2 and not 4 we would write <math>[2,4)</math>; if we wanted to exclude 2 and include 4, we would write <math>(2,4]</math>. Thus, we have the following table: {| class="wikitable" style="margin:auto;" ! Endpoint conditions ! Inequality notation ! Interval notation |- | Including both 2 and 4 | all <math>x</math> satisfying <math>2\le x\le 4</math> | <div class="center"><math>[2,4]</math></div> |- | Not including 2 nor 4 | all <math>x</math> satisfying <math>2<x<4</math> | <div class="center"><math>(2,4)</math></div> |- | Including 2 not 4 | all <math>x</math> satisfying <math>2\le x<4</math> | <div class="center"><math>[2,4)</math></div> |- | Including 4 not 2 | all <math>x</math> satisfying <math>2<x\le 4</math> | <div class="center"><math>(2,4]</math></div> |} In general, we have the following table, where <math>a,b\in\mathbb{R}</math>. {| class="wikitable" style="margin:auto; text-align:center" !Meaning !Interval Notation !Set Notation |- |align=left|All values greater than or equal to <math>a</math> and less than or equal to <math>b</math> |<math>[a,b]</math> |<math>\{x:a\le x\le b\}</math> |- |align=left|All values greater than <math>a</math> and less than <math>b</math> |<math>(a,b)</math> |<math>\{x:a<x<b\}</math> |- |align=left|All values greater than or equal to <math>a</math> and less than <math>b</math> |<math>[a,b)</math> |<math>\{x:a\le x<b\}</math> |- |align=left|All values greater than <math>a</math> and less than or equal to <math>b</math> |<math>(a,b]</math> |<math>\{x:a<x\le b\}</math> |- |align=left|All values greater than or equal to <math>a</math> |<math>[a,\infty)</math> |<math>\{x:x\ge a\}</math> |- |align=left|All values greater than <math>a</math> |<math>(a,\infty)</math> |<math>\{x:x>a\}</math> |- |align=left|All values less than or equal to <math>a</math> |<math>(-\infty,a]</math> |<math>\{x:x\le a\}</math> |- |align=left|All values less than <math>a</math> |<math>(-\infty,a)</math> |<math>\{x:x<a\}</math> |- |align=left|All values |<math>(-\infty,\infty)</math> |<math>\{x:x\in\R\}</math> |} Note that <math>\infty</math> and <math>-\infty</math> must always have an exclusive parenthesis rather than an inclusive bracket. This is because <math>\infty</math> is not a number, and therefore cannot be in our set. <math>\infty</math> is really just a symbol that makes things easier to write, like the intervals above. The interval <math>(a,b)</math> is called an '''open interval''', and the interval <math>[a,b]</math> is called a '''closed interval'''. Intervals are sets and we can use set notation to show relations between values and intervals. If we want to say that a certain value is contained in an interval, we can use the symbol <math>\in</math> to denote this. For example, <math>2\in[1,3]</math> . Likewise, the symbol <math>\notin</math> denotes that a certain element is not in an interval. For example <math>0\notin(0,1)</math> . ==Exponents and radicals== There are a few rules and properties involving exponents and radicals. As a definition we have that if <math>n</math> is a positive integer then <math>a^n</math> denotes <math>n</math> factors of <math>a</math> . That is, <div class="center"><math>a^n=a\cdot a\cdot a\cdots a\qquad(n~ \mbox{times})</math></div> If <math>a\ne 0</math> then we say that <math>a^0=1</math> . If <math>n</math> is a negative integer then we say that <math>a^{-n}=\frac{1}{a^n}</math> . If we have an exponent that is a fraction then we say that <math>a^\frac{m}{n}=\sqrt[n]{a^m}=(\sqrt[n]{a})^m</math> . In the expression <math>\sqrt[n]{a}</math> , <math>n</math> is called the ''index'' of the radical, the symbol <math>\sqrt{\;\;}</math> is called the radical sign, and <math>a</math> is called the ''radicand''. In addition to the previous definitions, the following rules apply: {| class="wikitable" style="margin:auto;" !Rule !Example |- |<math>a^n\cdot a^m=a^{n+m}</math> |<math>3^6\cdot 3^9=3^{15}</math> |- |<math>(a^n)^m=a^{n\cdot m}</math> |<math>(x^4)^5=x^{20}</math> |- |<math>(ab)^n=a^nb^n</math> |<math>(3x)^5=3^5x^5</math> |} ===Simplifying expressions involving radicals=== We will use the following conventions for simplifying expressions involving radicals: # Given the expression <math>a^\frac{b}{c}</math>, write this as <math>\sqrt[c]{a^b}</math> # No fractions under the radical sign # No radicals in the denominator # The radicand has no exponentiated factors with exponent greater than or equal to the index of the radical {{ExampleRobox|title=Example: Simplify the expression <math>\left(\frac{1}{8}\right)^\frac{1}{2}</math>}} Using convention 1, we rewrite the given expression as {{equation|1=<math>\left(\frac{1}{8}\right)^\frac{1}{2} = \sqrt[2]{\left(\frac{1}{8}\right)^1} = \sqrt{\frac{1}{8}}</math>|2=1|3=center}} The expression now violates convention 2. To get rid of the fraction in the radical, apply the rule <math>\left(\frac{a}{b}\right)^n=\frac{a^n}{b^n}</math> and simplify the result: {{equation|1=<math>\sqrt{\frac{1}{8}} = \frac{\sqrt{1}}{\sqrt{8}} = \frac{1}{\sqrt{8}}</math>|2=2|3=center}} The resulting expression violates convention 3. To get rid of the radical in the denominator, multiply by <math>\frac{\sqrt{8}}{\sqrt{8}}</math>: {{equation|1=<math>\frac{1}{\sqrt{8}} = \frac{1}{\sqrt{8}}\cdot\frac{\sqrt{8}}{\sqrt{8}} = \frac{\sqrt{8}}{8}</math>|2=3|3=center}} Notice that <math>8=2^3</math>. Since the index of the radical is 2, our expression violates convention 4. We can reduce the exponent of the expression under the radical as follows: {{equation|1=<math>\frac{\sqrt{8}}{8} = \frac{\sqrt{2^3}}{8} = \frac{\sqrt{2^2\cdot2}}{8} = \frac{2\cdot\sqrt{2}}{8} = \frac{\sqrt{2}}{4}</math>|2=4|3=center}} {{Robox/Close}} ====Exercise==== <quiz display=simple points="2/2"> { |type="{}"} <math>144^\frac{5}{3}=</math>{ 1,728|1728_6 }<math>\sqrt[3]{}</math>{ 12_5 } </quiz> ==Logarithms== Consider the equation {{equation|1=<math>y=b^x</math>|2=5|3=center}} <math>b</math> is called the ''base'' and <math>x</math> is called the ''exponent''. Suppose we would like to solve for <math>x</math> . We would like to apply an operation to both sides of the equation that will get rid of the base on the right-hand side of the equation. The operation we want is called the ''logarithm'', or ''log'' for short, and it is defined as follows: {{Calculus/Def |title=Definition: (Formal definition of a logarithm) |text=:<math>\log_{b}y=x</math> exactly if <math>y=b^x</math> and <math>x>0</math>, <math>b>0</math>, and <math>b\ne1</math>. }} Logarithms are taken with respect to some base. What the equation is saying is that, when <math>x</math> is the exponent of <math>b</math>, the result will be <math>y</math>. ===Example=== {{ExampleRobox|title=Example: Calculate <math>\log_{10}100000</math>}} <math>\log_{10}100000</math> is the number <math>x</math> such that <math>10^x=100000</math>. Well <math>10^5=100000</math>, so <math>\log_{10}100000=5</math> {{Robox/Close}} ===Common bases for logarithms=== When the base is not specified, <math>\log</math> is taken to mean the base 10 logarithm. Later on in our study of calculus we will commonly work with logarithms with base <math>e\approx2.718282</math> . In fact, the base <math>e</math> logarithm comes up so often that it has its own name and symbol. It is called the ''natural logarithm'', and its symbol is <math>\ln</math> . In computer science the [[wikipedia:Logarithm#Particular_bases|base 2 logarithm]] often comes up. ===Properties of logarithms=== ==== Logarithmic addition and subtraction ==== Logarithms have the property that <math>\log_{b}x+\log_{b}y=\log_{b}(x\cdot y)</math> . To see why this is true, suppose that:<blockquote><math>\log_{b}x=r</math> and <math>\log_{b}y=s</math></blockquote>These assumptions imply that <blockquote><math>x=b^r</math> and <math>y=b^s</math></blockquote>Then by the properties of exponents<blockquote><math>x\cdot y=b^r\cdot b^s=b^{r+s}</math> </blockquote>According to the definition of the logarithm<blockquote><math>\log_{b}(x\cdot y)=r+s=\log_{b}x+\log_{b}y</math></blockquote>Similarly, the property that <math>\log_{b}x-\log_{b}y=\log_{b}\left(\frac{x}{y}\right)</math> also hold true using the same method. Historically, the development of logarithms was motivated by the usefulness of this fact for simplifying hand calculations by replacing tedious multiplication by table look-ups and addition. ==== Logarithmic powers and roots ==== Another useful property of logarithms is that <math>\log_{b}a^c=c\cdot \log_{b}a</math> . To see why, consider the expression <math>\log_{b}a^c</math> . Let us assume that <blockquote><math>\log_{b}a^c=x</math> </blockquote>By the definition of the logarithm<blockquote><math>a^c=b^x</math></blockquote>Now raise each side of the equation to the power <math>\frac{1}{c}</math> and simplify to get <blockquote><math>a=b^\frac{x}{c}</math></blockquote>Now if you take the base <math>b</math> log of both sides, you get <blockquote><math>\log_{b}a=\frac{x}{c}</math></blockquote>Solving for <math>x</math> shows that <blockquote><math>x=c\cdot\log_{b}a</math></blockquote>Similarly, the expression <math>\log_b \sqrt[c]{a} = \frac{\log_b a}{c}</math> holds true using the same methods. ===Converting between bases=== Most scientific calculators have the <math>\log</math> and <math>\ln</math> functions built in., which do not include logarithms with other bases. Consider how one might compute <math>\log_{b}a</math>, where <math>b</math> and <math>a</math> are given known numbers, when we can only compute logarithms in some base <math>\beta</math>. First, let us assume that <blockquote><math>\log_{b}a=x</math></blockquote>Then the definition of logarithm implies that <blockquote><math>a=b^x</math></blockquote>If we take the base <math>\beta</math> log of each side, we get <blockquote><math>\log_{\beta} a=\log_{\beta} b^x=x\cdot\log_{\beta} b</math></blockquote>Solving for <math>x</math> , we find that <blockquote><math>x=\frac{\log_{\beta} a}{\log_{\beta} b}</math></blockquote>For example, if we only use base 10 to calculate <math>\log_{2}45</math>, we get <math>\log_{2}45=\frac{\log 45}{\log 2}\approx \frac{1.653212514}{0.301029996} \approx 5.491853096</math> . === Identities of logarithms summary === A table is provided below for a summary of logarithmic identities. {| class="wikitable" style="margin: 0 auto;" ! !Formula !Example |- |Product |<math>\log_b(x\cdot y) = \log_b x + \log_b y</math> |<math>\log_2 32 = \log_2 (4 \cdot 8) = \log_2 4 + \log_2 8 = 2 + 3 = 5</math> |- |Quotient |<math>\log_b \!\frac{x}{y} = \log_b x - \log_b y</math> |<math>\log_2 16 = \log_2 \!\frac{64}{4} = \log_2 64 - \log_2 4 = 6 - 2 = 4</math> |- |Power |<math>\log_b\left(a^c\right) = c \log_b a</math> |<math>\log_2 64 = \log_2 \left(2^6\right) = 6 \log_2 2 = 6</math> |- |Root |<math>\log_b \sqrt[c]{a} = \frac{\log_b a}{c}</math> |<math>\log_{10} \sqrt{1000} = \frac{1}{2}\log_{10} 1000 = \frac{3}{2} = 1.5</math> |- |Change of base |<math> \log_b a = \frac{\log_\beta a}{\log_\beta b} </math> |<math>\log_{9}243=\frac{\log_3 243}{\log_3 9}=\frac{5}{2}=2.5</math> |} ==Factoring and roots== Given the expression <math>x^2+3x+2</math> , one may ask "what are the values of <math>x</math> that make this expression 0?" If we factor we obtain <div class="center"><math>x^2+3x+2=(x+2)(x+1)</math></div> . If <math>x=-1,-2</math> , then one of the factors on the right becomes zero. Therefore, the whole must be zero. So, by factoring we have discovered the values of <math>x</math> that render the expression zero. These values are termed "roots." In general, given a quadratic polynomial <math>px^2+qx+r</math> that factors as <div class="center"><math>px^2+qx+r=(ax+c)(bx+d)</math></div> then we have that <math>x=-\frac{c}{a}</math> and <math>x=-\frac{d}{b}</math> are roots of the original polynomial. A special case to be on the look out for is the difference of two squares, <math>a^2-b^2</math> . In this case, we are always able to factor as <div class="center"><math>a^2-b^2=(a+b)(a-b)</math></div>For example, consider <math>4x^2-9</math> . On initial inspection we would see that both <math>4x^2</math> and <math>9</math> are squares of <math>2x</math> and <math>3</math>, respectively. Applying the previous rule we have <div class="center"><math>4x^2-9=(2x+3)(2x-3)</math></div> === The AC method === There is a way of simplifying the process of factoring using the AC method. Suppose that a quadratic polynomial has a formula of <div class="center"><math>x^2+qx+r</math></div> If there are numbers <math>a</math> and <math>b</math> that satisfy both <div class="center"><math>a\cdot b=r</math> and <math>a+b=q</math></div> Then, the result of factoring will be <div class="center"><math>x^2+qx+r=(x+a)(x+b)</math></div> === The quadratic formula === {{Calculus/Def|text='''The quadratic formula'''<br/> Given any quadratic equation <math>ax^2+bx+c=0\ ,\ a\ne0</math>, all solutions of the equation are given by the quadratic formula:</br> :<math>x=\frac{-b \pm \sqrt{b^2 - 4ac} }{2a}</math>}}Note that the value of <math>b^2-4ac</math> will affect the number of ''real'' solutions of the equation. {| class="wikitable" style="margin: 0 auto;" !If !Then |- |<math>b^2-4ac>0</math> |There are two real solutions to the equation |- |<math>b^2-4ac=0</math> |There is only one real solution to the equation |- |<math>b^2-4ac<0</math> |There are no real solutions to the equation |} {{ExampleRobox|title=Example: Find all the roots of <math>4x^2+7x-2</math>}} Finding the roots is equivalent to solving the equation <math>4x^2+7x-2=0</math> . Applying the quadratic formula with <math>a=4\ ,\ b=7\ ,\ c=-2</math> , we have:</br> <math>x=\frac{-7\pm\sqrt{7^2-4(4)(-2)}}{2(4)}</math> <math>x=\frac{-7\pm\sqrt{49+32}}{8}</math> <math>x=\frac{-7\pm\sqrt{81}}{8}</math> <math>x=\frac{-7\pm9}{8}</math> <math>x=\frac{2}{8}\ ,\ x=\frac{-16}{8}</math> <math>x=\frac{1}{4}\ ,\ x=-2</math> {{Robox/Close}} The quadratic formula can also help with factoring, as the next example demonstrates. {{ExampleRobox|title=Example: Factor the polynomial <math>4x^2+7x-2</math>}} We already know from the previous example that the polynomial has roots <math>x=\frac{1}{4}</math> and <math>x=-2</math> . Our factorization will take the form<br/> <math>C(x+2)\left(x-\tfrac{1}{4}\right)</math><br/> All we have to do is set this expression equal to our polynomial and solve for the unknown constant C:</br> <math>C(x+2)\left(x-\tfrac{1}{4}\right)=4x^2+7x-2</math> <math>C\left(x^2+\left(-\tfrac{1}{4}+2\right)x-\tfrac{2}{4}\right)=4x^2+7x-2</math> <math>C\left(x^2+\tfrac{7}{4}x-\tfrac{1}{2}\right)=4x^2+7x-2</math> You can see that <math>C=4</math> solves the equation. So the factorization is</br> <math>4x^2+7x-2=4(x+2)\left(x-\tfrac{1}{4}\right)=(x+2)(4x-1)</math> {{Robox/Close}} === Vieta's formulae === Vieta's formulae relate the coefficients of a polynomial to sums and products of its roots. It is very convenient because under certain circumstances when the sums and products of the quadratic's roots are provided, one does not require to solve the whole quadratic polynomial.{{Calculus/Def|text='''Vieta's formulae''' in quadratic polynomials<br/> Given any quadratic equation <math>ax^2+bx+c=0\ ,\ a\ne0</math>, The roots <math>x_1, x_2</math> of the quadratic polynomial satisfy :<math> x_1 + x_2 = -\frac{b}{a}, \quad x_1 x_2 = \frac{c}{a}.</math>}} ==Simplifying rational expressions== Consider the two polynomials <div class="center"><math>p(x)=a_nx^n+a_{n-1}x^{n-1}+\cdots+a_1x+a_0</math></div> and <div class="center"><math>q(x)=b_mx^m+b_{m-1}x^{m-1}+\cdots+b_1x+b_0</math></div> When we take the quotient of the two we obtain <div class="center"><math>\frac{p(x)}{q(x)}=\frac{a_nx^n+a_{n-1}x^{n-1}+\cdots+a_1x+a_0}{b_mx^m+b_{m-1}x^{m-1}+\cdots+b_1x+b_0}</math></div> The ratio of two polynomials is called a '''rational expression'''. Many times we would like to simplify such a beast. For example, say we are given <math>\frac{x^2-1}{x+1}</math> . We may simplify this in the following way: <div class="center"><math>\frac{x^2-1}{x+1}=\frac{(x+1)(x-1)}{x+1}=x-1,\qquad x\ne -1</math></div> This is nice because we have obtained something we understand quite well, <math>x-1</math> , from something we didn't. ==Formulas of multiplication of polynomials== Here are some formulas that can be quite useful for solving polynomial problems: <div class="center"><math>(a\pm b)^2=a^2\pm 2ab+b^2</math></div> <div class="center"><math>(a-b)(a+b)=a^2-b^2</math></div> <div class="center"><math>(a\pm b)^3=a^3\pm 3a^2b+3ab^2\pm b^3</math></div> <div class="center"><math>a^3\pm b^3=(a\pm b)(a^2\mp ab+b^2)</math></div> ==Polynomial Long Division== Suppose we would like to divide one polynomial by another. The procedure is similar to long division of numbers and is illustrated in the following example: ===Example=== {{ExampleRobox|title=Divide <math>x^2-2x-15</math> (the dividend or numerator) by <math>x+3</math> (the divisor or denominator)}} Similar to long division of numbers, we set up our problem as follows: :<math>\begin{array}{rl}\\ x+3\!\!\!\!&\big)\!\!\!\begin{array}{lll} \hline \,x^2-2x-15 \end{array}\end{array}</math> First we have to answer the question, how many times does <math>x+3</math> go into <math>x^2</math>? To find out, divide the leading term of the dividend by leading term of the divisor. So it goes in <math>x</math> times. We record this above the leading term of the dividend: :<math>\begin{array}{rl}&~~\,x\\ x+3\!\!\!\!&\big)\!\!\!\begin{array}{lll} \hline \,x^2-2x-15 \end{array}\\ \end{array}</math> , and we multiply <math>x+3</math> by <math>x</math> and write this below the dividend as follows: :<math>\begin{array}{rl}&~~\,x\\ x+3\!\!\!\!&\big)\!\!\!\begin{array}{lll} \hline \,x^2-2x-15 \end{array}\\ &\!\!\!\!-\underline{(x^2+3x)~~~}\\ \end{array}</math> Now we perform the subtraction, bringing down any terms in the dividend that aren't matched in our subtrahend: :<math>\begin{array}{rl}&~~\,x\\ x+3\!\!\!\!&\big)\!\!\!\begin{array}{lll} \hline \,x^2-2x-15 \end{array}\\ &\!\!\!\!-\underline{(x^2+3x)~~~}\\ &\!\!\!\!~~~~~~-5x-15~~~\\ \end{array}</math> Now we repeat, treating the bottom line as our new dividend: :<math>\begin{array}{rl}&~~\,x-5\\ x+3\!\!\!\!&\big)\!\!\!\begin{array}{lll} \hline \,x^2-2x-15 \end{array}\\ &\!\!\!\!-\underline{(x^2+3x)~~~}\\ &\!\!\!\!~~~~~~-5x-15~~~\\ &\!\!\!\!~~~-\underline{(-5x-15)~~~}\\ &\!\!\!\!~~~~~~~~~~~~~~~~~~~0~~~\\ \end{array}</math> In this case we have no remainder. {{Robox/Close}} ===Application: Factoring Polynomials=== We can use polynomial long division to factor a polynomial if we know one of the factors in advance. For example, suppose we have a polynomial <math>P(x)</math> and we know that <math>r</math> is a root of <math>P</math> . If we perform polynomial long division using P(x) as the dividend and <math>(x-r)</math> as the divisor, we will obtain a polynomial <math>Q(x)</math> such that <math>P(x)=(x-r)Q(x)</math> , where the degree of <math>Q</math> is one less than the degree of <math>P</math>. ===Exercise=== Use <code>^</code> to write exponents: <quiz display=simple points="1/1"> {Factor <math>x-1</math> out of <math>6x^3-4x^2+3x-5</math>. |type="{}"} { (x - 1)(6x^2 + 2x + 5) (i)|(x-1)(6x^2+2x+5) (i)|(6x^2 + 2x + 5)(x - 1) (i)|(6x^2+2x+5)(x-1) (i) _22 } </quiz> ===Application: Breaking up a rational function=== Similar to the way one can convert an improper fraction into an integer plus a proper fraction, one can convert a rational function <math>P(x)</math> whose numerator <math>N(x)</math> has degree <math>n</math> and whose denominator <math>D(x)</math> has degree <math>d</math> with <math>n\ge d</math> into a polynomial plus a rational function whose numerator has degree <math>\nu</math> and denominator has degree <math>\delta</math> with <math>\nu<\delta</math> . Suppose that <math>N(x)</math> divided by <math>D(x)</math> has quotient <math>Q(x)</math> and remainder <math>R(x)</math> . That is :<math>N(x)=D(x)Q(x)+R(x)</math> Dividing both sides by <math>D(x)</math> gives :<math>\frac{N(x)}{D(x)}=Q(x)+\frac{R(x)}{D(x)}</math> <math>R(x)</math> will have degree less than <math>D(x)</math> . ====Example==== {{ExampleRobox|title=Write <math>\frac{x-1}{x-3}</math> as a polynomial plus a rational function with numerator having degree less than the denominator.}} :<math>\begin{array}{rl}&~~\,1\\ x-3\!\!\!\!&\big)\!\!\!\begin{array}{lll} \hline \,x-1 \end{array}\\ &\!\!\!\!-\underline{(x-3)~~~}\\ &\!\!\!\!~~~~~~~~~2~~~\\ \end{array}</math> so :<math>\frac{x-1}{x-3}=1+\frac{2}{x-3}</math> {{Robox/Close}} {{Calculus/Top Nav|Precalculus|Trigonometry}} {{Calculus/TOC}} er6lvpbdj4da95o04ggklba8xxix0hx 4095063 4095060 2022-08-20T14:39:49Z Shoury2076 3396112 /* Converting between bases */ Removed an unnecessary period ("."). wikitext text/x-wiki {{Calculus/Top Nav|Precalculus|Trigonometry}} The purpose of this section is for readers to review important algebraic concepts. It is necessary to understand algebra in order to do calculus. If you are confident of your ability, you may skim through this section. ==Rules of arithmetic and algebra== The following laws are true for all <math>a,b,c</math> in <math>\mathbb{R}</math> whether these are numbers, variables, functions, or more complex expressions involving numbers, variable and/or functions. ===Addition=== *Commutative Law: <math>a+b=b+a</math> . *Associative Law: <math>(a+b)+c=a+(b+c)</math> . *Additive Identity: <math>a+0=a</math> . *Additive Inverse: <math>a+(-a)=0</math> . ===Subtraction=== *Definition: <math>a-b=a+(-b)</math> . ===Multiplication=== *Commutative law: <math>a\times b=b\times a</math> . *Associative law: <math>(a\times b)\times c=a\times(b\times c)</math> . *Multiplicative identity: <math>a\times 1=a</math> . *Multiplicative inverse: <math>a\times\frac{1}{a}=1</math> , whenever <math>a\ne 0</math> *Distributive law: <math>a\times(b+c)=(a\times b)+(a\times c)</math>. === Division=== *Definition: <math>\frac{a}{b} = r + nb</math>, where r is the remainder of a when divided by b, and n is an integer. *Definition: <math>\frac{a}{b}=a\times\frac{1}{b}</math> , whenever <math>b\ne 0</math> . Let's look at an example to see how these rules are used in practice. {| |- |<math>\frac{(x+2)(x+3)}{x+3}</math> |<math>=\left[(x+2)\times(x+3)\right]\times\left(\frac{1}{x+3}\right)</math> (from the definition of division) |- | |<math>=(x+2)\times\left[(x+3)\times\left(\frac{1}{x+3}\right)\right]</math> (from the associative law of multiplication) |- | |<math>=((x+2)\times(1)),\qquad x\ne -3</math> (from multiplicative inverse) |- | |<math>=x+2,\qquad x\ne -3</math> (from multiplicative identity) |} Of course, the above is much longer than simply cancelling <math>x+3</math> out in both the numerator and denominator. However, it is important to know what the rules are so as to know when you are allowed to cancel. Occasionally people do the following, for instance, which is '''incorrect''': :<math>\frac{2\times(x+2)}{2}=\frac{2}{2}\times\frac{x+2}{2}=1\times\frac{x+2}{2}=\frac{x+2}{2}</math> . The correct simplification is :<math>\frac{2\times(x+2)}{2}=\left(2\times\frac{1}{2}\right)\times(x+2)=1\times(x+2)=x+2</math> , where the number <math>2</math> cancels out in both the numerator and the denominator. ==Interval notation== There are a few different ways that one can express with symbols a specific interval (all the numbers between two numbers). One way is with inequalities. If we wanted to denote the set of all numbers between, say, 2 and 4, we could write "all <math>x</math> satisfying <math>2<x<4</math>". This excludes the endpoints 2 and 4 because we use <math><</math> instead of <math>\le</math>. If we wanted to include the endpoints, we would write "all <math>x</math> satisfying <math>2\le x\le 4</math> ." Another way to write these intervals would be with interval notation. If we wished to convey "all <math>x</math> satisfying <math>2<x<4</math>" we would write <math>(2,4)</math>. This does ''not'' include the endpoints 2 and 4. If we wanted to include the endpoints we would write <math>[2,4]</math>. If we wanted to include 2 and not 4 we would write <math>[2,4)</math>; if we wanted to exclude 2 and include 4, we would write <math>(2,4]</math>. Thus, we have the following table: {| class="wikitable" style="margin:auto;" ! Endpoint conditions ! Inequality notation ! Interval notation |- | Including both 2 and 4 | all <math>x</math> satisfying <math>2\le x\le 4</math> | <div class="center"><math>[2,4]</math></div> |- | Not including 2 nor 4 | all <math>x</math> satisfying <math>2<x<4</math> | <div class="center"><math>(2,4)</math></div> |- | Including 2 not 4 | all <math>x</math> satisfying <math>2\le x<4</math> | <div class="center"><math>[2,4)</math></div> |- | Including 4 not 2 | all <math>x</math> satisfying <math>2<x\le 4</math> | <div class="center"><math>(2,4]</math></div> |} In general, we have the following table, where <math>a,b\in\mathbb{R}</math>. {| class="wikitable" style="margin:auto; text-align:center" !Meaning !Interval Notation !Set Notation |- |align=left|All values greater than or equal to <math>a</math> and less than or equal to <math>b</math> |<math>[a,b]</math> |<math>\{x:a\le x\le b\}</math> |- |align=left|All values greater than <math>a</math> and less than <math>b</math> |<math>(a,b)</math> |<math>\{x:a<x<b\}</math> |- |align=left|All values greater than or equal to <math>a</math> and less than <math>b</math> |<math>[a,b)</math> |<math>\{x:a\le x<b\}</math> |- |align=left|All values greater than <math>a</math> and less than or equal to <math>b</math> |<math>(a,b]</math> |<math>\{x:a<x\le b\}</math> |- |align=left|All values greater than or equal to <math>a</math> |<math>[a,\infty)</math> |<math>\{x:x\ge a\}</math> |- |align=left|All values greater than <math>a</math> |<math>(a,\infty)</math> |<math>\{x:x>a\}</math> |- |align=left|All values less than or equal to <math>a</math> |<math>(-\infty,a]</math> |<math>\{x:x\le a\}</math> |- |align=left|All values less than <math>a</math> |<math>(-\infty,a)</math> |<math>\{x:x<a\}</math> |- |align=left|All values |<math>(-\infty,\infty)</math> |<math>\{x:x\in\R\}</math> |} Note that <math>\infty</math> and <math>-\infty</math> must always have an exclusive parenthesis rather than an inclusive bracket. This is because <math>\infty</math> is not a number, and therefore cannot be in our set. <math>\infty</math> is really just a symbol that makes things easier to write, like the intervals above. The interval <math>(a,b)</math> is called an '''open interval''', and the interval <math>[a,b]</math> is called a '''closed interval'''. Intervals are sets and we can use set notation to show relations between values and intervals. If we want to say that a certain value is contained in an interval, we can use the symbol <math>\in</math> to denote this. For example, <math>2\in[1,3]</math> . Likewise, the symbol <math>\notin</math> denotes that a certain element is not in an interval. For example <math>0\notin(0,1)</math> . ==Exponents and radicals== There are a few rules and properties involving exponents and radicals. As a definition we have that if <math>n</math> is a positive integer then <math>a^n</math> denotes <math>n</math> factors of <math>a</math> . That is, <div class="center"><math>a^n=a\cdot a\cdot a\cdots a\qquad(n~ \mbox{times})</math></div> If <math>a\ne 0</math> then we say that <math>a^0=1</math> . If <math>n</math> is a negative integer then we say that <math>a^{-n}=\frac{1}{a^n}</math> . If we have an exponent that is a fraction then we say that <math>a^\frac{m}{n}=\sqrt[n]{a^m}=(\sqrt[n]{a})^m</math> . In the expression <math>\sqrt[n]{a}</math> , <math>n</math> is called the ''index'' of the radical, the symbol <math>\sqrt{\;\;}</math> is called the radical sign, and <math>a</math> is called the ''radicand''. In addition to the previous definitions, the following rules apply: {| class="wikitable" style="margin:auto;" !Rule !Example |- |<math>a^n\cdot a^m=a^{n+m}</math> |<math>3^6\cdot 3^9=3^{15}</math> |- |<math>(a^n)^m=a^{n\cdot m}</math> |<math>(x^4)^5=x^{20}</math> |- |<math>(ab)^n=a^nb^n</math> |<math>(3x)^5=3^5x^5</math> |} ===Simplifying expressions involving radicals=== We will use the following conventions for simplifying expressions involving radicals: # Given the expression <math>a^\frac{b}{c}</math>, write this as <math>\sqrt[c]{a^b}</math> # No fractions under the radical sign # No radicals in the denominator # The radicand has no exponentiated factors with exponent greater than or equal to the index of the radical {{ExampleRobox|title=Example: Simplify the expression <math>\left(\frac{1}{8}\right)^\frac{1}{2}</math>}} Using convention 1, we rewrite the given expression as {{equation|1=<math>\left(\frac{1}{8}\right)^\frac{1}{2} = \sqrt[2]{\left(\frac{1}{8}\right)^1} = \sqrt{\frac{1}{8}}</math>|2=1|3=center}} The expression now violates convention 2. To get rid of the fraction in the radical, apply the rule <math>\left(\frac{a}{b}\right)^n=\frac{a^n}{b^n}</math> and simplify the result: {{equation|1=<math>\sqrt{\frac{1}{8}} = \frac{\sqrt{1}}{\sqrt{8}} = \frac{1}{\sqrt{8}}</math>|2=2|3=center}} The resulting expression violates convention 3. To get rid of the radical in the denominator, multiply by <math>\frac{\sqrt{8}}{\sqrt{8}}</math>: {{equation|1=<math>\frac{1}{\sqrt{8}} = \frac{1}{\sqrt{8}}\cdot\frac{\sqrt{8}}{\sqrt{8}} = \frac{\sqrt{8}}{8}</math>|2=3|3=center}} Notice that <math>8=2^3</math>. Since the index of the radical is 2, our expression violates convention 4. We can reduce the exponent of the expression under the radical as follows: {{equation|1=<math>\frac{\sqrt{8}}{8} = \frac{\sqrt{2^3}}{8} = \frac{\sqrt{2^2\cdot2}}{8} = \frac{2\cdot\sqrt{2}}{8} = \frac{\sqrt{2}}{4}</math>|2=4|3=center}} {{Robox/Close}} ====Exercise==== <quiz display=simple points="2/2"> { |type="{}"} <math>144^\frac{5}{3}=</math>{ 1,728|1728_6 }<math>\sqrt[3]{}</math>{ 12_5 } </quiz> ==Logarithms== Consider the equation {{equation|1=<math>y=b^x</math>|2=5|3=center}} <math>b</math> is called the ''base'' and <math>x</math> is called the ''exponent''. Suppose we would like to solve for <math>x</math> . We would like to apply an operation to both sides of the equation that will get rid of the base on the right-hand side of the equation. The operation we want is called the ''logarithm'', or ''log'' for short, and it is defined as follows: {{Calculus/Def |title=Definition: (Formal definition of a logarithm) |text=:<math>\log_{b}y=x</math> exactly if <math>y=b^x</math> and <math>x>0</math>, <math>b>0</math>, and <math>b\ne1</math>. }} Logarithms are taken with respect to some base. What the equation is saying is that, when <math>x</math> is the exponent of <math>b</math>, the result will be <math>y</math>. ===Example=== {{ExampleRobox|title=Example: Calculate <math>\log_{10}100000</math>}} <math>\log_{10}100000</math> is the number <math>x</math> such that <math>10^x=100000</math>. Well <math>10^5=100000</math>, so <math>\log_{10}100000=5</math> {{Robox/Close}} ===Common bases for logarithms=== When the base is not specified, <math>\log</math> is taken to mean the base 10 logarithm. Later on in our study of calculus we will commonly work with logarithms with base <math>e\approx2.718282</math> . In fact, the base <math>e</math> logarithm comes up so often that it has its own name and symbol. It is called the ''natural logarithm'', and its symbol is <math>\ln</math> . In computer science the [[wikipedia:Logarithm#Particular_bases|base 2 logarithm]] often comes up. ===Properties of logarithms=== ==== Logarithmic addition and subtraction ==== Logarithms have the property that <math>\log_{b}x+\log_{b}y=\log_{b}(x\cdot y)</math> . To see why this is true, suppose that:<blockquote><math>\log_{b}x=r</math> and <math>\log_{b}y=s</math></blockquote>These assumptions imply that <blockquote><math>x=b^r</math> and <math>y=b^s</math></blockquote>Then by the properties of exponents<blockquote><math>x\cdot y=b^r\cdot b^s=b^{r+s}</math> </blockquote>According to the definition of the logarithm<blockquote><math>\log_{b}(x\cdot y)=r+s=\log_{b}x+\log_{b}y</math></blockquote>Similarly, the property that <math>\log_{b}x-\log_{b}y=\log_{b}\left(\frac{x}{y}\right)</math> also hold true using the same method. Historically, the development of logarithms was motivated by the usefulness of this fact for simplifying hand calculations by replacing tedious multiplication by table look-ups and addition. ==== Logarithmic powers and roots ==== Another useful property of logarithms is that <math>\log_{b}a^c=c\cdot \log_{b}a</math> . To see why, consider the expression <math>\log_{b}a^c</math> . Let us assume that <blockquote><math>\log_{b}a^c=x</math> </blockquote>By the definition of the logarithm<blockquote><math>a^c=b^x</math></blockquote>Now raise each side of the equation to the power <math>\frac{1}{c}</math> and simplify to get <blockquote><math>a=b^\frac{x}{c}</math></blockquote>Now if you take the base <math>b</math> log of both sides, you get <blockquote><math>\log_{b}a=\frac{x}{c}</math></blockquote>Solving for <math>x</math> shows that <blockquote><math>x=c\cdot\log_{b}a</math></blockquote>Similarly, the expression <math>\log_b \sqrt[c]{a} = \frac{\log_b a}{c}</math> holds true using the same methods. ===Converting between bases=== Most scientific calculators have the <math>\log</math> and <math>\ln</math> functions built in, which do not include logarithms with other bases. Consider how one might compute <math>\log_{b}a</math>, where <math>b</math> and <math>a</math> are given known numbers, when we can only compute logarithms in some base <math>\beta</math>. First, let us assume that <blockquote><math>\log_{b}a=x</math></blockquote>Then the definition of logarithm implies that <blockquote><math>a=b^x</math></blockquote>If we take the base <math>\beta</math> log of each side, we get <blockquote><math>\log_{\beta} a=\log_{\beta} b^x=x\cdot\log_{\beta} b</math></blockquote>Solving for <math>x</math> , we find that <blockquote><math>x=\frac{\log_{\beta} a}{\log_{\beta} b}</math></blockquote>For example, if we only use base 10 to calculate <math>\log_{2}45</math>, we get <math>\log_{2}45=\frac{\log 45}{\log 2}\approx \frac{1.653212514}{0.301029996} \approx 5.491853096</math> . === Identities of logarithms summary === A table is provided below for a summary of logarithmic identities. {| class="wikitable" style="margin: 0 auto;" ! !Formula !Example |- |Product |<math>\log_b(x\cdot y) = \log_b x + \log_b y</math> |<math>\log_2 32 = \log_2 (4 \cdot 8) = \log_2 4 + \log_2 8 = 2 + 3 = 5</math> |- |Quotient |<math>\log_b \!\frac{x}{y} = \log_b x - \log_b y</math> |<math>\log_2 16 = \log_2 \!\frac{64}{4} = \log_2 64 - \log_2 4 = 6 - 2 = 4</math> |- |Power |<math>\log_b\left(a^c\right) = c \log_b a</math> |<math>\log_2 64 = \log_2 \left(2^6\right) = 6 \log_2 2 = 6</math> |- |Root |<math>\log_b \sqrt[c]{a} = \frac{\log_b a}{c}</math> |<math>\log_{10} \sqrt{1000} = \frac{1}{2}\log_{10} 1000 = \frac{3}{2} = 1.5</math> |- |Change of base |<math> \log_b a = \frac{\log_\beta a}{\log_\beta b} </math> |<math>\log_{9}243=\frac{\log_3 243}{\log_3 9}=\frac{5}{2}=2.5</math> |} ==Factoring and roots== Given the expression <math>x^2+3x+2</math> , one may ask "what are the values of <math>x</math> that make this expression 0?" If we factor we obtain <div class="center"><math>x^2+3x+2=(x+2)(x+1)</math></div> . If <math>x=-1,-2</math> , then one of the factors on the right becomes zero. Therefore, the whole must be zero. So, by factoring we have discovered the values of <math>x</math> that render the expression zero. These values are termed "roots." In general, given a quadratic polynomial <math>px^2+qx+r</math> that factors as <div class="center"><math>px^2+qx+r=(ax+c)(bx+d)</math></div> then we have that <math>x=-\frac{c}{a}</math> and <math>x=-\frac{d}{b}</math> are roots of the original polynomial. A special case to be on the look out for is the difference of two squares, <math>a^2-b^2</math> . In this case, we are always able to factor as <div class="center"><math>a^2-b^2=(a+b)(a-b)</math></div>For example, consider <math>4x^2-9</math> . On initial inspection we would see that both <math>4x^2</math> and <math>9</math> are squares of <math>2x</math> and <math>3</math>, respectively. Applying the previous rule we have <div class="center"><math>4x^2-9=(2x+3)(2x-3)</math></div> === The AC method === There is a way of simplifying the process of factoring using the AC method. Suppose that a quadratic polynomial has a formula of <div class="center"><math>x^2+qx+r</math></div> If there are numbers <math>a</math> and <math>b</math> that satisfy both <div class="center"><math>a\cdot b=r</math> and <math>a+b=q</math></div> Then, the result of factoring will be <div class="center"><math>x^2+qx+r=(x+a)(x+b)</math></div> === The quadratic formula === {{Calculus/Def|text='''The quadratic formula'''<br/> Given any quadratic equation <math>ax^2+bx+c=0\ ,\ a\ne0</math>, all solutions of the equation are given by the quadratic formula:</br> :<math>x=\frac{-b \pm \sqrt{b^2 - 4ac} }{2a}</math>}}Note that the value of <math>b^2-4ac</math> will affect the number of ''real'' solutions of the equation. {| class="wikitable" style="margin: 0 auto;" !If !Then |- |<math>b^2-4ac>0</math> |There are two real solutions to the equation |- |<math>b^2-4ac=0</math> |There is only one real solution to the equation |- |<math>b^2-4ac<0</math> |There are no real solutions to the equation |} {{ExampleRobox|title=Example: Find all the roots of <math>4x^2+7x-2</math>}} Finding the roots is equivalent to solving the equation <math>4x^2+7x-2=0</math> . Applying the quadratic formula with <math>a=4\ ,\ b=7\ ,\ c=-2</math> , we have:</br> <math>x=\frac{-7\pm\sqrt{7^2-4(4)(-2)}}{2(4)}</math> <math>x=\frac{-7\pm\sqrt{49+32}}{8}</math> <math>x=\frac{-7\pm\sqrt{81}}{8}</math> <math>x=\frac{-7\pm9}{8}</math> <math>x=\frac{2}{8}\ ,\ x=\frac{-16}{8}</math> <math>x=\frac{1}{4}\ ,\ x=-2</math> {{Robox/Close}} The quadratic formula can also help with factoring, as the next example demonstrates. {{ExampleRobox|title=Example: Factor the polynomial <math>4x^2+7x-2</math>}} We already know from the previous example that the polynomial has roots <math>x=\frac{1}{4}</math> and <math>x=-2</math> . Our factorization will take the form<br/> <math>C(x+2)\left(x-\tfrac{1}{4}\right)</math><br/> All we have to do is set this expression equal to our polynomial and solve for the unknown constant C:</br> <math>C(x+2)\left(x-\tfrac{1}{4}\right)=4x^2+7x-2</math> <math>C\left(x^2+\left(-\tfrac{1}{4}+2\right)x-\tfrac{2}{4}\right)=4x^2+7x-2</math> <math>C\left(x^2+\tfrac{7}{4}x-\tfrac{1}{2}\right)=4x^2+7x-2</math> You can see that <math>C=4</math> solves the equation. So the factorization is</br> <math>4x^2+7x-2=4(x+2)\left(x-\tfrac{1}{4}\right)=(x+2)(4x-1)</math> {{Robox/Close}} === Vieta's formulae === Vieta's formulae relate the coefficients of a polynomial to sums and products of its roots. It is very convenient because under certain circumstances when the sums and products of the quadratic's roots are provided, one does not require to solve the whole quadratic polynomial.{{Calculus/Def|text='''Vieta's formulae''' in quadratic polynomials<br/> Given any quadratic equation <math>ax^2+bx+c=0\ ,\ a\ne0</math>, The roots <math>x_1, x_2</math> of the quadratic polynomial satisfy :<math> x_1 + x_2 = -\frac{b}{a}, \quad x_1 x_2 = \frac{c}{a}.</math>}} ==Simplifying rational expressions== Consider the two polynomials <div class="center"><math>p(x)=a_nx^n+a_{n-1}x^{n-1}+\cdots+a_1x+a_0</math></div> and <div class="center"><math>q(x)=b_mx^m+b_{m-1}x^{m-1}+\cdots+b_1x+b_0</math></div> When we take the quotient of the two we obtain <div class="center"><math>\frac{p(x)}{q(x)}=\frac{a_nx^n+a_{n-1}x^{n-1}+\cdots+a_1x+a_0}{b_mx^m+b_{m-1}x^{m-1}+\cdots+b_1x+b_0}</math></div> The ratio of two polynomials is called a '''rational expression'''. Many times we would like to simplify such a beast. For example, say we are given <math>\frac{x^2-1}{x+1}</math> . We may simplify this in the following way: <div class="center"><math>\frac{x^2-1}{x+1}=\frac{(x+1)(x-1)}{x+1}=x-1,\qquad x\ne -1</math></div> This is nice because we have obtained something we understand quite well, <math>x-1</math> , from something we didn't. ==Formulas of multiplication of polynomials== Here are some formulas that can be quite useful for solving polynomial problems: <div class="center"><math>(a\pm b)^2=a^2\pm 2ab+b^2</math></div> <div class="center"><math>(a-b)(a+b)=a^2-b^2</math></div> <div class="center"><math>(a\pm b)^3=a^3\pm 3a^2b+3ab^2\pm b^3</math></div> <div class="center"><math>a^3\pm b^3=(a\pm b)(a^2\mp ab+b^2)</math></div> ==Polynomial Long Division== Suppose we would like to divide one polynomial by another. The procedure is similar to long division of numbers and is illustrated in the following example: ===Example=== {{ExampleRobox|title=Divide <math>x^2-2x-15</math> (the dividend or numerator) by <math>x+3</math> (the divisor or denominator)}} Similar to long division of numbers, we set up our problem as follows: :<math>\begin{array}{rl}\\ x+3\!\!\!\!&\big)\!\!\!\begin{array}{lll} \hline \,x^2-2x-15 \end{array}\end{array}</math> First we have to answer the question, how many times does <math>x+3</math> go into <math>x^2</math>? To find out, divide the leading term of the dividend by leading term of the divisor. So it goes in <math>x</math> times. We record this above the leading term of the dividend: :<math>\begin{array}{rl}&~~\,x\\ x+3\!\!\!\!&\big)\!\!\!\begin{array}{lll} \hline \,x^2-2x-15 \end{array}\\ \end{array}</math> , and we multiply <math>x+3</math> by <math>x</math> and write this below the dividend as follows: :<math>\begin{array}{rl}&~~\,x\\ x+3\!\!\!\!&\big)\!\!\!\begin{array}{lll} \hline \,x^2-2x-15 \end{array}\\ &\!\!\!\!-\underline{(x^2+3x)~~~}\\ \end{array}</math> Now we perform the subtraction, bringing down any terms in the dividend that aren't matched in our subtrahend: :<math>\begin{array}{rl}&~~\,x\\ x+3\!\!\!\!&\big)\!\!\!\begin{array}{lll} \hline \,x^2-2x-15 \end{array}\\ &\!\!\!\!-\underline{(x^2+3x)~~~}\\ &\!\!\!\!~~~~~~-5x-15~~~\\ \end{array}</math> Now we repeat, treating the bottom line as our new dividend: :<math>\begin{array}{rl}&~~\,x-5\\ x+3\!\!\!\!&\big)\!\!\!\begin{array}{lll} \hline \,x^2-2x-15 \end{array}\\ &\!\!\!\!-\underline{(x^2+3x)~~~}\\ &\!\!\!\!~~~~~~-5x-15~~~\\ &\!\!\!\!~~~-\underline{(-5x-15)~~~}\\ &\!\!\!\!~~~~~~~~~~~~~~~~~~~0~~~\\ \end{array}</math> In this case we have no remainder. {{Robox/Close}} ===Application: Factoring Polynomials=== We can use polynomial long division to factor a polynomial if we know one of the factors in advance. For example, suppose we have a polynomial <math>P(x)</math> and we know that <math>r</math> is a root of <math>P</math> . If we perform polynomial long division using P(x) as the dividend and <math>(x-r)</math> as the divisor, we will obtain a polynomial <math>Q(x)</math> such that <math>P(x)=(x-r)Q(x)</math> , where the degree of <math>Q</math> is one less than the degree of <math>P</math>. ===Exercise=== Use <code>^</code> to write exponents: <quiz display=simple points="1/1"> {Factor <math>x-1</math> out of <math>6x^3-4x^2+3x-5</math>. |type="{}"} { (x - 1)(6x^2 + 2x + 5) (i)|(x-1)(6x^2+2x+5) (i)|(6x^2 + 2x + 5)(x - 1) (i)|(6x^2+2x+5)(x-1) (i) _22 } </quiz> ===Application: Breaking up a rational function=== Similar to the way one can convert an improper fraction into an integer plus a proper fraction, one can convert a rational function <math>P(x)</math> whose numerator <math>N(x)</math> has degree <math>n</math> and whose denominator <math>D(x)</math> has degree <math>d</math> with <math>n\ge d</math> into a polynomial plus a rational function whose numerator has degree <math>\nu</math> and denominator has degree <math>\delta</math> with <math>\nu<\delta</math> . Suppose that <math>N(x)</math> divided by <math>D(x)</math> has quotient <math>Q(x)</math> and remainder <math>R(x)</math> . That is :<math>N(x)=D(x)Q(x)+R(x)</math> Dividing both sides by <math>D(x)</math> gives :<math>\frac{N(x)}{D(x)}=Q(x)+\frac{R(x)}{D(x)}</math> <math>R(x)</math> will have degree less than <math>D(x)</math> . ====Example==== {{ExampleRobox|title=Write <math>\frac{x-1}{x-3}</math> as a polynomial plus a rational function with numerator having degree less than the denominator.}} :<math>\begin{array}{rl}&~~\,1\\ x-3\!\!\!\!&\big)\!\!\!\begin{array}{lll} \hline \,x-1 \end{array}\\ &\!\!\!\!-\underline{(x-3)~~~}\\ &\!\!\!\!~~~~~~~~~2~~~\\ \end{array}</math> so :<math>\frac{x-1}{x-3}=1+\frac{2}{x-3}</math> {{Robox/Close}} {{Calculus/Top Nav|Precalculus|Trigonometry}} {{Calculus/TOC}} dnff6dav2pyarb3jzedrnxelchnxtig Haitian Creole/Numbers 0 230099 4095081 3828755 2022-08-20T17:21:04Z 71.255.98.160 /* Thirty to sixty-nine */ wikitext text/x-wiki {{Wiktionary|Category:Haitian Creole cardinal numerals}} To understand numbers in Haitian Creole, it is helpful to know French (but not necessary) because they are all derived from that language. The Haitian Creole numbers are mostly phonetic representations of how the same numbers are pronounced in French (changed according to [[../Etymology|a few rules]]), so if you know some rules regarding French pronunciation, you will understand Haitian Creole numbers more readily. ==Zero to ten== {|class="wikitable" !# !Haitian Creole |- |0 |zewo |- |1 |en |- |2 |de |- |3 |twa |- |4 |kat |- |5 |senk |- |6 |sis |- |7 |sèt |- |8 |uit |- |9 |nèf |- |10 |dis |} ==Eleven to nineteen== {|class="wikitable" !# !Haitian Creole |- |11 |onz |- |12 |douz |- |13 |trèz |- |14 |katòz |- |15 |kenz |- |16 |sèz |- |17 |disèt |- |18 |dizwit |- |19 |disnèf |} One way to help you remember these numbers is that they all have "z" in them except 17,18,and 19 ==Twenty to twenty-nine== Twenty is ''ven''. For the rest, you take either ''vent-'' or ''ven-'' and add the units number. Use ''vent-'' for 1, 8 and 9. The only units number that is different from before is 1, which is ''eyen'' instead of ''en'' (which comes from French ''et-un'', "and-one"). {|class="wikitable" !# !Haitian Creole |- |20 |ven |- |21 |venteyen |- |22 |vende |- |23 |ventwa |- |24 |venkat |- |25 |vensenk |- |26 |vensis |- |27 |vensèt |- |28 |ventwit |- |29 |vennèf |} ==Thirty to sixty-nine== These are all similar to the twenties, where "ven" (20) is the only irregularity. {| class="wikitable sortable" !# !Haitian Creole !# !Haitian Creole !# !Haitian Creole !# !Haitian Creole |- |30 |trant |40 |karant |50 |senkant |60 |swasant |- |31 |tranteyen |41 |karanteyen |51 |senkanteyen |61 |swasanteyen |- |32 |trande |42 |karande |52 |senkande |62 |swasande |- |33 |trantwa |43 |karantwa |53 |senkantwa |63 |swasantwa |- |34 |trankat |44 |karankat |54 |senkankat |64 |swasankat |- |35 |transenk |45 |karansenk |55 |senkansenk |65 |swasansenk |- |36 |transis |46 |karansis |56 |senkansis |66 |swasansis |- |37 |transèt |47 |karansèt |57 |senkansèt |67 |swasansèt |- |38 |trantwit |48 |karantwit |58 |senkantwit |68 |swasantwit |- |39 |trannèf |49 |karannèf |59 |senkannèf |69 |swasannèf |} ==Seventy to seventy-nine== These are irregular. You take the word for "sixty" (''swasant'') and add the numbers 10–19 as though it were "sixty-ten" for "seventy". This is also derived from French. Note that where in French you would say ''soixante-et-onze'' (71), you say ''swasanonz'', and not *''swasanteyonz''. {|class="wikitable" !# !Haitian Creole |- |70 |swasandis |- |71 |swasanonz |- |72 |swasandouz |- |73 |swasantrèz |- |74 |swasankatòz |- |75 |swasankenz |- |76 |swasansèz |- |77 |swasandisèt |- |78 |swasandizwit |- |79 |swasandisnèf |} {{Worksheet|Haitian Creole/Numbers}} {{BookCat}} rivdt61i3mcn20wj8ctz0qntyxq08p4 Aros/Platforms/Storage support 0 274498 4095164 3486920 2022-08-21T06:24:10Z Jeff1138 301139 wikitext text/x-wiki {{ArosNav}} ==Introduction== AROS supports hard disks and optical drives attached to several interfaces: * IDE (also known as ATA or PATA) * SATA (in IDE compatibility mode) * USB == IDE Desktop Hard Disks == {| class="wikitable" width="70%" ! width="20%" |Brand ! width="20%" |Model ! width="10%" |Works ! width="20%" |Tested Distribution |- | Fujitsu | M1624TAU | {{yes}} | Icaros Desktop 1.5.2 |- | IBM | DHEA-38451 | {{yes}} | Icaros Desktop 1.5.2 |- | Samsung | SP40A2H | {{yes}} | Icaros Desktop 1.5.2 |- | Seagate | ST3160215ACE | {{yes}} | Icaros Desktop 1.5.2 |- | Seagate | ST32122A | {{maybe}} | Icaros Desktop 1.5.2 |- | Western Digital | WD102AA | {{yes}} | Icaros Desktop 1.5.2 |- | Western Digital | WD200 | {{maybe}} | Icaros Desktop 1.5.2 |- | <!--Brand--> | <!---Model--> | <!--Work--> | <!--Tested under--> |- |} == SATA Desktop Hard Disks == {| class="wikitable" width="70%" ! width="20%" |Brand ! width="20%" |Model ! width="10%" |Works ! width="20%" |Tested Distribution |- | Kingston | SV300S3505AG | {{yes}} | Nightly Build 2014-09-18 |- | Seagate | ST3160812AS | {{yes}} | Icaros Desktop 1.5.2 |- | <!--Brand--> | <!---Model--> | <!--Work--> | <!--Tested under--> |- |} == IDE Laptop Hard Disks == {| class="wikitable" width="70%" ! width="20%" |Brand ! width="20%" |Model ! width="10%" |Works ! width="20%" |Tested Distribution |- | Fujitsu | MHV2040AH | {{yes}} | Icaros Desktop 1.4 |- | <!--Brand-->HGST | <!--Model--> | <!--Work--> | <!--Tested under--> |- | <!--Brand--> | <!--Model--> | <!--Work--> | <!--Tested under--> |- | Toshiba | MK2011GAP | {{yes}} | Icaros Desktop 1.5.2 |- | <!--Brand--> | <!--Model--> | <!--Work--> | <!--Tested under--> |- |} == SATA Laptop Hard Disks == ===9.5mm=== {| class="wikitable" width="70%" ! width="20%" |Brand ! width="20%" |Model ! width="10%" |Works ! width="20%" |Tested Distribution |- | Fujitsu | MHW2120B | {{yes}} | Icaros Desktop 1.4 |- | <!--Brand-->HGST | <!--Model--> | <!--Work--> | <!--Tested under--> |- | <!--Brand--> | <!--Model--> | <!--Work--> | <!--Tested under--> |- | <!--Brand-->Toshiba | <!--Model-->MKxx59GSXP | <!--Work-->{{yes}} | <!--Tested under-->Icaros 2.2 with uses Advanced Format (AF) in 4,096 bytes per sector. Compatibility with legacy, 512 bytes through AF emulation techniques, called 512e |- | <!--Brand--> | <!--Model--> | <!--Work--> | <!--Tested under--> |- | <!--Brand--> | <!--Model--> | <!--Work--> | <!--Tested under--> |- |} ===7mm=== {| class="wikitable" width="70%" ! width="20%" |Brand ! width="20%" |Model ! width="10%" |Works ! width="20%" |Tested Distribution |- | <!--Brand-->Fujitsu | <!--Model--> | <!--Work--> | <!--Tested under--> |- | <!--Brand-->Toshiba | <!--Model--> | <!--Work--> | <!--Tested under--> |- | <!--Brand--> | <!--Model--> | <!--Work--> | <!--Tested under--> |- |} == IDE Desktop Optical Drives == {| class="wikitable" width="70%" ! width="20%" |Brand ! width="20%" |Model ! width="10%" |Reads ! width="10%" |Writes ! width="20%" |Tested Distribution |- | Compaq | CR-594-BCQ | {{yes}} | {{n/a}} | Icaros Desktop 1.5.2 |- | Compaq | CRD-8322B(CP1) | {{yes}} | {{n/a}} | Icaros Desktop 1.5.2 |- | Compaq | CRD-8484B(AM2A) | {{yes}} | {{n/a}} | Icaros Desktop 1.5.2 |- | Compaq | LTN-485 | {{yes}} | {{n/a}} | Icaros Desktop 1.5.2 |- | Creative | CD220E | {{yes}} | {{n/a}} | Icaros Desktop 1.5.2 |- | Hitachi-LG | GDA-4120B | {{yes}} | {{no}} | Icaros Desktop 1.5.2 |- | LG | CRD-8400B | {{yes}} | {{n/a}} | Icaros Desktop 1.5.2 |- | Lite-On | LTN486S | {{yes}} | {{n/a}} | Icaros Desktop 1.5.2 |- | Mitsumi | CRMC-FX4830T | {{no}} | {{n/a}} | Icaros Desktop 1.5.2 |- | NEC | CDR-1700B | {{yes}} | {{n/a}} | Icaros Desktop 1.5.2 |- | NEC | DV-5800A | {{no}} | {{n/a}} | Icaros Desktop 1.5.2 |- | NEC | ND-2100A | {{yes}} | {{no}} | Icaros Desktop 1.5.2 |- | NEC | NR-7900A | {{yes}} | {{no}} | Icaros Desktop 1.5.2 |- | Philips | DVD8631 | {{no}} | {{no}} | Icaros Desktop 2.2 |- | Samsung | SC-148 | {{yes}} | {{n/a}} | Icaros Desktop 1.5.2 |- | Samsung | SCR-2030 | {{yes}} | {{n/a}} | Icaros Desktop 1.5.2 |- | Samsung | SM-348B | {{yes}} | {{n/a}} | Icaros Desktop 1.5.2 |- | Sony | CDU601 | {{yes}} | {{n/a}} | Icaros Desktop 1.5.2 |- | Sony | CDU611-25 | {{no}} | {{n/a}} | Icaros Desktop 1.5.2 |- | Toshiba | SD-M1202 | {{no}} | {{n/a}} | Icaros Desktop 1.5.2 |} == SATA Desktop Optical Drives == {| class="wikitable" width="70%" ! width="20%" |Brand ! width="20%" |Model ! width="10%" |Reads ! width="10%" |Writes ! width="20%" |Tested Distribution |- | <!--Brand--> | <!--Model--> | <!--Reads--> | <!--Writes--> | <!--Tested Distribution--> |- | <!--Brand--> | <!--Model--> | <!--Reads--> | <!--Writes--> | <!--Tested Distribution--> |- | <!--Brand--> | <!--Model--> | <!--Reads--> | <!--Writes--> | <!--Tested Distribution--> |- |} == IDE Laptop Optical Drives == {| class="wikitable" width="70%" ! width="20%" |Brand ! width="20%" |Model ! width="10%" |Reads ! width="10%" |Writes ! width="20%" |Tested Distribution |- | Hitachi-LG | GCCT10N | {{yes}} | {{Maybe|FryingPan WRITE seems to have no problem with data sections (track 1) - combos with audio sections (track 2) white screens aros eventually}} | AspireOS Xenon with 25th Jan 2014 self update kernel |- | Optiarc | AD-7540A | {{yes}} | {{unk}} | Icaros Desktop 2.2 |- | Philips | SDR089 | {{yes}} | {{unk}} | Icaros Desktop 1.4 |- | Sony | DW-Q58A | {{yes}} | {{unk}} | Icaros Desktop 2.2 |- | TSSTcorp | TS-L462C | {{yes}} | {{unk}} | Icaros Desktop 2.2 |- | TSSTcorp | TS-L632H | {{yes}} | {{unk}} | Icaros Desktop 1.4 |- | <!--Brand--> | <!--Model--> | <!--Reads--> | <!--Writes--> | <!--Tested Distribution--> |- | <!--Brand--> | <!--Model--> | <!--Reads--> | <!--Writes--> | <!--Tested Distribution--> |- | <!--Brand--> | <!--Model--> | <!--Reads--> | <!--Writes--> | <!--Tested Distribution--> |} == SATA Laptop Optical Drives == {| class="wikitable" width="70%" ! width="20%" |Brand ! width="20%" |Model ! width="10%" |Reads ! width="10%" |Writes ! width="20%" |Tested Distribution |- | <!--Brand--> | <!--Model--> | <!--Reads--> | <!--Writes--> | <!--Tested Distribution--> |- | <!--Brand--> | <!--Model--> | <!--Reads--> | <!--Writes--> | <!--Tested Distribution--> |- | <!--Brand--> | <!--Model--> | <!--Reads--> | <!--Writes--> | <!--Tested Distribution--> |} p2wpgr52qt6g1427js6gmeur0at195u 4095165 4095164 2022-08-21T06:37:33Z Jeff1138 301139 wikitext text/x-wiki {{ArosNav}} ==Introduction== AROS supports hard disks and optical drives attached to several interfaces: * IDE (also known as ATA or PATA) * SATA (in IDE compatibility mode) * USB == IDE Desktop Hard Disks == {| class="wikitable" width="70%" ! width="20%" |Brand ! width="20%" |Model ! width="10%" |Works ! width="20%" |Tested Distribution |- | Fujitsu | M1624TAU | {{yes}} | Icaros Desktop 1.5.2 |- | IBM | DHEA-38451 | {{yes}} | Icaros Desktop 1.5.2 |- | Samsung | SP40A2H | {{yes}} | Icaros Desktop 1.5.2 |- | Seagate | ST3160215ACE | {{yes}} | Icaros Desktop 1.5.2 |- | Seagate | ST32122A | {{maybe}} | Icaros Desktop 1.5.2 |- | Western Digital | WD102AA | {{yes}} | Icaros Desktop 1.5.2 |- | Western Digital | WD200 | {{maybe}} | Icaros Desktop 1.5.2 |- | <!--Brand--> | <!---Model--> | <!--Work--> | <!--Tested under--> |- |} == SATA Desktop Hard Disks == {| class="wikitable" width="70%" ! width="20%" |Brand ! width="20%" |Model ! width="10%" |Works ! width="20%" |Tested Distribution |- | Kingston | SV300S3505AG | {{yes}} | Nightly Build 2014-09-18 |- | Seagate | ST3160812AS | {{yes}} | Icaros Desktop 1.5.2 |- | <!--Brand--> | <!---Model--> | <!--Work--> | <!--Tested under--> |- |} == IDE Laptop Hard Disks == {| class="wikitable" width="70%" ! width="20%" |Brand ! width="20%" |Model ! width="10%" |Works ! width="20%" |Tested Distribution |- | Fujitsu | MHV2040AH | {{yes}} | Icaros Desktop 1.4 |- | <!--Brand-->HGST | <!--Model--> | <!--Work--> | <!--Tested under--> |- | <!--Brand--> | <!--Model--> | <!--Work--> | <!--Tested under--> |- | Toshiba | MK2011GAP | {{yes}} | Icaros Desktop 1.5.2 |- | <!--Brand--> | <!--Model--> | <!--Work--> | <!--Tested under--> |- |} == SATA Laptop Hard Disks == ===9.5mm=== {| class="wikitable" width="70%" ! width="20%" |Brand ! width="20%" |Model ! width="10%" |Works ! width="20%" |Tested Distribution |- | Fujitsu | MHW2120B | {{yes}} | Icaros Desktop 1.4 |- | <!--Brand-->HGST | <!--Model--> | <!--Work--> | <!--Tested under--> |- | <!--Brand--> | <!--Model--> | <!--Work--> | <!--Tested under--> |- | <!--Brand-->Toshiba | <!--Model-->MKxx59GSXP | <!--Work-->{{yes}} | <!--Tested under-->Icaros 2.2 with uses Advanced Format (AF) in 4,096 bytes per sector. Compatibility with legacy, 512 bytes through AF emulation techniques, called 512e |- | <!--Brand-->WESTERN DIGITAL 1TB 2.5" SATA DRIVE 5400 rpm, 8MB cache | <!--Model-->WD10JPVX-80JC3T0 (OCT 2014) | <!--Work--> | <!--Tested under--> , uses Advanced Format (AF) |- | <!--Brand--> | <!--Model--> | <!--Work--> | <!--Tested under--> |- | <!--Brand--> | <!--Model--> | <!--Work--> | <!--Tested under--> |- |} ===7mm=== {| class="wikitable" width="70%" ! width="20%" |Brand ! width="20%" |Model ! width="10%" |Works ! width="20%" |Tested Distribution |- | <!--Brand-->Fujitsu | <!--Model--> | <!--Work--> | <!--Tested under--> |- | <!--Brand--> | <!--Model--> | <!--Work--> | <!--Tested under--> |- | <!--Brand-->Toshiba | <!--Model--> | <!--Work--> | <!--Tested under--> |- | <!--Brand-->WDC Western Digital Blue 1TB SATA 2.5" Hard Drive 5400 rpm, 8MB cache | <!--Model-->WD10JPVX-08JC3T6 (Jun 2017) | <!--Work--> | <!--Tested under--> |- | <!--Brand--> | <!--Model--> | <!--Work--> | <!--Tested under--> |- | <!--Brand--> | <!--Model--> | <!--Work--> | <!--Tested under--> |- |} == IDE Desktop Optical Drives == {| class="wikitable" width="70%" ! width="20%" |Brand ! width="20%" |Model ! width="10%" |Reads ! width="10%" |Writes ! width="20%" |Tested Distribution |- | Compaq | CR-594-BCQ | {{yes}} | {{n/a}} | Icaros Desktop 1.5.2 |- | Compaq | CRD-8322B(CP1) | {{yes}} | {{n/a}} | Icaros Desktop 1.5.2 |- | Compaq | CRD-8484B(AM2A) | {{yes}} | {{n/a}} | Icaros Desktop 1.5.2 |- | Compaq | LTN-485 | {{yes}} | {{n/a}} | Icaros Desktop 1.5.2 |- | Creative | CD220E | {{yes}} | {{n/a}} | Icaros Desktop 1.5.2 |- | Hitachi-LG | GDA-4120B | {{yes}} | {{no}} | Icaros Desktop 1.5.2 |- | LG | CRD-8400B | {{yes}} | {{n/a}} | Icaros Desktop 1.5.2 |- | Lite-On | LTN486S | {{yes}} | {{n/a}} | Icaros Desktop 1.5.2 |- | Mitsumi | CRMC-FX4830T | {{no}} | {{n/a}} | Icaros Desktop 1.5.2 |- | NEC | CDR-1700B | {{yes}} | {{n/a}} | Icaros Desktop 1.5.2 |- | NEC | DV-5800A | {{no}} | {{n/a}} | Icaros Desktop 1.5.2 |- | NEC | ND-2100A | {{yes}} | {{no}} | Icaros Desktop 1.5.2 |- | NEC | NR-7900A | {{yes}} | {{no}} | Icaros Desktop 1.5.2 |- | Philips | DVD8631 | {{no}} | {{no}} | Icaros Desktop 2.2 |- | Samsung | SC-148 | {{yes}} | {{n/a}} | Icaros Desktop 1.5.2 |- | Samsung | SCR-2030 | {{yes}} | {{n/a}} | Icaros Desktop 1.5.2 |- | Samsung | SM-348B | {{yes}} | {{n/a}} | Icaros Desktop 1.5.2 |- | Sony | CDU601 | {{yes}} | {{n/a}} | Icaros Desktop 1.5.2 |- | Sony | CDU611-25 | {{no}} | {{n/a}} | Icaros Desktop 1.5.2 |- | Toshiba | SD-M1202 | {{no}} | {{n/a}} | Icaros Desktop 1.5.2 |} == SATA Desktop Optical Drives == {| class="wikitable" width="70%" ! width="20%" |Brand ! width="20%" |Model ! width="10%" |Reads ! width="10%" |Writes ! width="20%" |Tested Distribution |- | <!--Brand--> | <!--Model--> | <!--Reads--> | <!--Writes--> | <!--Tested Distribution--> |- | <!--Brand--> | <!--Model--> | <!--Reads--> | <!--Writes--> | <!--Tested Distribution--> |- | <!--Brand--> | <!--Model--> | <!--Reads--> | <!--Writes--> | <!--Tested Distribution--> |- |} == IDE Laptop Optical Drives == {| class="wikitable" width="70%" ! width="20%" |Brand ! width="20%" |Model ! width="10%" |Reads ! width="10%" |Writes ! width="20%" |Tested Distribution |- | Hitachi-LG | GCCT10N | {{yes}} | {{Maybe|FryingPan WRITE seems to have no problem with data sections (track 1) - combos with audio sections (track 2) white screens aros eventually}} | AspireOS Xenon with 25th Jan 2014 self update kernel |- | Optiarc | AD-7540A | {{yes}} | {{unk}} | Icaros Desktop 2.2 |- | Philips | SDR089 | {{yes}} | {{unk}} | Icaros Desktop 1.4 |- | Sony | DW-Q58A | {{yes}} | {{unk}} | Icaros Desktop 2.2 |- | TSSTcorp | TS-L462C | {{yes}} | {{unk}} | Icaros Desktop 2.2 |- | TSSTcorp | TS-L632H | {{yes}} | {{unk}} | Icaros Desktop 1.4 |- | <!--Brand--> | <!--Model--> | <!--Reads--> | <!--Writes--> | <!--Tested Distribution--> |- | <!--Brand--> | <!--Model--> | <!--Reads--> | <!--Writes--> | <!--Tested Distribution--> |- | <!--Brand--> | <!--Model--> | <!--Reads--> | <!--Writes--> | <!--Tested Distribution--> |} == SATA Laptop Optical Drives == {| class="wikitable" width="70%" ! width="20%" |Brand ! width="20%" |Model ! width="10%" |Reads ! width="10%" |Writes ! width="20%" |Tested Distribution |- | <!--Brand--> | <!--Model--> | <!--Reads--> | <!--Writes--> | <!--Tested Distribution--> |- | <!--Brand--> | <!--Model--> | <!--Reads--> | <!--Writes--> | <!--Tested Distribution--> |- | <!--Brand--> | <!--Model--> | <!--Reads--> | <!--Writes--> | <!--Tested Distribution--> |} rdptt3mqynxqf2xvqtjj0ye95b2e7gx 4095168 4095165 2022-08-21T06:53:33Z Jeff1138 301139 wikitext text/x-wiki {{ArosNav}} ==Introduction== AROS supports hard disks and optical drives attached to several interfaces: * IDE (also known as ATA or PATA) * SATA (in IDE compatibility mode) * USB == IDE Desktop Hard Disks == {| class="wikitable" width="70%" ! width="20%" |Brand ! width="20%" |Model ! width="10%" |Works ! width="20%" |Tested Distribution |- | Fujitsu | M1624TAU | {{yes}} | Icaros Desktop 1.5.2 |- | IBM | DHEA-38451 | {{yes}} | Icaros Desktop 1.5.2 |- | Samsung | SP40A2H | {{yes}} | Icaros Desktop 1.5.2 |- | Seagate | ST3160215ACE | {{yes}} | Icaros Desktop 1.5.2 |- | Seagate | ST32122A | {{maybe}} | Icaros Desktop 1.5.2 |- | Western Digital | WD102AA | {{yes}} | Icaros Desktop 1.5.2 |- | Western Digital | WD200 | {{maybe}} | Icaros Desktop 1.5.2 |- | <!--Brand--> | <!---Model--> | <!--Work--> | <!--Tested under--> |- |} == SATA Desktop Hard Disks == {| class="wikitable" width="70%" ! width="20%" |Brand ! width="20%" |Model ! width="10%" |Works ! width="20%" |Tested Distribution |- | Kingston | SV300S3505AG | {{yes}} | Nightly Build 2014-09-18 |- | Seagate | ST3160812AS | {{yes}} | Icaros Desktop 1.5.2 |- | <!--Brand--> | <!---Model--> | <!--Work--> | <!--Tested under--> |- |} == IDE Laptop Hard Disks == {| class="wikitable" width="70%" ! width="20%" |Brand ! width="20%" |Model ! width="10%" |Works ! width="20%" |Tested Distribution |- | Fujitsu | MHV2040AH | {{yes}} | Icaros Desktop 1.4 |- | <!--Brand-->HGST | <!--Model--> | <!--Work--> | <!--Tested under--> |- | <!--Brand-->Samsung | <!--Model--> | <!--Work--> | <!--Tested under--> |- | <!--Brand-->Seagate | <!--Model--> | <!--Work--> | <!--Tested under--> |- | Toshiba | MK2011GAP | {{yes}} | Icaros Desktop 1.5.2 |- | <!--Brand--> | <!--Model--> | <!--Work--> | <!--Tested under--> |- |} == SATA Laptop Hard Disks == ===9.5mm=== {| class="wikitable" width="70%" ! width="20%" |Brand ! width="20%" |Model ! width="10%" |Works ! width="20%" |Tested Distribution |- | Fujitsu | MHW2120B | {{yes}} | Icaros Desktop 1.4 |- | <!--Brand-->HGST | <!--Model--> | <!--Work--> | <!--Tested under--> |- | <!--Brand--> | <!--Model--> | <!--Work--> | <!--Tested under--> |- | <!--Brand-->Samsung | <!--Model--> | <!--Work--> | <!--Tested under--> |- | <!--Brand-->Seagate | <!--Model--> | <!--Work--> | <!--Tested under--> |- | <!--Brand-->Toshiba | <!--Model-->MKxx59GSXP | <!--Work-->{{yes}} | <!--Tested under-->Icaros 2.2 with uses Advanced Format (AF) in 4,096 bytes per sector. Compatibility with legacy, 512 bytes through AF emulation techniques, called 512e |- | <!--Brand-->WESTERN DIGITAL 1TB 2.5" SATA DRIVE 5400 rpm, 8MB cache | <!--Model-->WD10JPVX-80JC3T0 (OCT 2014) | <!--Work--> | <!--Tested under--> , uses Advanced Format (AF) |- | <!--Brand--> | <!--Model--> | <!--Work--> | <!--Tested under--> |- | <!--Brand--> | <!--Model--> | <!--Work--> | <!--Tested under--> |- |} ===7mm=== {| class="wikitable" width="70%" ! width="20%" |Brand ! width="20%" |Model ! width="10%" |Works ! width="20%" |Tested Distribution |- | <!--Brand-->Fujitsu | <!--Model--> | <!--Work--> | <!--Tested under--> |- | <!--Brand--> | <!--Model--> | <!--Work--> | <!--Tested under--> |- | <!--Brand-->Samsung | <!--Model--> | <!--Work--> | <!--Tested under--> |- | <!--Brand-->Seagate | <!--Model--> | <!--Work--> | <!--Tested under--> |- | <!--Brand-->Toshiba | <!--Model--> | <!--Work--> | <!--Tested under--> |- | <!--Brand-->WDC Western Digital Blue 1TB SATA 2.5" Hard Drive 5400 rpm, 8MB cache | <!--Model-->WD10JPVX-08JC3T6 (Jun 2017) | <!--Work--> | <!--Tested under--> |- | <!--Brand--> | <!--Model--> | <!--Work--> | <!--Tested under--> |- | <!--Brand--> | <!--Model--> | <!--Work--> | <!--Tested under--> |- |} == IDE Desktop Optical Drives == {| class="wikitable" width="70%" ! width="20%" |Brand ! width="20%" |Model ! width="10%" |Reads ! width="10%" |Writes ! width="20%" |Tested Distribution |- | Compaq | CR-594-BCQ | {{yes}} | {{n/a}} | Icaros Desktop 1.5.2 |- | Compaq | CRD-8322B(CP1) | {{yes}} | {{n/a}} | Icaros Desktop 1.5.2 |- | Compaq | CRD-8484B(AM2A) | {{yes}} | {{n/a}} | Icaros Desktop 1.5.2 |- | Compaq | LTN-485 | {{yes}} | {{n/a}} | Icaros Desktop 1.5.2 |- | Creative | CD220E | {{yes}} | {{n/a}} | Icaros Desktop 1.5.2 |- | Hitachi-LG | GDA-4120B | {{yes}} | {{no}} | Icaros Desktop 1.5.2 |- | LG | CRD-8400B | {{yes}} | {{n/a}} | Icaros Desktop 1.5.2 |- | Lite-On | LTN486S | {{yes}} | {{n/a}} | Icaros Desktop 1.5.2 |- | Mitsumi | CRMC-FX4830T | {{no}} | {{n/a}} | Icaros Desktop 1.5.2 |- | NEC | CDR-1700B | {{yes}} | {{n/a}} | Icaros Desktop 1.5.2 |- | NEC | DV-5800A | {{no}} | {{n/a}} | Icaros Desktop 1.5.2 |- | NEC | ND-2100A | {{yes}} | {{no}} | Icaros Desktop 1.5.2 |- | NEC | NR-7900A | {{yes}} | {{no}} | Icaros Desktop 1.5.2 |- | Philips | DVD8631 | {{no}} | {{no}} | Icaros Desktop 2.2 |- | Samsung | SC-148 | {{yes}} | {{n/a}} | Icaros Desktop 1.5.2 |- | Samsung | SCR-2030 | {{yes}} | {{n/a}} | Icaros Desktop 1.5.2 |- | Samsung | SM-348B | {{yes}} | {{n/a}} | Icaros Desktop 1.5.2 |- | Sony | CDU601 | {{yes}} | {{n/a}} | Icaros Desktop 1.5.2 |- | Sony | CDU611-25 | {{no}} | {{n/a}} | Icaros Desktop 1.5.2 |- | Toshiba | SD-M1202 | {{no}} | {{n/a}} | Icaros Desktop 1.5.2 |} == SATA Desktop Optical Drives == {| class="wikitable" width="70%" ! width="20%" |Brand ! width="20%" |Model ! width="10%" |Reads ! width="10%" |Writes ! width="20%" |Tested Distribution |- | <!--Brand--> | <!--Model--> | <!--Reads--> | <!--Writes--> | <!--Tested Distribution--> |- | <!--Brand--> | <!--Model--> | <!--Reads--> | <!--Writes--> | <!--Tested Distribution--> |- | <!--Brand--> | <!--Model--> | <!--Reads--> | <!--Writes--> | <!--Tested Distribution--> |- |} == IDE Laptop Optical Drives == {| class="wikitable" width="70%" ! width="20%" |Brand ! width="20%" |Model ! width="10%" |Reads ! width="10%" |Writes ! width="20%" |Tested Distribution |- | Hitachi-LG | GCCT10N | {{yes}} | {{Maybe|FryingPan WRITE seems to have no problem with data sections (track 1) - combos with audio sections (track 2) white screens aros eventually}} | AspireOS Xenon with 25th Jan 2014 self update kernel |- | Optiarc | AD-7540A | {{yes}} | {{unk}} | Icaros Desktop 2.2 |- | Philips | SDR089 | {{yes}} | {{unk}} | Icaros Desktop 1.4 |- | Sony | DW-Q58A | {{yes}} | {{unk}} | Icaros Desktop 2.2 |- | TSSTcorp | TS-L462C | {{yes}} | {{unk}} | Icaros Desktop 2.2 |- | TSSTcorp | TS-L632H | {{yes}} | {{unk}} | Icaros Desktop 1.4 |- | <!--Brand--> | <!--Model--> | <!--Reads--> | <!--Writes--> | <!--Tested Distribution--> |- | <!--Brand--> | <!--Model--> | <!--Reads--> | <!--Writes--> | <!--Tested Distribution--> |- | <!--Brand--> | <!--Model--> | <!--Reads--> | <!--Writes--> | <!--Tested Distribution--> |} == SATA Laptop Optical Drives == {| class="wikitable" width="70%" ! width="20%" |Brand ! width="20%" |Model ! width="10%" |Reads ! width="10%" |Writes ! width="20%" |Tested Distribution |- | <!--Brand--> | <!--Model--> | <!--Reads--> | <!--Writes--> | <!--Tested Distribution--> |- | <!--Brand--> | <!--Model--> | <!--Reads--> | <!--Writes--> | <!--Tested Distribution--> |- | <!--Brand--> | <!--Model--> | <!--Reads--> | <!--Writes--> | <!--Tested Distribution--> |} b97z5togo6mrkze771xc5z5lg6ui2io 4095172 4095168 2022-08-21T07:13:52Z Jeff1138 301139 wikitext text/x-wiki {{ArosNav}} ==Introduction== AROS supports hard disks and optical drives attached to several interfaces: * IDE (also known as ATA or PATA) * SATA (in IDE compatibility mode) * USB == IDE Desktop Hard Disks == {| class="wikitable" width="70%" ! width="20%" |Brand ! width="20%" |Model ! width="10%" |Works ! width="20%" |Tested Distribution |- | Fujitsu | M1624TAU | {{yes}} | Icaros Desktop 1.5.2 |- | IBM | DHEA-38451 | {{yes}} | Icaros Desktop 1.5.2 |- | Samsung | SP40A2H | {{yes}} | Icaros Desktop 1.5.2 |- | Seagate | ST3160215ACE | {{yes}} | Icaros Desktop 1.5.2 |- | Seagate | ST32122A | {{maybe}} | Icaros Desktop 1.5.2 |- | Western Digital | WD102AA | {{yes}} | Icaros Desktop 1.5.2 |- | Western Digital | WD200 | {{maybe}} | Icaros Desktop 1.5.2 |- | <!--Brand--> | <!---Model--> | <!--Work--> | <!--Tested under--> |- |} == SATA Desktop Hard Disks == {| class="wikitable" width="70%" ! width="20%" |Brand ! width="20%" |Model ! width="10%" |Works ! width="20%" |Tested Distribution |- | Kingston | SV300S3505AG | {{yes}} | Nightly Build 2014-09-18 |- | Seagate | ST3160812AS | {{yes}} | Icaros Desktop 1.5.2 |- | <!--Brand--> | <!---Model--> | <!--Work--> | <!--Tested under--> |- |} == IDE Laptop Hard Disks == {| class="wikitable" width="70%" ! width="20%" |Brand ! width="20%" |Model ! width="10%" |Works ! width="20%" |Tested Distribution |- | Fujitsu | MHV2040AH | {{yes}} | Icaros Desktop 1.4 |- | <!--Brand-->HGST | <!--Model--> | <!--Work--> | <!--Tested under--> |- | <!--Brand-->Samsung | <!--Model--> | <!--Work--> | <!--Tested under--> |- | <!--Brand-->Seagate | <!--Model--> | <!--Work--> | <!--Tested under--> |- | Toshiba | MK2011GAP | {{yes}} | Icaros Desktop 1.5.2 |- | <!--Brand--> | <!--Model--> | <!--Work--> | <!--Tested under--> |- |} == SATA Laptop Hard Disks == ===9.5mm=== {| class="wikitable" width="70%" ! width="20%" |Brand ! width="20%" |Model ! width="10%" |Works ! width="20%" |Tested Distribution |- | Fujitsu | MHW2120B | {{yes}} | Icaros Desktop 1.4 |- | <!--Brand-->HGST | <!--Model--> | <!--Work--> | <!--Tested under--> |- | <!--Brand-->Samsung | <!--Model--> | <!--Work--> | <!--Tested under--> |- | <!--Brand-->Samsung | <!--Model--> | <!--Work--> | <!--Tested under--> |- | <!--Brand-->Samsung Spinpoint with Seagate HD REV A (Jan 2014) | <!--Model-->ST1000LM024 | <!--Work--> | <!--Tested under--> |- | <!--Brand-->Seagate | <!--Model--> | <!--Work--> | <!--Tested under--> |- | <!--Brand-->Seagate | <!--Model--> | <!--Work--> | <!--Tested under--> |- | <!--Brand-->Toshiba | <!--Model-->MKxx59GSXP | <!--Work-->{{yes}} | <!--Tested under-->Icaros 2.2 with uses Advanced Format (AF) in 4,096 bytes per sector. Compatibility with legacy, 512 bytes through AF emulation techniques, called 512e |- | <!--Brand-->WESTERN DIGITAL 1TB 2.5" SATA DRIVE 5400 rpm, 8MB cache | <!--Model-->WD10JPVX-80JC3T0 (OCT 2014) | <!--Work--> | <!--Tested under--> , uses Advanced Format (AF) |- | <!--Brand--> | <!--Model--> | <!--Work--> | <!--Tested under--> |- | <!--Brand--> | <!--Model--> | <!--Work--> | <!--Tested under--> |- |} ===7mm=== {| class="wikitable" width="70%" ! width="20%" |Brand ! width="20%" |Model ! width="10%" |Works ! width="20%" |Tested Distribution |- | <!--Brand-->Fujitsu | <!--Model--> | <!--Work--> | <!--Tested under--> |- | <!--Brand-->HGST | <!--Model--> | <!--Work--> | <!--Tested under--> |- | <!--Brand-->Seagate | <!--Model--> | <!--Work--> | <!--Tested under--> |- | <!--Brand-->Toshiba | <!--Model--> | <!--Work--> | <!--Tested under--> |- | <!--Brand-->WDC Western Digital Blue 1TB SATA 2.5" Hard Drive 5400 rpm, 8MB cache | <!--Model-->WD10JPVX-08JC3T6 (Jun 2017) | <!--Work--> | <!--Tested under--> |- | <!--Brand--> | <!--Model--> | <!--Work--> | <!--Tested under--> |- | <!--Brand--> | <!--Model--> | <!--Work--> | <!--Tested under--> |- |} == IDE Desktop Optical Drives == {| class="wikitable" width="70%" ! width="20%" |Brand ! width="20%" |Model ! width="10%" |Reads ! width="10%" |Writes ! width="20%" |Tested Distribution |- | Compaq | CR-594-BCQ | {{yes}} | {{n/a}} | Icaros Desktop 1.5.2 |- | Compaq | CRD-8322B(CP1) | {{yes}} | {{n/a}} | Icaros Desktop 1.5.2 |- | Compaq | CRD-8484B(AM2A) | {{yes}} | {{n/a}} | Icaros Desktop 1.5.2 |- | Compaq | LTN-485 | {{yes}} | {{n/a}} | Icaros Desktop 1.5.2 |- | Creative | CD220E | {{yes}} | {{n/a}} | Icaros Desktop 1.5.2 |- | Hitachi-LG | GDA-4120B | {{yes}} | {{no}} | Icaros Desktop 1.5.2 |- | LG | CRD-8400B | {{yes}} | {{n/a}} | Icaros Desktop 1.5.2 |- | Lite-On | LTN486S | {{yes}} | {{n/a}} | Icaros Desktop 1.5.2 |- | Mitsumi | CRMC-FX4830T | {{no}} | {{n/a}} | Icaros Desktop 1.5.2 |- | NEC | CDR-1700B | {{yes}} | {{n/a}} | Icaros Desktop 1.5.2 |- | NEC | DV-5800A | {{no}} | {{n/a}} | Icaros Desktop 1.5.2 |- | NEC | ND-2100A | {{yes}} | {{no}} | Icaros Desktop 1.5.2 |- | NEC | NR-7900A | {{yes}} | {{no}} | Icaros Desktop 1.5.2 |- | Philips | DVD8631 | {{no}} | {{no}} | Icaros Desktop 2.2 |- | Samsung | SC-148 | {{yes}} | {{n/a}} | Icaros Desktop 1.5.2 |- | Samsung | SCR-2030 | {{yes}} | {{n/a}} | Icaros Desktop 1.5.2 |- | Samsung | SM-348B | {{yes}} | {{n/a}} | Icaros Desktop 1.5.2 |- | Sony | CDU601 | {{yes}} | {{n/a}} | Icaros Desktop 1.5.2 |- | Sony | CDU611-25 | {{no}} | {{n/a}} | Icaros Desktop 1.5.2 |- | Toshiba | SD-M1202 | {{no}} | {{n/a}} | Icaros Desktop 1.5.2 |} == SATA Desktop Optical Drives == {| class="wikitable" width="70%" ! width="20%" |Brand ! width="20%" |Model ! width="10%" |Reads ! width="10%" |Writes ! width="20%" |Tested Distribution |- | <!--Brand--> | <!--Model--> | <!--Reads--> | <!--Writes--> | <!--Tested Distribution--> |- | <!--Brand--> | <!--Model--> | <!--Reads--> | <!--Writes--> | <!--Tested Distribution--> |- | <!--Brand--> | <!--Model--> | <!--Reads--> | <!--Writes--> | <!--Tested Distribution--> |- |} == IDE Laptop Optical Drives == {| class="wikitable" width="70%" ! width="20%" |Brand ! width="20%" |Model ! width="10%" |Reads ! width="10%" |Writes ! width="20%" |Tested Distribution |- | Hitachi-LG | GCCT10N | {{yes}} | {{Maybe|FryingPan WRITE seems to have no problem with data sections (track 1) - combos with audio sections (track 2) white screens aros eventually}} | AspireOS Xenon with 25th Jan 2014 self update kernel |- | Optiarc | AD-7540A | {{yes}} | {{unk}} | Icaros Desktop 2.2 |- | Philips | SDR089 | {{yes}} | {{unk}} | Icaros Desktop 1.4 |- | Sony | DW-Q58A | {{yes}} | {{unk}} | Icaros Desktop 2.2 |- | TSSTcorp | TS-L462C | {{yes}} | {{unk}} | Icaros Desktop 2.2 |- | TSSTcorp | TS-L632H | {{yes}} | {{unk}} | Icaros Desktop 1.4 |- | <!--Brand--> | <!--Model--> | <!--Reads--> | <!--Writes--> | <!--Tested Distribution--> |- | <!--Brand--> | <!--Model--> | <!--Reads--> | <!--Writes--> | <!--Tested Distribution--> |- | <!--Brand--> | <!--Model--> | <!--Reads--> | <!--Writes--> | <!--Tested Distribution--> |} == SATA Laptop Optical Drives == {| class="wikitable" width="70%" ! width="20%" |Brand ! width="20%" |Model ! width="10%" |Reads ! width="10%" |Writes ! width="20%" |Tested Distribution |- | <!--Brand--> | <!--Model--> | <!--Reads--> | <!--Writes--> | <!--Tested Distribution--> |- | <!--Brand--> | <!--Model--> | <!--Reads--> | <!--Writes--> | <!--Tested Distribution--> |- | <!--Brand--> | <!--Model--> | <!--Reads--> | <!--Writes--> | <!--Tested Distribution--> |} 9npy0c677re18q84ct66wy0ex5y51g1 4095174 4095172 2022-08-21T07:22:37Z Jeff1138 301139 wikitext text/x-wiki {{ArosNav}} ==Introduction== AROS supports hard disks and optical drives attached to several interfaces: * IDE (also known as ATA or PATA) * SATA (in IDE compatibility mode) * USB == IDE Desktop Hard Disks == {| class="wikitable" width="70%" ! width="20%" |Brand ! width="20%" |Model ! width="10%" |Works ! width="20%" |Tested Distribution |- | Fujitsu | M1624TAU | {{yes}} | Icaros Desktop 1.5.2 |- | IBM | DHEA-38451 | {{yes}} | Icaros Desktop 1.5.2 |- | Samsung | SP40A2H | {{yes}} | Icaros Desktop 1.5.2 |- | Seagate | ST3160215ACE | {{yes}} | Icaros Desktop 1.5.2 |- | Seagate | ST32122A | {{maybe}} | Icaros Desktop 1.5.2 |- | Western Digital | WD102AA | {{yes}} | Icaros Desktop 1.5.2 |- | Western Digital | WD200 | {{maybe}} | Icaros Desktop 1.5.2 |- | <!--Brand--> | <!---Model--> | <!--Work--> | <!--Tested under--> |- |} == SATA Desktop Hard Disks == {| class="wikitable" width="70%" ! width="20%" |Brand ! width="20%" |Model ! width="10%" |Works ! width="20%" |Tested Distribution |- | Kingston | SV300S3505AG | {{yes}} | Nightly Build 2014-09-18 |- | Seagate | ST3160812AS | {{yes}} | Icaros Desktop 1.5.2 |- | <!--Brand--> | <!---Model--> | <!--Work--> | <!--Tested under--> |- |} == IDE Laptop Hard Disks == {| class="wikitable" width="70%" ! width="20%" |Brand ! width="20%" |Model ! width="10%" |Works ! width="20%" |Tested Distribution |- | Fujitsu | MHV2040AH | {{yes}} | Icaros Desktop 1.4 |- | <!--Brand-->HGST | <!--Model--> | <!--Work--> | <!--Tested under--> |- | <!--Brand-->Samsung | <!--Model--> | <!--Work--> | <!--Tested under--> |- | <!--Brand-->Seagate | <!--Model--> | <!--Work--> | <!--Tested under--> |- | Toshiba | MK2011GAP | {{yes}} | Icaros Desktop 1.5.2 |- | <!--Brand--> | <!--Model--> | <!--Work--> | <!--Tested under--> |- |} == SATA Laptop Hard Disks == ===9.5mm=== {| class="wikitable" width="70%" ! width="20%" |Brand ! width="20%" |Model ! width="10%" |Works ! width="20%" |Tested Distribution |- | Fujitsu | MHW2120B | {{yes}} | Icaros Desktop 1.4 |- | <!--Brand-->HGST Hitachi | <!--Model--> | <!--Work--> | <!--Tested under--> |- | <!--Brand-->Samsung | <!--Model--> | <!--Work--> | <!--Tested under--> |- | <!--Brand-->Samsung | <!--Model--> | <!--Work--> | <!--Tested under--> |- | <!--Brand-->Samsung Spinpoint with Seagate HD REV A (Jan 2014) | <!--Model-->ST1000LM024 | <!--Work--> | <!--Tested under--> , Advanced Format (AF) |- | <!--Brand-->Seagate | <!--Model--> | <!--Work--> | <!--Tested under--> |- | <!--Brand-->Seagate | <!--Model--> | <!--Work--> | <!--Tested under--> |- | <!--Brand-->Toshiba | <!--Model-->MKxx59GSXP | <!--Work-->{{yes}} | <!--Tested under-->Icaros 2.2 with uses Advanced Format (AF) in 4,096 bytes per sector. Compatibility with legacy, 512 bytes through AF emulation techniques, called 512e |- | <!--Brand-->Toshiba (2013 to 2015) | <!--Model-->MQ01ABD100 | <!--Work--> | <!--Tested under--> |- | <!--Brand-->WESTERN DIGITAL 1TB 2.5" SATA DRIVE 5400 rpm, 8MB cache | <!--Model-->WD10JPVX-80JC3T0 (OCT 2014) | <!--Work--> | <!--Tested under--> , uses Advanced Format (AF) |- | <!--Brand--> | <!--Model--> | <!--Work--> | <!--Tested under--> |- |} ===7mm=== {| class="wikitable" width="70%" ! width="20%" |Brand ! width="20%" |Model ! width="10%" |Works ! width="20%" |Tested Distribution |- | <!--Brand-->Fujitsu | <!--Model--> | <!--Work--> | <!--Tested under--> |- | <!--Brand-->HGST Hitachi | <!--Model--> | <!--Work--> | <!--Tested under--> |- | <!--Brand-->Seagate | <!--Model--> | <!--Work--> | <!--Tested under--> |- | <!--Brand-->Toshiba | <!--Model--> | <!--Work--> | <!--Tested under--> |- | <!--Brand-->WDC Western Digital Blue 1TB SATA 2.5" Hard Drive 5400 rpm, 8MB cache | <!--Model-->WD10JPVX-08JC3T6 (Jun 2017) | <!--Work--> | <!--Tested under--> |- | <!--Brand--> | <!--Model--> | <!--Work--> | <!--Tested under--> |- | <!--Brand--> | <!--Model--> | <!--Work--> | <!--Tested under--> |- |} == IDE Desktop Optical Drives == {| class="wikitable" width="70%" ! width="20%" |Brand ! width="20%" |Model ! width="10%" |Reads ! width="10%" |Writes ! width="20%" |Tested Distribution |- | Compaq | CR-594-BCQ | {{yes}} | {{n/a}} | Icaros Desktop 1.5.2 |- | Compaq | CRD-8322B(CP1) | {{yes}} | {{n/a}} | Icaros Desktop 1.5.2 |- | Compaq | CRD-8484B(AM2A) | {{yes}} | {{n/a}} | Icaros Desktop 1.5.2 |- | Compaq | LTN-485 | {{yes}} | {{n/a}} | Icaros Desktop 1.5.2 |- | Creative | CD220E | {{yes}} | {{n/a}} | Icaros Desktop 1.5.2 |- | Hitachi-LG | GDA-4120B | {{yes}} | {{no}} | Icaros Desktop 1.5.2 |- | LG | CRD-8400B | {{yes}} | {{n/a}} | Icaros Desktop 1.5.2 |- | Lite-On | LTN486S | {{yes}} | {{n/a}} | Icaros Desktop 1.5.2 |- | Mitsumi | CRMC-FX4830T | {{no}} | {{n/a}} | Icaros Desktop 1.5.2 |- | NEC | CDR-1700B | {{yes}} | {{n/a}} | Icaros Desktop 1.5.2 |- | NEC | DV-5800A | {{no}} | {{n/a}} | Icaros Desktop 1.5.2 |- | NEC | ND-2100A | {{yes}} | {{no}} | Icaros Desktop 1.5.2 |- | NEC | NR-7900A | {{yes}} | {{no}} | Icaros Desktop 1.5.2 |- | Philips | DVD8631 | {{no}} | {{no}} | Icaros Desktop 2.2 |- | Samsung | SC-148 | {{yes}} | {{n/a}} | Icaros Desktop 1.5.2 |- | Samsung | SCR-2030 | {{yes}} | {{n/a}} | Icaros Desktop 1.5.2 |- | Samsung | SM-348B | {{yes}} | {{n/a}} | Icaros Desktop 1.5.2 |- | Sony | CDU601 | {{yes}} | {{n/a}} | Icaros Desktop 1.5.2 |- | Sony | CDU611-25 | {{no}} | {{n/a}} | Icaros Desktop 1.5.2 |- | Toshiba | SD-M1202 | {{no}} | {{n/a}} | Icaros Desktop 1.5.2 |} == SATA Desktop Optical Drives == {| class="wikitable" width="70%" ! width="20%" |Brand ! width="20%" |Model ! width="10%" |Reads ! width="10%" |Writes ! width="20%" |Tested Distribution |- | <!--Brand--> | <!--Model--> | <!--Reads--> | <!--Writes--> | <!--Tested Distribution--> |- | <!--Brand--> | <!--Model--> | <!--Reads--> | <!--Writes--> | <!--Tested Distribution--> |- | <!--Brand--> | <!--Model--> | <!--Reads--> | <!--Writes--> | <!--Tested Distribution--> |- |} == IDE Laptop Optical Drives == {| class="wikitable" width="70%" ! width="20%" |Brand ! width="20%" |Model ! width="10%" |Reads ! width="10%" |Writes ! width="20%" |Tested Distribution |- | Hitachi-LG | GCCT10N | {{yes}} | {{Maybe|FryingPan WRITE seems to have no problem with data sections (track 1) - combos with audio sections (track 2) white screens aros eventually}} | AspireOS Xenon with 25th Jan 2014 self update kernel |- | Optiarc | AD-7540A | {{yes}} | {{unk}} | Icaros Desktop 2.2 |- | Philips | SDR089 | {{yes}} | {{unk}} | Icaros Desktop 1.4 |- | Sony | DW-Q58A | {{yes}} | {{unk}} | Icaros Desktop 2.2 |- | TSSTcorp | TS-L462C | {{yes}} | {{unk}} | Icaros Desktop 2.2 |- | TSSTcorp | TS-L632H | {{yes}} | {{unk}} | Icaros Desktop 1.4 |- | <!--Brand--> | <!--Model--> | <!--Reads--> | <!--Writes--> | <!--Tested Distribution--> |- | <!--Brand--> | <!--Model--> | <!--Reads--> | <!--Writes--> | <!--Tested Distribution--> |- | <!--Brand--> | <!--Model--> | <!--Reads--> | <!--Writes--> | <!--Tested Distribution--> |} == SATA Laptop Optical Drives == {| class="wikitable" width="70%" ! width="20%" |Brand ! width="20%" |Model ! width="10%" |Reads ! width="10%" |Writes ! width="20%" |Tested Distribution |- | <!--Brand--> | <!--Model--> | <!--Reads--> | <!--Writes--> | <!--Tested Distribution--> |- | <!--Brand--> | <!--Model--> | <!--Reads--> | <!--Writes--> | <!--Tested Distribution--> |- | <!--Brand--> | <!--Model--> | <!--Reads--> | <!--Writes--> | <!--Tested Distribution--> |} 3t53ise9laawuxhlobszc81wya3rm2i 4095178 4095174 2022-08-21T07:36:53Z Jeff1138 301139 wikitext text/x-wiki {{ArosNav}} ==Introduction== AROS supports hard disks and optical drives attached to several interfaces: * IDE (also known as ATA or PATA) * SATA (in IDE compatibility mode) * USB == IDE Desktop Hard Disks == {| class="wikitable" width="70%" ! width="20%" |Brand ! width="20%" |Model ! width="10%" |Works ! width="20%" |Tested Distribution |- | Fujitsu | M1624TAU | {{yes}} | Icaros Desktop 1.5.2 |- | IBM | DHEA-38451 | {{yes}} | Icaros Desktop 1.5.2 |- | Samsung | SP40A2H | {{yes}} | Icaros Desktop 1.5.2 |- | Seagate | ST3160215ACE | {{yes}} | Icaros Desktop 1.5.2 |- | Seagate | ST32122A | {{maybe}} | Icaros Desktop 1.5.2 |- | Western Digital | WD102AA | {{yes}} | Icaros Desktop 1.5.2 |- | Western Digital | WD200 | {{maybe}} | Icaros Desktop 1.5.2 |- | <!--Brand--> | <!---Model--> | <!--Work--> | <!--Tested under--> |- |} == SATA Desktop Hard Disks == {| class="wikitable" width="70%" ! width="20%" |Brand ! width="20%" |Model ! width="10%" |Works ! width="20%" |Tested Distribution |- | Kingston | SV300S3505AG | {{yes}} | Nightly Build 2014-09-18 |- | Seagate | ST3160812AS | {{yes}} | Icaros Desktop 1.5.2 |- | <!--Brand--> | <!---Model--> | <!--Work--> | <!--Tested under--> |- |} == IDE Laptop Hard Disks == {| class="wikitable" width="70%" ! width="20%" |Brand ! width="20%" |Model ! width="10%" |Works ! width="20%" |Tested Distribution |- | Fujitsu | MHV2040AH | {{yes}} | Icaros Desktop 1.4 |- | <!--Brand-->HGST Hitachi Travelstar | <!--Model--> | <!--Work--> | <!--Tested under--> |- | <!--Brand-->Samsung | <!--Model--> | <!--Work--> | <!--Tested under--> |- | <!--Brand-->Seagate | <!--Model--> | <!--Work--> | <!--Tested under--> |- | Toshiba | MK2011GAP | {{yes}} | Icaros Desktop 1.5.2 |- | <!--Brand--> | <!--Model--> | <!--Work--> | <!--Tested under--> |- |} == SATA Laptop Hard Disks == ===9.5mm=== {| class="wikitable" width="70%" ! width="20%" |Brand ! width="20%" |Model ! width="10%" |Works ! width="20%" |Tested Distribution |- | Fujitsu | MHW2120B | {{yes}} | Icaros Desktop 1.4 |- | <!--Brand-->HGST Hitachi | <!--Model--> | <!--Work--> | <!--Tested under--> |- | <!--Brand-->Samsung | <!--Model--> | <!--Work--> | <!--Tested under--> |- | <!--Brand-->Samsung | <!--Model--> | <!--Work--> | <!--Tested under--> |- | <!--Brand-->Samsung Spinpoint with Seagate HD REV A (Jan 2014) | <!--Model-->ST1000LM024 | <!--Work--> | <!--Tested under--> , Advanced Format (AF) |- | <!--Brand-->Seagate | <!--Model--> | <!--Work--> | <!--Tested under--> |- | <!--Brand-->Seagate | <!--Model--> | <!--Work--> | <!--Tested under--> |- | <!--Brand-->Toshiba | <!--Model-->MKxx59GSXP | <!--Work-->{{yes}} | <!--Tested under-->Icaros 2.2 with uses Advanced Format (AF) in 4,096 bytes per sector. Compatibility with legacy, 512 bytes through AF emulation techniques, called 512e |- | <!--Brand-->Toshiba (2013 to 2015) | <!--Model-->MQ01ABD100 | <!--Work--> | <!--Tested under--> |- | <!--Brand-->WESTERN DIGITAL 1TB 2.5" SATA DRIVE 5400 rpm, 8MB cache | <!--Model-->WD10JPVX-80JC3T0 (OCT 2014) | <!--Work--> | <!--Tested under--> , uses Advanced Format (AF) |- | <!--Brand--> | <!--Model--> | <!--Work--> | <!--Tested under--> |- |} ===7mm=== {| class="wikitable" width="70%" ! width="20%" |Brand ! width="20%" |Model ! width="10%" |Works ! width="20%" |Tested Distribution |- | <!--Brand-->Fujitsu | <!--Model--> | <!--Work--> | <!--Tested under--> |- | <!--Brand-->HGST Hitachi | <!--Model--> | <!--Work--> | <!--Tested under--> |- | <!--Brand-->Seagate (2017) 1TB 128MB cache | <!--Model-->ST1000LM035 | <!--Work--> | <!--Tested under--> |- | <!--Brand-->Toshiba | <!--Model--> | <!--Work--> | <!--Tested under--> |- | <!--Brand-->WDC Western Digital Blue 1TB SATA 2.5" Hard Drive 5400 rpm, 8MB cache | <!--Model-->WD10JPVX-08JC3T6 (Jun 2017) | <!--Work--> | <!--Tested under--> |- | <!--Brand--> | <!--Model--> | <!--Work--> | <!--Tested under--> |- | <!--Brand--> | <!--Model--> | <!--Work--> | <!--Tested under--> |- |} == IDE Desktop Optical Drives == {| class="wikitable" width="70%" ! width="20%" |Brand ! width="20%" |Model ! width="10%" |Reads ! width="10%" |Writes ! width="20%" |Tested Distribution |- | Compaq | CR-594-BCQ | {{yes}} | {{n/a}} | Icaros Desktop 1.5.2 |- | Compaq | CRD-8322B(CP1) | {{yes}} | {{n/a}} | Icaros Desktop 1.5.2 |- | Compaq | CRD-8484B(AM2A) | {{yes}} | {{n/a}} | Icaros Desktop 1.5.2 |- | Compaq | LTN-485 | {{yes}} | {{n/a}} | Icaros Desktop 1.5.2 |- | Creative | CD220E | {{yes}} | {{n/a}} | Icaros Desktop 1.5.2 |- | Hitachi-LG | GDA-4120B | {{yes}} | {{no}} | Icaros Desktop 1.5.2 |- | LG | CRD-8400B | {{yes}} | {{n/a}} | Icaros Desktop 1.5.2 |- | Lite-On | LTN486S | {{yes}} | {{n/a}} | Icaros Desktop 1.5.2 |- | Mitsumi | CRMC-FX4830T | {{no}} | {{n/a}} | Icaros Desktop 1.5.2 |- | NEC | CDR-1700B | {{yes}} | {{n/a}} | Icaros Desktop 1.5.2 |- | NEC | DV-5800A | {{no}} | {{n/a}} | Icaros Desktop 1.5.2 |- | NEC | ND-2100A | {{yes}} | {{no}} | Icaros Desktop 1.5.2 |- | NEC | NR-7900A | {{yes}} | {{no}} | Icaros Desktop 1.5.2 |- | Philips | DVD8631 | {{no}} | {{no}} | Icaros Desktop 2.2 |- | Samsung | SC-148 | {{yes}} | {{n/a}} | Icaros Desktop 1.5.2 |- | Samsung | SCR-2030 | {{yes}} | {{n/a}} | Icaros Desktop 1.5.2 |- | Samsung | SM-348B | {{yes}} | {{n/a}} | Icaros Desktop 1.5.2 |- | Sony | CDU601 | {{yes}} | {{n/a}} | Icaros Desktop 1.5.2 |- | Sony | CDU611-25 | {{no}} | {{n/a}} | Icaros Desktop 1.5.2 |- | Toshiba | SD-M1202 | {{no}} | {{n/a}} | Icaros Desktop 1.5.2 |} == SATA Desktop Optical Drives == {| class="wikitable" width="70%" ! width="20%" |Brand ! width="20%" |Model ! width="10%" |Reads ! width="10%" |Writes ! width="20%" |Tested Distribution |- | <!--Brand--> | <!--Model--> | <!--Reads--> | <!--Writes--> | <!--Tested Distribution--> |- | <!--Brand--> | <!--Model--> | <!--Reads--> | <!--Writes--> | <!--Tested Distribution--> |- | <!--Brand--> | <!--Model--> | <!--Reads--> | <!--Writes--> | <!--Tested Distribution--> |- |} == IDE Laptop Optical Drives == {| class="wikitable" width="70%" ! width="20%" |Brand ! width="20%" |Model ! width="10%" |Reads ! width="10%" |Writes ! width="20%" |Tested Distribution |- | Hitachi-LG | GCCT10N | {{yes}} | {{Maybe|FryingPan WRITE seems to have no problem with data sections (track 1) - combos with audio sections (track 2) white screens aros eventually}} | AspireOS Xenon with 25th Jan 2014 self update kernel |- | Optiarc | AD-7540A | {{yes}} | {{unk}} | Icaros Desktop 2.2 |- | Philips | SDR089 | {{yes}} | {{unk}} | Icaros Desktop 1.4 |- | Sony | DW-Q58A | {{yes}} | {{unk}} | Icaros Desktop 2.2 |- | TSSTcorp | TS-L462C | {{yes}} | {{unk}} | Icaros Desktop 2.2 |- | TSSTcorp | TS-L632H | {{yes}} | {{unk}} | Icaros Desktop 1.4 |- | <!--Brand--> | <!--Model--> | <!--Reads--> | <!--Writes--> | <!--Tested Distribution--> |- | <!--Brand--> | <!--Model--> | <!--Reads--> | <!--Writes--> | <!--Tested Distribution--> |- | <!--Brand--> | <!--Model--> | <!--Reads--> | <!--Writes--> | <!--Tested Distribution--> |} == SATA Laptop Optical Drives == {| class="wikitable" width="70%" ! width="20%" |Brand ! width="20%" |Model ! width="10%" |Reads ! width="10%" |Writes ! width="20%" |Tested Distribution |- | <!--Brand--> | <!--Model--> | <!--Reads--> | <!--Writes--> | <!--Tested Distribution--> |- | <!--Brand--> | <!--Model--> | <!--Reads--> | <!--Writes--> | <!--Tested Distribution--> |- | <!--Brand--> | <!--Model--> | <!--Reads--> | <!--Writes--> | <!--Tested Distribution--> |} 3dyis03tptco4j106ppc4ishcf20n81 LaTeX/Boxes 0 283477 4095154 3816590 2022-08-21T04:16:44Z 2405:205:C922:C99B:0:0:27F6:48A4 wikitext text/x-wiki Nice == TeX boxes and glue overview == A ''box'' is the TeX term for an invisible container that can hold a visible element, nothing, or other boxes. ''Glue'' is the TeX term for an invisible connector that determines the relative position of joined boxes. Each separate visible element contained within a TeX document is contained within a box. A visible element can be a letter, image, geometric shape, etc. TeX builds pages by gluing boxes together according to the default TeX rules, default LaTeX rules, or document commands. In a typical document, letter boxes are glued to other letter boxes to form words, which are then elastically glued to other words to form sentences. Sentences are broken into lines and placed in paragraph boxes. Elastic glue is squeezed or stretched to fully justify lines within paragraph boxes. Paragraph boxes are glued to diagram boxes, and so on. While it is true that boxes can hold other boxes, not all commands that can generate boxes can be used within all other commands that can generate boxes. There are often workarounds for these limitations. <div align="center">[[File:Latex_boxed_characters.png|500px]]</div> The size of a box is typically related to the size and position of its contents, but it doesn't have to be. Many box commands accept custom widths and/or heights, and there are other commands that affect the shape and position of boxes. Boxes are placed relative to other boxes, while visible elements are placed relative to the boxes which contain them. <div align="center">[[File:LaTeX_boxes_that_dont_match_their_contents.jpg|200px]]</div> A more complete description of boxes and glue can be found in chapters 11 and 12 of Donald E. Knuth's, 'The TeXbook'. A list of basic LaTeX box and glue commands can be found at http://www.personal.ceu.hu/tex/spacebox.htm . == boxes == === character boxes === TeX character boxes have three dimensional properties: * The ''height'' is the length between the baseline and the top of the box. * The ''depth'' is the length between the baseline and the bottom of the box. * The ''width'' is the width of the box. Character boxes are glued together at the baseline. <div align="center">[[File:Texcharbox.svg|300px]]</div> === parbox, minipage, and pbox=== A {{LaTeX/LaTeX|code=\parbox<!---->}} is a box of specific width formatted in paragraph mode. In paragraph mode, text is broken into lines and lines are broken into pages. {{LaTeX/LaTeX|code=\parbox[pos][height][contentpos]{width}{text}<!---->}} {{LaTeX/Parameter|width}} defines the width of the paragraph box. Text will be broken into lines so that it fits within this width. Besides [[LaTeX/Lengths|fixed lengths]], you can also provide user defined length macros or TeX/LaTeX defined length macros and primitives such as {{LaTeX/LaTeX|code=\width<!---->}}, {{LaTeX/LaTeX|code=\height<!---->}}, {{LaTeX/LaTeX|code=\depth<!---->}} and {{LaTeX/LaTeX|code=\totalheight<!---->}}. (See character box above for explanations of depth and height.) {{LaTeX/Parameter|height}} defines the height of the {{LaTeX/LaTeX|code=\parbox<!---->}}. {{LaTeX/Parameter|pos}} selects which baseline to join. It can be '''t'''op, '''b'''ottom, or '''c'''enter. This parameter is often confusing to new users! See the special note below. {{LaTeX/Parameter|contentpos}} positions the contents of the box within the box. It can be one of '''c'''enter, '''t'''op, '''b'''ottom or '''s'''pread. Note that {{LaTeX/Parameter|contentpos}} has no effect if the box is not larger than the text it contains. {{LaTeX/LaTeX|code=\pbox<!---->}} is available in the ''pbox'' package. A {{LaTeX/LaTeX|code=\pbox<!---->}} has the same parameters as a {{LaTeX/LaTeX|code=\parbox<!---->}}, but if the user provided width parameter is larger than the actual contents of the pbox the pbox shrinks to fit the content. This is only useful if the content contains manual line breaks and you wish to fit the resulting material. {{LaTeX/LaTeX|code=\pbox[pos][height]{width}{text}<!---->}} The {{LaTeX/Environment|minipage}} environment takes the same parameters as a {{LaTeX/LaTeX|code=\parbox<!---->}}, and behaves nearly identically to it. The difference between a {{LaTeX/Environment|minipage}} and a {{LaTeX/LaTeX|code=\parbox<!---->}} is that a {{LaTeX/LaTeX|code=\parbox<!---->}} can only contain a single paragraph and you cannot use all commands and environments inside it, while a {{LaTeX/Environment|minipage}} may contain multiple paragraphs and, in fact, almost anything. {{LaTeX/LaTeX|code=\begin{minipage}[pos][height][contentpos]{width} text \end{minipage}<!---->}} You can make use of {{LaTeX/Environment|minipage}}, {{LaTeX/LaTeX|code=\parbox<!---->}}, and {{LaTeX/LaTeX|code=\pbox<!---->}} to embed paragraphs in non-paragraph boxes. For instance: {{LaTeX/Usage|code= \fbox{% \parbox{\textwidth}{ Some very long text\\ that would not be allowed\\ in an fbox. }% } }} ====special notes on the {{LaTeX/Parameter|pos}} parameter==== [[File:Caution_sign_used_on_roads_pn.svg|40px]] The {{LaTeX/Parameter|pos}} alignment parameter does ''not'' refer to the {{LaTeX/LaTeX|code=\parbox<!---->}}'s borders when {{LaTeX/Parameter|contentpos}} is either missing or equal to {{LaTeX/Parameter|pos}} and anytime {{LaTeX/Parameter|pos}}= '''c'''enter! Under any of these circumstances the alignment parameter selects which line of text ''within'' the {{LaTeX/LaTeX|code=\parbox<!---->}} will be used to align the paragraph box. The {{LaTeX/LaTeX|code=\parbox<!---->}} is placed so the ''baseline'' of that chosen line of text is aligned to the ''baseline'' of the box that the {{LaTeX/LaTeX|code=\parbox<!---->}} is glued to. Thus, if the {{LaTeX/Parameter|pos}} is set top, the baseline of the top line of text in the {{LaTeX/LaTeX|code=\parbox<!---->}} will line up with the baseline outside of the {{LaTeX/LaTeX|code=\parbox<!---->}}. In the special case of a parbox that has only one line of text, that one and only line of text is the top, bottom, and center line of text simultaneously, and changing {{LaTeX/Parameter|pos}} will appear to do nothing unless additional text is added. <div align="center">[[File:LaTeX parbox Alignment.png|400px]]</div> If the {{LaTeX/Parameter|contentpos}} is present and ''not'' the same as {{LaTeX/Parameter|pos}} and {{LaTeX/Parameter|pos}} is not '''center''', the {{LaTeX/LaTeX|code=\parbox<!---->}} will align at its borders. <div align="center">[[File:Paragraph Alignment 2.png|400px]]</div> === makebox and mbox === Makebox creates a single-line box, optionally of fixed width, but otherwise large enough to hold its contents. Note that the width does not have to be wider than the contents: for instance, setting width to 0 typesets the content without changing the current position. (E.g., this would allow for an overstrike.) Makebox is typically used to prevent hyphenation (see [[LaTeX/Text Formatting#Hyphenation|Hyphenation]]) or simply to keep text that belongs together from being placed on separate lines. You cannot place line breaks (\\) within a Makebox. mbox is the shorthand no-option version of Makebox. {{LaTeX/Usage|code= \mbox{text} \makebox[width][pos]{text} }} The {{LaTeX/Parameter|pos}} parameter takes a one letter value: '''c'''enter, flush'''l'''eft, flush'''r'''ight, or '''s'''pread the text to fill the box. {{LaTeX/Usage|code= \makebox[0pt]{Some text} over this text \makebox[15ex][s]{Censored text}\hspace{-15ex}\makebox[15ex][s]{X X X X X} Text \makebox[2\width][r]{running away} }} === framebox and fbox=== The command {{LaTeX/LaTeX|code=\framebox<!---->}} behaves identically to {{LaTeX/LaTeX|code=\makebox<!---->}} except that it additionally draws a box around its contents. {{LaTeX/Usage|code= \fbox{text} \framebox[width][pos]{text} }} The following example shows you some things you could do with the {{LaTeX/LaTeX|code=\makebox<!---->}} and {{LaTeX/LaTeX|code=\framebox<!---->}} commands: {{LaTeX/Example|code= \makebox[\textwidth]{c e n t r a l} \par \makebox[\textwidth][s]{s p r e a d} \par \framebox[1.1\width]{Guess I'm framed now!} \par \framebox[0.8\width][r]{Bummer, I am too wide} \par \framebox[1cm][l]{never mind, so am I} Can you read this? |render= [[Image:Latex example box test.png|300px]] }} You can tweak the following frame lengths. * {{LaTeX/LaTeX|code=\fboxsep<!---->}}: the distance between the frame and the content. * {{LaTeX/LaTeX|code=\fboxrule<!---->}}: the thickness of the rule. This prints a thick and more distant frame: {{LaTeX/Usage|code= \setlength{\fboxsep}{10pt} \setlength{\fboxrule}{5pt} \fbox{A frame.} }} This shows the box frame of a letter. {{LaTeX/Usage|code= \setlength{\fboxsep}{0pt} \fbox{A} }} The {{LaTeX/Package|framed}} package is available that adds the {{LaTeX/Environment|framed}} environment which provides an an easy way to frame a paragraph within a document: {{LaTeX/Usage|code= \usepackage{framed} % ... \begin{framed} This is an easy way to box text within a document! \end{framed} }} === savebox/usebox/newsavebox === A savebox is a non-rendered box that is saved for later repeated rendering via the usebox command. {{LaTeX/Usage|code= \newsavebox{\boxname} \savebox{\boxname}{some content} \usebox{\boxname} }} The command {{LaTeX/LaTeX|code=\newsavebox<!---->}} creates a placeholder for storing content; the command {{LaTeX/LaTeX|code=\savebox<!---->}} stores the specified content in the placeholder without rendering it in the document; and {{LaTeX/LaTeX|code=\usebox<!---->}} renders the content of the placeholder into the document. === colorbox and fcolorbox === See [[LaTeX/Colors|Colors]]. {{LaTeX/LaTeX|code=\fcolorbox<!---->}} can also be tweaked with {{LaTeX/LaTeX|code=\fboxsep<!---->}} and {{LaTeX/LaTeX|code=\fboxrule<!---->}}. === fancybox === The {{LaTeX/Package|fancybox}} package provides additional boxes. * {{LaTeX/LaTeX|code=\doublebox<!---->}} * {{LaTeX/LaTeX|code=\ovalbox<!---->}} * {{LaTeX/LaTeX|code=\shadowbox<!---->}} == box modifiers == === raisebox === Now that we control the horizontal, the obvious next step is to go for the vertical. No problem for LaTeX. The {{LaTeX/Usage|code= \raisebox{lift}[height][depth]{text} }} command lets you define the vertical properties of a box. You can use {{LaTeX/LaTeX|code=\width<!---->}}, {{LaTeX/LaTeX|code=\height<!---->}}, {{LaTeX/LaTeX|code=\depth<!---->}} and {{LaTeX/LaTeX|code=\totalheight<!---->}} in the first three parameters, in order to act upon the size of the box inside the text argument. The two optional parameters set for the height and depth of the raisebox. For instance you can observe the difference when embedded in a framebox. {{LaTeX/Example|code= \raisebox{0pt}[0pt][0pt]{\Large% \textbf{Aaaa\raisebox{-0.3ex}{a}% \raisebox{-0.7ex}{aa}% \raisebox{-1.2ex}{r}% \raisebox{-2.2ex}{g}% \raisebox{-4.5ex}{h} } } he shouted but not even the next one in line noticed that something terrible had happened to him. |render= [[Image:Latex example box test 2.png|300px]] }} === rotatebox === See [[LaTeX/Rotations|Rotations]]. === resizebox and scalebox === The {{LaTeX/Package|graphicx}} package features additional boxes. {{LaTeX/Usage|code= \resizebox{10ex}{2\baselineskip}{Dunhill style} \scalebox{10}{Giant} }} <noinclude> {{LaTeX/Bottom|Counters|Rules and Struts}} </noinclude> mivay50o4y3t2t4gaprqkowwk36lu6m 4095163 4095154 2022-08-21T05:44:26Z MrAlanKoh 3392840 Rejected the last text change (by [[Special:Contributions/2405:205:C922:C99B:0:0:27F6:48A4|2405:205:C922:C99B:0:0:27F6:48A4]]) and restored revision 3816590 by 180.150.97.65 wikitext text/x-wiki <noinclude>{{LaTeX/Top}}</noinclude> {{outdated}} {{rewrite}} == TeX boxes and glue overview == A ''box'' is the TeX term for an invisible container that can hold a visible element, nothing, or other boxes. ''Glue'' is the TeX term for an invisible connector that determines the relative position of joined boxes. Each separate visible element contained within a TeX document is contained within a box. A visible element can be a letter, image, geometric shape, etc. TeX builds pages by gluing boxes together according to the default TeX rules, default LaTeX rules, or document commands. In a typical document, letter boxes are glued to other letter boxes to form words, which are then elastically glued to other words to form sentences. Sentences are broken into lines and placed in paragraph boxes. Elastic glue is squeezed or stretched to fully justify lines within paragraph boxes. Paragraph boxes are glued to diagram boxes, and so on. While it is true that boxes can hold other boxes, not all commands that can generate boxes can be used within all other commands that can generate boxes. There are often workarounds for these limitations. <div align="center">[[File:Latex_boxed_characters.png|500px]]</div> The size of a box is typically related to the size and position of its contents, but it doesn't have to be. Many box commands accept custom widths and/or heights, and there are other commands that affect the shape and position of boxes. Boxes are placed relative to other boxes, while visible elements are placed relative to the boxes which contain them. <div align="center">[[File:LaTeX_boxes_that_dont_match_their_contents.jpg|200px]]</div> A more complete description of boxes and glue can be found in chapters 11 and 12 of Donald E. Knuth's, 'The TeXbook'. A list of basic LaTeX box and glue commands can be found at http://www.personal.ceu.hu/tex/spacebox.htm . == boxes == === character boxes === TeX character boxes have three dimensional properties: * The ''height'' is the length between the baseline and the top of the box. * The ''depth'' is the length between the baseline and the bottom of the box. * The ''width'' is the width of the box. Character boxes are glued together at the baseline. <div align="center">[[File:Texcharbox.svg|300px]]</div> === parbox, minipage, and pbox=== A {{LaTeX/LaTeX|code=\parbox<!---->}} is a box of specific width formatted in paragraph mode. In paragraph mode, text is broken into lines and lines are broken into pages. {{LaTeX/LaTeX|code=\parbox[pos][height][contentpos]{width}{text}<!---->}} {{LaTeX/Parameter|width}} defines the width of the paragraph box. Text will be broken into lines so that it fits within this width. Besides [[LaTeX/Lengths|fixed lengths]], you can also provide user defined length macros or TeX/LaTeX defined length macros and primitives such as {{LaTeX/LaTeX|code=\width<!---->}}, {{LaTeX/LaTeX|code=\height<!---->}}, {{LaTeX/LaTeX|code=\depth<!---->}} and {{LaTeX/LaTeX|code=\totalheight<!---->}}. (See character box above for explanations of depth and height.) {{LaTeX/Parameter|height}} defines the height of the {{LaTeX/LaTeX|code=\parbox<!---->}}. {{LaTeX/Parameter|pos}} selects which baseline to join. It can be '''t'''op, '''b'''ottom, or '''c'''enter. This parameter is often confusing to new users! See the special note below. {{LaTeX/Parameter|contentpos}} positions the contents of the box within the box. It can be one of '''c'''enter, '''t'''op, '''b'''ottom or '''s'''pread. Note that {{LaTeX/Parameter|contentpos}} has no effect if the box is not larger than the text it contains. {{LaTeX/LaTeX|code=\pbox<!---->}} is available in the ''pbox'' package. A {{LaTeX/LaTeX|code=\pbox<!---->}} has the same parameters as a {{LaTeX/LaTeX|code=\parbox<!---->}}, but if the user provided width parameter is larger than the actual contents of the pbox the pbox shrinks to fit the content. This is only useful if the content contains manual line breaks and you wish to fit the resulting material. {{LaTeX/LaTeX|code=\pbox[pos][height]{width}{text}<!---->}} The {{LaTeX/Environment|minipage}} environment takes the same parameters as a {{LaTeX/LaTeX|code=\parbox<!---->}}, and behaves nearly identically to it. The difference between a {{LaTeX/Environment|minipage}} and a {{LaTeX/LaTeX|code=\parbox<!---->}} is that a {{LaTeX/LaTeX|code=\parbox<!---->}} can only contain a single paragraph and you cannot use all commands and environments inside it, while a {{LaTeX/Environment|minipage}} may contain multiple paragraphs and, in fact, almost anything. {{LaTeX/LaTeX|code=\begin{minipage}[pos][height][contentpos]{width} text \end{minipage}<!---->}} You can make use of {{LaTeX/Environment|minipage}}, {{LaTeX/LaTeX|code=\parbox<!---->}}, and {{LaTeX/LaTeX|code=\pbox<!---->}} to embed paragraphs in non-paragraph boxes. For instance: {{LaTeX/Usage|code= \fbox{% \parbox{\textwidth}{ Some very long text\\ that would not be allowed\\ in an fbox. }% } }} ====special notes on the {{LaTeX/Parameter|pos}} parameter==== [[File:Caution_sign_used_on_roads_pn.svg|40px]] The {{LaTeX/Parameter|pos}} alignment parameter does ''not'' refer to the {{LaTeX/LaTeX|code=\parbox<!---->}}'s borders when {{LaTeX/Parameter|contentpos}} is either missing or equal to {{LaTeX/Parameter|pos}} and anytime {{LaTeX/Parameter|pos}}= '''c'''enter! Under any of these circumstances the alignment parameter selects which line of text ''within'' the {{LaTeX/LaTeX|code=\parbox<!---->}} will be used to align the paragraph box. The {{LaTeX/LaTeX|code=\parbox<!---->}} is placed so the ''baseline'' of that chosen line of text is aligned to the ''baseline'' of the box that the {{LaTeX/LaTeX|code=\parbox<!---->}} is glued to. Thus, if the {{LaTeX/Parameter|pos}} is set top, the baseline of the top line of text in the {{LaTeX/LaTeX|code=\parbox<!---->}} will line up with the baseline outside of the {{LaTeX/LaTeX|code=\parbox<!---->}}. In the special case of a parbox that has only one line of text, that one and only line of text is the top, bottom, and center line of text simultaneously, and changing {{LaTeX/Parameter|pos}} will appear to do nothing unless additional text is added. <div align="center">[[File:LaTeX parbox Alignment.png|400px]]</div> If the {{LaTeX/Parameter|contentpos}} is present and ''not'' the same as {{LaTeX/Parameter|pos}} and {{LaTeX/Parameter|pos}} is not '''center''', the {{LaTeX/LaTeX|code=\parbox<!---->}} will align at its borders. <div align="center">[[File:Paragraph Alignment 2.png|400px]]</div> === makebox and mbox === Makebox creates a single-line box, optionally of fixed width, but otherwise large enough to hold its contents. Note that the width does not have to be wider than the contents: for instance, setting width to 0 typesets the content without changing the current position. (E.g., this would allow for an overstrike.) Makebox is typically used to prevent hyphenation (see [[LaTeX/Text Formatting#Hyphenation|Hyphenation]]) or simply to keep text that belongs together from being placed on separate lines. You cannot place line breaks (\\) within a Makebox. mbox is the shorthand no-option version of Makebox. {{LaTeX/Usage|code= \mbox{text} \makebox[width][pos]{text} }} The {{LaTeX/Parameter|pos}} parameter takes a one letter value: '''c'''enter, flush'''l'''eft, flush'''r'''ight, or '''s'''pread the text to fill the box. {{LaTeX/Usage|code= \makebox[0pt]{Some text} over this text \makebox[15ex][s]{Censored text}\hspace{-15ex}\makebox[15ex][s]{X X X X X} Text \makebox[2\width][r]{running away} }} === framebox and fbox=== The command {{LaTeX/LaTeX|code=\framebox<!---->}} behaves identically to {{LaTeX/LaTeX|code=\makebox<!---->}} except that it additionally draws a box around its contents. {{LaTeX/Usage|code= \fbox{text} \framebox[width][pos]{text} }} The following example shows you some things you could do with the {{LaTeX/LaTeX|code=\makebox<!---->}} and {{LaTeX/LaTeX|code=\framebox<!---->}} commands: {{LaTeX/Example|code= \makebox[\textwidth]{c e n t r a l} \par \makebox[\textwidth][s]{s p r e a d} \par \framebox[1.1\width]{Guess I'm framed now!} \par \framebox[0.8\width][r]{Bummer, I am too wide} \par \framebox[1cm][l]{never mind, so am I} Can you read this? |render= [[Image:Latex example box test.png|300px]] }} You can tweak the following frame lengths. * {{LaTeX/LaTeX|code=\fboxsep<!---->}}: the distance between the frame and the content. * {{LaTeX/LaTeX|code=\fboxrule<!---->}}: the thickness of the rule. This prints a thick and more distant frame: {{LaTeX/Usage|code= \setlength{\fboxsep}{10pt} \setlength{\fboxrule}{5pt} \fbox{A frame.} }} This shows the box frame of a letter. {{LaTeX/Usage|code= \setlength{\fboxsep}{0pt} \fbox{A} }} The {{LaTeX/Package|framed}} package is available that adds the {{LaTeX/Environment|framed}} environment which provides an an easy way to frame a paragraph within a document: {{LaTeX/Usage|code= \usepackage{framed} % ... \begin{framed} This is an easy way to box text within a document! \end{framed} }} === savebox/usebox/newsavebox === A savebox is a non-rendered box that is saved for later repeated rendering via the usebox command. {{LaTeX/Usage|code= \newsavebox{\boxname} \savebox{\boxname}{some content} \usebox{\boxname} }} The command {{LaTeX/LaTeX|code=\newsavebox<!---->}} creates a placeholder for storing content; the command {{LaTeX/LaTeX|code=\savebox<!---->}} stores the specified content in the placeholder without rendering it in the document; and {{LaTeX/LaTeX|code=\usebox<!---->}} renders the content of the placeholder into the document. === colorbox and fcolorbox === See [[LaTeX/Colors|Colors]]. {{LaTeX/LaTeX|code=\fcolorbox<!---->}} can also be tweaked with {{LaTeX/LaTeX|code=\fboxsep<!---->}} and {{LaTeX/LaTeX|code=\fboxrule<!---->}}. === fancybox === The {{LaTeX/Package|fancybox}} package provides additional boxes. * {{LaTeX/LaTeX|code=\doublebox<!---->}} * {{LaTeX/LaTeX|code=\ovalbox<!---->}} * {{LaTeX/LaTeX|code=\shadowbox<!---->}} == box modifiers == === raisebox === Now that we control the horizontal, the obvious next step is to go for the vertical. No problem for LaTeX. The {{LaTeX/Usage|code= \raisebox{lift}[height][depth]{text} }} command lets you define the vertical properties of a box. You can use {{LaTeX/LaTeX|code=\width<!---->}}, {{LaTeX/LaTeX|code=\height<!---->}}, {{LaTeX/LaTeX|code=\depth<!---->}} and {{LaTeX/LaTeX|code=\totalheight<!---->}} in the first three parameters, in order to act upon the size of the box inside the text argument. The two optional parameters set for the height and depth of the raisebox. For instance you can observe the difference when embedded in a framebox. {{LaTeX/Example|code= \raisebox{0pt}[0pt][0pt]{\Large% \textbf{Aaaa\raisebox{-0.3ex}{a}% \raisebox{-0.7ex}{aa}% \raisebox{-1.2ex}{r}% \raisebox{-2.2ex}{g}% \raisebox{-4.5ex}{h} } } he shouted but not even the next one in line noticed that something terrible had happened to him. |render= [[Image:Latex example box test 2.png|300px]] }} === rotatebox === See [[LaTeX/Rotations|Rotations]]. === resizebox and scalebox === The {{LaTeX/Package|graphicx}} package features additional boxes. {{LaTeX/Usage|code= \resizebox{10ex}{2\baselineskip}{Dunhill style} \scalebox{10}{Giant} }} <noinclude> {{LaTeX/Bottom|Counters|Rules and Struts}} </noinclude> efrvllcgoxcbas8kutok42lnlgr61mo International Postage Meter Stamp Catalog/Mozambique 0 288252 4095097 4050970 2022-08-20T22:39:34Z R. Henrik Nilsson 3395618 aand > and wikitext text/x-wiki =Mozambique= * <span style="font-size:medium;">The earliest meter stamps are from 1960.</span> * <span style="font-size:medium;">All stamps are inscribed “MOÇAMBIQUE”.</span> * <span style="font-size:medium;">It appears most meters were installed in post offices and have only recently moved into private businesses.</span> <span style="font-size:medium;">'''NOTE''': Catalog values are not provided as there appears to be little collector demand.</span> <br><br> ---- <br> [[File: Mozambique stamp type 1.jpg|left|390px]] '''1. Universal “MultiValue” ''' (MV), 1960. : Circular frank with "CORREIOS DE MOÇAMBIQUE" at top and the meter number at bottom. : Value figures are variable in thickness. ::::::::::::::::::: '''A'''. M# with “U” prefix ::::::::::::::::::: '''B'''. M# without prefix, meter number 150 seen ::::::::::::::::::: '''C'''. Without M#, inscribed “uCTT” [[File: MeterCat 5 spaces.jpg|12px]][''scarce''] ::::::::::::::::::: '''D'''. With unengraved block in place of a meter number :::::::::::::::::: TM: DC :::::::::::::::::: V/F: [[File: MeterCat 5 spaces.jpg|12px]] 00$oo [[File: MeterCat 5 spaces.jpg|12px]] 000$oo ::::::::::::::::::: '''a'''. TM with “C.T.T.” at top and blank at bottom, without town name [[File: Mozambique stamp type 2.jpg|left|385px]] [[File:Mozambique_Type_2Cab.jpg|358px|right]] '''2. Universal “Automax” ''' (MV), 1960. : Nearly identical to Type 1 but the value figure numbers are simpler and of uniform thickness. ::::::::::::::::::: '''A'''. M# with “U” prefix ::::::::::::::::::: '''B'''. M# with “uLM” prefix (for Lourenco Marques) ::::::::::::::::::: '''C'''. Without meter number, inscribed “uCTT” ::::::::::::::::::: '''D'''. With unengraved block in place of a meter number :::::::::::::::::: TM: DC :::::::::::::::::: V/F: [[File: MeterCat 5 spaces.jpg|12px]] =00.oo ::::::::::::::::::: '''a'''. printed in green ::::::::::::::::::: '''b'''. Town mark with “C.T.T.” at top and blank at bottom, without town name [[File: Mozambique stamp type 3.jpg|left|375px]] [[File: Mozambique stamp type 3aa.jpg|right|355px]] '''3. Francotyp “Cc/Ccm” ''' (MV), 1959. : Spacing somewhat narrower than with Types 1 and 2. : Date figures with stops. : A small horizontal line appears above the meter number. : M# with “I” prefix. : TM: DC ::::::::::::::::: V/F (thin numbers): [[File:MeterCat 5 spaces.jpg|12px]] 00$00 [[File:MeterCat 5 spaces.jpg|12px]] ◆00$00 ::::::::::::::::: V/F (thick numbers): [[File:MeterCat 5 spaces.jpg|12px]] 00.00 ::::::::::::::::::: '''a'''. M# inverted [[File: Mozambique stamp type 3point1.jpg|left|350px]] <br> '''3.1. Satas "Baby” ''' (MV). [[File:MeterCat 5 spaces.jpg|12px]][''scarce''] : As Types 1 and 2 but slightly smaller and with narrower spacing. : Date figures are tall. : Meter number without prefix. : TM: SC : V/F: [[File: MeterCat 5 spaces.jpg|12px]] 0 0 $oo [[File: Mozambique stamp type 4.jpg|left|360px]] '''4. Hasler “Mailmaster” ''' (MV), 1993? : Rectangular frank with postal logo and “'''''CORREIO'''''” at top, “''CORREIOS DE MOÇAMBIQUE''” in smaller letters at bottom. : M# with “H” prefix left of the value figures. : TM: DC : V/F: [[File:MeterCat 5 spaces.jpg|12px]] 0000.0 ---- {{BookCat}} 4ph7nnsebs5feyymv6yhs8s2urufitj Seed Factories/Starter Set 0 289158 4095203 4095045 2022-08-21T10:48:58Z Danielravennest 13526 Update List 11 Additive machines 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. The cutting tools are held with '''[[w:Chuck_(engineering)|Chucks]]''', '''[[w:Collet|Collets]]''', and '''[[w:Spindle_(tool)|Spindles]]''' due to the high forces involved. They are often particular to a given machine or machine size. A '''[[w:Rotary_table|Rotary Table]]''' or '''[[w:Indexing_head|Indexing Head]]''' allows allows positioning items at 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 series of instructions, or directly control them. * '''[[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. Some methods are better suited to industrial use, and others for home use. Part resolution can be as small as 10 nanometers, and other machines work on a large enough scale for '''[[w:Construction_3D_printing|Building Construction]]'''. A related set of methods involve spraying material onto an existing surface. Examples are '''[[w:Spray_painting|Spray Painting]]''' and '''[[w:Thermal_spraying|Thermal Spraying]]'''. The spray is often directed by hand, but can be done by machines under computer control. &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. Due to the wide variety of processes, machines, and purposes, we don't list individual machines. Instead, we recommend looking at some '''[https://archive.org/details/texts?query=3D+printing&and[]=lending___status%3A%22is_readable%22&and[]=lending___status%3A%22available_to_borrow%22 Reference Sources]''', then investigate available machines. &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 printer designs and kits are available. They are less expensive, but require doing some or all of the work of building them. 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}} p0p33r8f7k5ec15g1s4xotq96j0z156 4095204 4095203 2022-08-21T11:01:22Z Danielravennest 13526 add link 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. The cutting tools are held with '''[[w:Chuck_(engineering)|Chucks]]''', '''[[w:Collet|Collets]]''', and '''[[w:Spindle_(tool)|Spindles]]''' due to the high forces involved. They are often particular to a given machine or machine size. A '''[[w:Rotary_table|Rotary Table]]''' or '''[[w:Indexing_head|Indexing Head]]''' allows allows positioning items at 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 series of instructions, or directly control them. * '''[[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. Some methods are better suited to industrial use, and others for home use. Part resolution can be as small as 10 nanometers, and other machines work on a large enough scale for '''[[w:Construction_3D_printing|Building Construction]]'''. A related set of methods involve spraying material onto an existing surface. Examples are '''[[w:Spray_painting|Spray Painting]]''' and '''[[w:Thermal_spraying|Thermal Spraying]]'''. The spray is often directed by hand, but can be done by machines under computer control. &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. Due to the wide variety of processes, machines, and purposes, we don't list individual machines. Instead, we recommend looking at some '''[https://archive.org/details/inlibrary?query=3D+printing Reference Sources]''', then investigate available machines. &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 printer designs and kits are available. They are less expensive, but require doing some or all of the work of building them. 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}} h1jbl0bo9zzlybwr8veqn7zwhijbaml 4095206 4095204 2022-08-21T11:23:43Z Danielravennest 13526 Start on list 13 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. The cutting tools are held with '''[[w:Chuck_(engineering)|Chucks]]''', '''[[w:Collet|Collets]]''', and '''[[w:Spindle_(tool)|Spindles]]''' due to the high forces involved. They are often particular to a given machine or machine size. A '''[[w:Rotary_table|Rotary Table]]''' or '''[[w:Indexing_head|Indexing Head]]''' allows allows positioning items at 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 series of instructions, or directly control them. * '''[[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. Some methods are better suited to industrial use, and others for home use. Part resolution can be as small as 10 nanometers, and other machines work on a large enough scale for '''[[w:Construction_3D_printing|Building Construction]]'''. A related set of methods involve spraying material onto an existing surface. Examples are '''[[w:Spray_painting|Spray Painting]]''' and '''[[w:Thermal_spraying|Thermal Spraying]]'''. The spray is often directed by hand, but can be done by machines under computer control. &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. Due to the wide variety of processes, machines, and purposes, we don't list individual machines. Instead, we recommend looking at some '''[https://archive.org/details/inlibrary?query=3D+printing Reference Sources]''', then investigate available machines. &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 printer designs and kits are available. They are less expensive, but require doing some or all of the work of building them. 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;This section covers 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. &emsp;Typical yards have live items like grass, some trees, and decorative plants and ground cover. They can also have a variety of constructed items like paths, fences, storage sheds, decks and patios. Most of these need some degree of cleaning and maintenance for appearance and to meet local rules. ::'''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 walk-behind and either pushed or are self-propelled. Larger '''Riding Mowers''' have a seat and steerable wheels. 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 with 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, with '''[[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}} 6ypxx28qid6et6gloqfmzqvoymt9bfw International Postage Meter Stamp Catalog/Nigeria 0 290988 4095155 4095032 2022-08-21T04:21:39Z 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 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 and PBV0027 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}} 4kg08dzxs6hkpj7w8883zdw33wm2vhi 4095156 4095155 2022-08-21T04:31:10Z Jim Ashby 3304668 /* GROUP B: Independent republic. Stamps without crown */ 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 <br><br> [[File: Nigeria stamp type B2.jpg|left|420px]] :::::::::::::::::::: '''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. <br><br><br><br> [[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 <br><br> [[File: Nigeria stamp type B4.jpg|left|380px]] :::::::::::::::::::: '''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 <br><br><br><br> [[File: Nigeria stamp type B5.jpg|left|395px]] :::::::::::::::::::: '''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 <br><br><br><br> [[File: Nigeria stamp type B6.jpg|left|355px]] :::::::::::::::::::: '''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 <br><br> [[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]] :::::::::::::::::::: '''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 <br><br><br> [[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. :::::::::::::::::::: M# "BVN 0000P", "BVN 0001P" and "BVN 0002P" seen. :::::::::::::::::::: 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 ::::::::::::::::::::: '''a'''. M# "NE XXXXX" seen dated 11/4/2000, possibly a proof. <br> [[File: Nigeria stamp type B9.jpg|left|365px]] :::::::::::::::::::: '''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 <br><br> [[File: Nigeria stamp type B10.jpg|left|360px]] :::::::::::::::::::: '''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 <br><br> ---- '''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 and PBV0027 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}} 7nomut9n0u3a4qfgpww2dbt0qnpeef8 4095157 4095156 2022-08-21T04:50:35Z Jim Ashby 3304668 /* GROUP B: Independent republic. Stamps without crown */ 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 <br><br> [[File: Nigeria stamp type B2.jpg|left|420px]] :::::::::::::::::::: '''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. <br><br><br><br> [[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 <br><br> [[File: Nigeria stamp type B4.jpg|left|380px]] :::::::::::::::::::: '''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 <br><br><br><br> [[File: Nigeria stamp type B5.jpg|left|395px]] :::::::::::::::::::: '''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 <br><br><br><br> [[File: Nigeria stamp type B6.jpg|left|355px]] :::::::::::::::::::: '''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]] ≋0.00 <br><br> [[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 Type B6 3.jpg|346px|left]] :::::::::::::::::::: '''B6.3. Pitney Bowes-GB “5300” ''' (MV). :::::::::::::::::::: Similar to Type B6.1 except value figures are set lower than the date figures. :::::::::::::::::::: M# with “P.B. N” prefix breaks lower left corner of border. :::::::::::::::::::: TM: DC :::::::::::::::::::: V/F: [[File: MeterCat 5 spaces.jpg|12px]] ≋0 00 <br><br> [[File: Nigeria stamp type B7.jpg|left|372px]] :::::::::::::::::::: '''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 <br><br><br> [[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. :::::::::::::::::::: M# "BVN 0000P", "BVN 0001P" and "BVN 0002P" seen. :::::::::::::::::::: 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]] ≋000 ::::::::::::::::::::: '''a'''. M# "NE XXXXX" seen dated 11/4/2000, possibly a proof. <br> [[File: Nigeria stamp type B9.jpg|left|365px]] :::::::::::::::::::: '''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]] ≋0 00 <br><br> [[File: Nigeria stamp type B10.jpg|left|360px]] :::::::::::::::::::: '''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 <br><br> ---- '''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 and PBV0027 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}} 5r8eydehoohyy47o5zxdahf9010d8g6 4095190 4095157 2022-08-21T09:26:13Z Jim Ashby 3304668 /* GROUP B: Independent republic. Stamps without crown */ 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 ::::::::::::::::::::: ‘’’b’’’. TM unengraved <br><br> [[File: Nigeria stamp type B2.jpg|left|420px]] :::::::::::::::::::: '''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. <br><br><br><br> [[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 <br><br> [[File: Nigeria stamp type B4.jpg|left|380px]] :::::::::::::::::::: '''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 <br><br><br><br> [[File: Nigeria stamp type B5.jpg|left|395px]] :::::::::::::::::::: '''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 <br><br><br><br> [[File: Nigeria stamp type B6.jpg|left|355px]] :::::::::::::::::::: '''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]] ≋0.00 <br><br> [[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 Type B6 3.jpg|346px|left]] :::::::::::::::::::: '''B6.3. Pitney Bowes-GB “5300” ''' (MV). :::::::::::::::::::: Similar to Type B6.1 except value figures are set lower than the date figures. :::::::::::::::::::: M# with “P.B. N” prefix breaks lower left corner of border. :::::::::::::::::::: TM: DC :::::::::::::::::::: V/F: [[File: MeterCat 5 spaces.jpg|12px]] ≋0 00 <br><br> [[File: Nigeria stamp type B7.jpg|left|372px]] :::::::::::::::::::: '''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 <br><br><br> [[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. :::::::::::::::::::: M# "BVN 0000P", "BVN 0001P" and "BVN 0002P" seen. :::::::::::::::::::: 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]] ≋000 ::::::::::::::::::::: '''a'''. M# "NE XXXXX" seen dated 11/4/2000, possibly a proof. <br> [[File: Nigeria stamp type B9.jpg|left|365px]] :::::::::::::::::::: '''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]] ≋0 00 <br><br> [[File: Nigeria stamp type B10.jpg|left|360px]] :::::::::::::::::::: '''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 <br><br> ---- '''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 and PBV0027 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}} 2hpn57ekmzza6hnk3ot5213tkuual02 4095198 4095190 2022-08-21T10:15:01Z Jim Ashby 3304668 /* GROUP B: Independent republic. Stamps without crown */ 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 ::::::::::::::::::::: '''b'''. TM unengraved <br><br> [[File: Nigeria stamp type B2.jpg|left|420px]] :::::::::::::::::::: '''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. <br><br><br><br> [[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 <br><br> [[File: Nigeria stamp type B4.jpg|left|380px]] :::::::::::::::::::: '''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 <br><br><br><br> [[File: Nigeria stamp type B5.jpg|left|395px]] :::::::::::::::::::: '''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 <br><br><br><br> [[File: Nigeria stamp type B6.jpg|left|355px]] :::::::::::::::::::: '''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]] ≋0.00 <br><br> [[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 Type B6 3.jpg|346px|left]] :::::::::::::::::::: '''B6.3. Pitney Bowes-GB “5300” ''' (MV). :::::::::::::::::::: Similar to Type B6.1 except value figures are set lower than the date figures. :::::::::::::::::::: M# with “P.B. N” prefix breaks lower left corner of border. :::::::::::::::::::: TM: DC :::::::::::::::::::: V/F: [[File: MeterCat 5 spaces.jpg|12px]] ≋0 00 <br><br> [[File: Nigeria stamp type B7.jpg|left|372px]] :::::::::::::::::::: '''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 <br><br><br> [[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. :::::::::::::::::::: M# "BVN 0000P", "BVN 0001P" and "BVN 0002P" seen. :::::::::::::::::::: 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]] ≋000 ::::::::::::::::::::: '''a'''. M# "NE XXXXX" seen dated 11/4/2000, possibly a proof. <br> [[File: Nigeria stamp type B9.jpg|left|365px]] :::::::::::::::::::: '''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]] ≋0 00 <br><br> [[File: Nigeria stamp type B10.jpg|left|360px]] :::::::::::::::::::: '''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 <br><br> ---- '''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 and PBV0027 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}} h12ci90rtb1ly7dem4w0d8cp7ly2cvf International Postage Meter Stamp Catalog/Sweden 0 295034 4095051 4095050 2022-08-20T12:03:55Z Jim Ashby 3304668 /* GROUP D: Simulated-perforation frame line at right and bottom */ 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]] ♦000 [[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}} ge7fcil0h27fb5hjsygwbwc7pbh4945 Indian Civil Services Examination Handbook 0 295998 4095056 3996092 2022-08-20T14:07:37Z Haoreima 3317590 /* Paper‐VI & Paper-VII / Optional Subject Papers I & II */ wikitext text/x-wiki ==About the examination== There is the only selection process, where there is no job description. Unfortunately no one is talking about that. This is hilarious. The [http://en.wikipedia.org/wiki/Civil_Services_Examination Civil Services Examination] is conducted by [http://en.wikipedia.org/wiki/Union_Public_Service_Commission Union Public Service Commission] of India for recruitment to various posts and services such as: #Indian Administrative Service. #Indian Foreign Service. #Indian Police Service #Indian P & T Accounts & Finance Service, Group ‘A’. #Indian Audit and Accounts Service, Group ‘A’. #Indian Revenue Service (Customs and Central Excise), Group ‘A’. #Indian Defence Accounts Service, Group ‘A’. #Indian Revenue Service (I.T.), Group ‘A’. #Indian Postal Service, Group ‘A’. #Indian Civil Accounts Service, Group ‘A’. #Indian Railway Traffic Service, Group ‘A’. #Indian Railway Accounts Service, Group 'A'. #Indian Railway Personnel Service, Group ‘A’. #Post of Assistant Security Commissioner in Railway Protection Force, Group ‘A’ #Indian Defence Estates Service, Group ‘A’. #Indian Information Service (Junior Grade), Group ‘A’. #Indian Trade Service, Group 'A' (Gr. III). #Indian Corporate Law Service, Group "A". #Armed Forces Headquarters Civil Service, Group ‘B’ (Section Officer’s Grade). #Delhi, Andaman & Nicobar Islands, Lakshadweep, Daman & Diu and Dadra & Nagar Haveli Civil Service, Group 'B'. #Delhi, Andaman & Nicobar Islands, Lakshadweep, Daman & Diu and Dadra & Nagar Haveli Police Service, Group 'B'. #Pondicherry Civil Service, Group 'B'. #Pondicherry Police Service, Group 'B'. ==Examination scheme== The Civil Services Examination will consist of two successive stages #Civil Services Preliminary Examination (Objective type) for the selection of candidates for the Main Examination; and #Civil Services Main Examination (Written and Interview) for the selection of candidates for the various Services and posts noted above. The Preliminary Examination will consist of two papers of Objective type (multiple choice questions) and carry a maximum of 400 marks. This examination is meant to serve as a screening test only; the marks obtained in the Preliminary Examination by the candidates who are declared qualified for admission to the Main Examination will not be counted for determining their final order of merit. The number of candidates to be admitted to the Main Examination will be about twelve to thirteen times the total approximate number of vacancies to be filled in the year in the various Services and Posts. Candidates who obtain such minimum qualifying marks in the written part of the Main Examination as may be fixed by the Commission at their discretion, shall be summoned by them for interview for a Personality Test. The number of candidates to be summoned for interview will be about twice the number of vacancies to be filled. Marks thus obtained by the candidates in the Main Examination (written part as well as interview) would determine their final ranking. Candidates will be allotted to the various Services keeping inview their ranks in the examination and the preferences expressed by them for the various Services and Posts. ==Preliminary Examination== The Examination shall comprise two compulsory papers of 200 marks each. Both the question papers will be of the objective type (multiple choice questions). The question papers will be set both in Hindi and English. However, questions relating to English Language Comprehension skills of Class X level will be tested through passages from English Language only without providing Hindi translation thereof in the question paper. Each paper will be of two hours duration. There will be negative marking for incorrect answers (as detailed below) for all questions except some of the questions where the negative marking will be inbuilt in the form of different marks being awarded to the most appropriate and not so appropriate answer for such questions. There are four alternatives for the answers to every question. For each question for which a wrong answer has been given by the candidate, one‐third (0.33) of the marks assigned to that question will be deducted as penalty. If a candidate gives more than one answer, it will be treated as a wrong answer even if one of the given answers happen to be correct and there will be same penalty as above for that question. If a question is left blank, i.e. no answer is given by the candidate; there will be no penalty for that question. The Commission will draw a list of candidates to be qualified for Civil Service (Main) Examination based on the total qualifying marks as may be determined by the Commission, of the two papers put together. ==Main Examination== Qualifying Papers: *'''Paper‐ A''' - One of the '''Indian Language''' to be selected by the candidate from the Languages included in the Eighth Schedule to the Constitution. *'''Paper‐ B''' - '''English''' Papers A and B are of 300 marks each. The papers on Indian Languages and English (Paper A and Paper B) will be of Matriculation or equivalent standard and will be of qualifying nature. The marks obtained in these papers will not be counted for ranking. The paper A on Indian Language will not, however, be compulsory for candidates hailing from the States of Arunachal Pradesh, Manipur, Meghalaya, Mizoram, Nagaland and Sikkim. Papers to be counted for merit: *'''Paper‐I Essay''' *'''Paper‐II General Studies–I''' - '''Indian Heritage and Culture, History and Geography of the World and Society''' *'''Paper‐III General Studies –II''' - '''Governance, Constitution, Polity, Social Justice and International relations''' *'''Paper‐IV General Studies –III''' - '''Technology, Economic Development, Bio‐diversity, Environment, Security and Disaster Management''' *'''Paper‐V General Studies –IV''' - '''Ethics, Integrity and Aptitude''' *'''Paper‐VI Optional Subject – Paper 1''' *'''Paper‐VII Optional Subject – Paper 2''' Papers I to VII are of 250 marks each. Evaluation of the papers, namely, ‘Essay’, ‘General Studies’ and Optional Subject of all the candidates would be done simultaneously along with evaluation of their qualifying papers on ‘Indian Languages’ and ‘English’ but the papers on ‘Essay’, General Studies and Optional Subject of only such candidates will be taken cognizance of who attain such minimum standard as may be fixed by Commission at their discretion for the qualifying papers on ‘Indian Language’ and ‘English’. Marks obtained by the candidates for the Paper I‐VII only will be counted for merit ranking. However, the Commission will have the discretion to fix qualifying marks in any or all of these papers. The question papers for the examination will be of conventional (essay) type. Each paper will be of three hours duration. Candidates will have the option to answer all the question papers, except the Qualifying Language papers Paper‐A and Paper‐B, in any of the languages included in the Eighth Schedule to the Constitution of India or in English. Candidates exercising the option to answer Papers in any one of the languages mentioned above may, if they so desire, give English version within brackets of only the description of the technical terms, if any, in addition to the version in the language opted by them. Candidates should, however, note that if they misuse the above rule, a deduction will be made on this account from the total marks otherwise accruing to them and in extreme cases; their script(s) will not be valued for being in an unauthorized medium. The question papers (other than the literature of language papers) will be set in Hindi and English only. ==Interview test== The interview will carry 275 marks (with no minimum qualifying marks). The candidate will be interviewed by a Board who will have before them a record of his/her career. He/she will be asked questions on matters of general interest. The object of the interview is to assess the personal suitability of the candidate for a career in public service by a Board of competent and unbiased observers. The test is intended to judge the mental calibre of a candidate. In broad terms this is really an assessment of not only his/her intellectual qualities but also social traits and his/her interest in current affairs. Some of the qualities to be judged are mental alertness, critical powers of assimilation, clear and logical exposition, balance of judgement, variety and depth of interest, ability for social cohesion and leadership, intellectual and moral integrity. The technique of the interview is not that of a strict cross-examination but of a natural, though directed and purposive conversation which is intended to reveal the mental qualities of the candidate. The interview test is not intended to be a test either of the specialised or general knowledge of the candidates which has been already tested through their written papers. Candidates are expected to have taken an intelligent interest not only in their special subjects of academic study but also in the events which are happening around them both within and outside their own state or country as well as in modern currents of thought and in new discoveries which should rouse the curiosity of well educated youth. ==Syllabi== ===Preliminary Examination=== ====Paper I==== *Current events of national and international importance *History of India and Indian National Movement *Indian and World Geography‐Physical, Social, Economic Geography of India and the World. *Indian Polity and Governance‐Constitution, Political System, Panchayati Raj, Public Policy, Rights Issues, etc. *Economic and Social Development‐Sustainable Development, Poverty, Inclusion, Demographics, Social Sector Initiatives, etc. *General issues on Environmental ecology, Bio‐diversity and Climate Change‐ that do not require subject specialization *General Science. ====Paper II==== *Comprehension *Interpersonal skills including communication skills; *Logical reasoning and analytical ability *Decision making and problem solving *General mental ability *Basic numeracy (numbers and their relations, orders of magnitude, etc.) (Class X level), Data interpretation (charts, graphs, tables, data sufficiency etc. — Class X level) *English Language Comprehension skills (Class X level). *Questions relating to English Language Comprehension skills of Class X level (last item in the Syllabus of Paper‐II) will be tested through passages from English language only without providing Hindi translation thereof in the question paper. ===Main examination=== The main examination is intended to assess the overall intellectual traits and depth of understanding of candidates rather than merely the range of their information and memory. The nature and standard of questions in the General Studies papers (Paper II to Paper V) will be such that a well‐educated person will be able to answer them without any specialized study. The questions will be such as to test a candidate’s general awareness of a variety of subjects, which will have relevance for a career in Civil Services. The questions are likely to test the candidate’s basic understanding of all relevant issues, and ability to analyze, and take a view on conflicting socio‐ economic goals, objectives and demands. The candidates must give relevant, meaningful and succinct answers. ====Qualifying papers on Indian languages and English==== The aim of the paper is to test the candidates’s ability to read and understand serious discursive prose, and to express his ideas clearly and correctly, in English and Indian Language concerned. The pattern of questions would be broadly as follows:‐ *Comprehension of given passages *Precis Writing *Usage and Vocabulary *Short Essay. Indian Languages:‐ *Comprehension of given passages. *Precis Writing *Usage and Vocabulary. *Short Essay *Translation from English to the Indian language and vice‐versa. The Papers on Indian Languages and English will be of Matriculation or equivalent standard and will be of qualifying nature only. The marks obtained in these papers will not be counted for ranking. ====Paper-I / Essay==== Candidates will be required to write an essay on a specific topic. The choice of subjects will be given. They will be expected to keep closely to the subject of the essay to arrange their ideas in orderly fashion, and to write concisely. Credit will be given for effective and exact expression. ====Paper‐II / General Studies‐ I / Indian Heritage and Culture, History and Geography of the World and Society==== *[[Indian_Civil_Services_Examination_Handbook/Indian culture | Indian culture]] will cover the salient aspects of Art Forms, Literature and Architecture from ancient to modern times. *[[Indian_Civil_Services_Examination_Handbook/Modern Indian history | Modern Indian history]] from about the middle of the eighteenth century until the present‐ significant events, personalities, issues *[[Indian_Civil_Services_Examination_Handbook/The Freedom Struggle | The Freedom Struggle]] ‐ its various stages and important contributors /contributions from different parts of the country. *[[Indian_Civil_Services_Examination_Handbook/Post‐independence consolidation | Post‐independence consolidation]] and reorganization within the country. *[[Indian_Civil_Services_Examination_Handbook/History of the world | History of the world]] will include events from 18th century such as industrial revolution, world wars, redrawal of national boundaries, colonization, decolonization, political philosophies like communism, capitalism, socialism etc.‐ their forms and effect on the society. *Salient features of [[Indian_Civil_Services_Examination_Handbook/Indian Society | Indian Society]], Diversity of India. *[[Indian_Civil_Services_Examination_Handbook/Role of women | Role of women]] and women’s organization, [[Indian_Civil_Services_Examination_Handbook/Population | population]] and associated issues, [[Indian_Civil_Services_Examination_Handbook/Poverty and developmental issues | poverty and developmental issues]], [[Indian_Civil_Services_Examination_Handbook/Urbanization | urbanization]], their problems and their remedies. *[[Indian_Civil_Services_Examination_Handbook/Effects of globalization | Effects of globalization]] on Indian society *[[Indian_Civil_Services_Examination_Handbook/Social empowerment | Social empowerment]], [[Indian_Civil_Services_Examination_Handbook/Communalism | communalism]], [[Indian_Civil_Services_Examination_Handbook/Regionalism | regionalism]] & [[Indian_Civil_Services_Examination_Handbook/Secularism | secularism]]. *Salient features of [[Indian_Civil_Services_Examination_Handbook/World’s physical geography | world’s physical geography]]. *Distribution of [[Indian_Civil_Services_Examination_Handbook/Key natural resources | key natural resources]] across the world (including South Asia and the Indian sub‐continent); factors responsible for the [[Indian_Civil_Services_Examination_Handbook/Location of industries | location of primary, secondary, and tertiary sector industries]] in various parts of the world (including India) *Important [[Indian_Civil_Services_Examination_Handbook/Geophysical phenomena | Geophysical phenomena]] such as earthquakes, Tsunami, Volcanic activity, cyclone etc., [[Indian_Civil_Services_Examination_Handbook/Geographical features | geographical features]] and their location‐ changes in critical geographical features (including water‐bodies and ice‐caps) and in flora and fauna and the effects of such changes. ====Paper-III / General Studies‐ II / Governance, Constitution, Polity, Social Justice and International relations ==== *Indian Constitution‐ historical underpinnings, evolution, features, amendments, significant provisions and basic structure. *Functions and responsibilities of the Union and the States, issues and challenges pertaining to the federal structure, devolution of powers and finances up to local levels and challenges therein. *Separation of powers between various organs dispute redressal mechanisms and institutions. *Comparison of the Indian constitutional scheme with that of other countries *Parliament and State Legislatures ‐ structure, functioning, conduct of business, powers & privileges and issues arising out of these. *Structure, organization and functioning of the Executive and the Judiciary Ministries and Departments of the Government; pressure groups and formal/informal associations and their role in the Polity. *Salient features of the Representation of People’s Act. *Appointment to various Constitutional posts, powers, functions and responsibilities of various Constitutional Bodies. *Statutory, regulatory and various quasi‐judicial bodies *Government policies and interventions for development in various sectors and issues arising out of their design and implementation. *Development processes and the development industry‐ the role of NGOs, SHGs, various groups and associations, donors, charities, institutional and other stakeholders *Welfare schemes for vulnerable sections of the population by the Centre and States and the performance of these schemes; mechanisms, laws, institutions and Bodies constituted for the protection and betterment of these vulnerable sections. *Issues relating to development and management of Social Sector/Services relating to Health, Education, Human Resources. *Issues relating to poverty and hunger. *Important aspects of governance, transparency and accountability, e‐governance‐ applications, models, successes, limitations, and potential; citizens charters, transparency & accountability and institutional and other measures. *Role of civil services in a democracy. *India and its neighborhood‐ relations. *Bilateral, regional and global groupings and agreements involving India and/or affecting India’s interests *Effect of policies and politics of developed and developing countries on India’s interests, Indian diaspora. *Important International institutions, agencies and fora‐their structure, mandate. ====Paper-IV / General Studies-III / Technology, Economic Development, Bio diversity, Environment, Security and Disaster Management==== *Indian Economy and issues relating to planning, mobilization of resources, growth, development and employment. *Inclusive growth and issues arising from it. *Government Budgeting. *Major crops cropping patterns in various parts of the country, different types of irrigation and irrigation systems, storage, transport and marketing of agricultural produce and issues and related constraints; e‐technology in the aid of farmers *Issues related to direct and indirect farm subsidies and minimum support prices; Public Distribution System‐ objectives, functioning, limitations, revamping; issues of buffer stocks and food security; Technology missions; economics of animal‐rearing. *Food processing and related industries in India‐ scope and significance, location, upstream and downstream requirements, supply chain management. *[[Land reforms in India]]. *Effects of liberalization on the economy, changes in industrial policy and their effects on industrial growth. *Infrastructure: Energy, Ports, Roads, Airports, Railways etc. *[[Investment models]]. *Science and Technology‐ developments and their applications and effects in everyday life *Achievements of Indians in science & technology; indigenization of technology and developing new technology. *Awareness in the fields of IT, Space, Computers, robotics, nano‐technology, bio‐technology and issues relating to intellectual property rights. *Conservation, environmental pollution and degradation, environmental impact assessment *Disaster and disaster management. *Linkages between development and spread of extremism. *Role of external state and non‐state actors in creating challenges to internal security. *Challenges to internal security through communication networks, role of media and social networking sites in internal security challenges, basics of cyber security; [[money‐laundering]] and its prevention *Security challenges and their management in border areas; linkages of organized crime with terrorism *Various Security forces and agencies and their mandate ====Paper-V / General Studies‐ IV / Ethics, Integrity, and Aptitude==== This paper will include questions to test the candidates’ attitude and approach to issues relating to integrity, probity in public life and his problem solving approach to various issues and conflicts faced by him in dealing with society. Questions may utilise the case study approach to determine these aspects. The following broad areas will be covered. *[[Indian_Civil_Services_Examination_Handbook/Ethics_and_Human_Interface | Ethics and Human Interface]]: Essence, determinants and consequences of Ethics in human actions; dimensions of ethics; ethics in private and public relationships. *[[Indian_Civil_Services_Examination_Handbook/Human_Values | Human Values]] – lessons from the lives and teachings of great leaders, reformers and administrators; role of family, society and educational institutions in inculcating values. *[[Indian_Civil_Services_Examination_Handbook/Attitude | Attitude]]: content, structure, function; its influence and relation with thought and behaviour; moral and political attitudes; social influence and persuasion. *[[Indian_Civil_Services_Examination_Handbook/Aptitude | Aptitude]] and foundational values for Civil Service, integrity, impartiality and non‐partisanship, objectivity, dedication to public service, empathy, tolerance and compassion towards the weaker‐sections. *[[Indian_Civil_Services_Examination_Handbook/Emotional_Intelligence | Emotional intelligence]] ‐ concepts, and their utilities and application in administration and governance. *[[Indian_Civil_Services_Examination_Handbook/Moral_Thinkers_and_Philosophers | Contributions of moral thinkers and philosophers from India and world.]] *[[Indian_Civil_Services_Examination_Handbook/Ethics_in_Public_Administration | Public/Civil service values and Ethics in Public administration]]: Status and problems; ethical concerns and dilemmas in government and private institutions; laws, rules, regulations and conscience as sources of ethical guidance; accountability and ethical governance; strengthening of ethical and moral values in governance; ethical issues in international relations and funding; corporate governance. *[[Indian_Civil_Services_Examination_Handbook/Probity_in_Governance | Probity in Governance]]: Concept of public service; Philosophical basis of governance and probity; Information sharing and transparency in government, Right to Information, Codes of Ethics, Codes of Conduct, Citizen’s Charters, Work culture, Quality of service delivery, Utilization of public funds, challenges of corruption. *[[Indian_Civil_Services_Examination_Handbook/Case_Studies | Case Studies]] on above issues. ====Paper‐VI & Paper-VII / Optional Subject Papers I & II==== The scope of the syllabus for optional subject papers for the examination is broadly of the honours degree level i.e. a level higher than the bachelors’ degree and lower than the masters’ degree. In the case of Engineering, Medical Science and law, the level corresponds to the bachelors’ degree. Candidate may choose any optional subject from amongst the following list of Optional Subjects: *Agriculture *Animal Husbandry and Veterinary Science *Anthropology *Botany *Chemistry *Civil Engineering *Commerce and Accountancy *Economics *Electrical Engineering *Geography *Geology *History *Law *Management *Mathematics *Mechanical Engineering *Medical Science *Philosophy *Physics *Political Science and International Relations *Psychology *[[Indian_Civil_Services_Examination_Handbook/Public_Administration_Syllabus | Public Administration]] *Sociology *Statistics *Zoology *Literature of any one of the following languages: [[Assamese]], [[Bengali]], [[Bodo]], [[Dogri]], [[Gujarati]], [[Hindi]], [[Kannada]], [[Kashmiri]], [[Konkani]], [[Maithili]], [[Malayalam]], [[Meitei]] ([[Manipuri]]), [[Marathi]], [[Nepali]], [[Oriya]], [[Punjabi]], [[Sanskrit]], [[Santhali]], [[Sindhi]], [[Tamil]], [[Telugu]], [[Urdu]], [[English]]. {{Shelves|Standard examinations}} {{alphabetical|I}} {{Status|25%}} 3f51wo97108l850ppo5py43s4y4qbso 4095058 4095056 2022-08-20T14:09:42Z Haoreima 3317590 wikitext text/x-wiki ==About the examination== There is the only selection process, where there is no job description. Unfortunately, no one is talking about that. This is hilarious. The [http://en.wikipedia.org/wiki/Civil_Services_Examination Civil Services Examination] is conducted by [http://en.wikipedia.org/wiki/Union_Public_Service_Commission Union Public Service Commission] of India for recruitment to various posts and services such as: #Indian Administrative Service. #Indian Foreign Service. #Indian Police Service #Indian P & T Accounts & Finance Service, Group ‘A’. #Indian Audit and Accounts Service, Group ‘A’. #Indian Revenue Service (Customs and Central Excise), Group ‘A’. #Indian Defence Accounts Service, Group ‘A’. #Indian Revenue Service (I.T.), Group ‘A’. #Indian Postal Service, Group ‘A’. #Indian Civil Accounts Service, Group ‘A’. #Indian Railway Traffic Service, Group ‘A’. #Indian Railway Accounts Service, Group 'A'. #Indian Railway Personnel Service, Group ‘A’. #Post of Assistant Security Commissioner in Railway Protection Force, Group ‘A’ #Indian Defence Estates Service, Group ‘A’. #Indian Information Service (Junior Grade), Group ‘A’. #Indian Trade Service, Group 'A' (Gr. III). #Indian Corporate Law Service, Group "A". #Armed Forces Headquarters Civil Service, Group ‘B’ (Section Officer’s Grade). #Delhi, Andaman & Nicobar Islands, Lakshadweep, Daman & Diu and Dadra & Nagar Haveli Civil Service, Group 'B'. #Delhi, Andaman & Nicobar Islands, Lakshadweep, Daman & Diu and Dadra & Nagar Haveli Police Service, Group 'B'. #Pondicherry Civil Service, Group 'B'. #Pondicherry Police Service, Group 'B'. ==Examination scheme== The Civil Services Examination will consist of two successive stages #Civil Services Preliminary Examination (Objective type) for the selection of candidates for the Main Examination; and #Civil Services Main Examination (Written and Interview) for the selection of candidates for the various Services and posts noted above. The Preliminary Examination will consist of two papers of Objective type (multiple choice questions) and carry a maximum of 400 marks. This examination is meant to serve as a screening test only; the marks obtained in the Preliminary Examination by the candidates who are declared qualified for admission to the Main Examination will not be counted for determining their final order of merit. The number of candidates to be admitted to the Main Examination will be about twelve to thirteen times the total approximate number of vacancies to be filled in the year in the various Services and Posts. Candidates who obtain such minimum qualifying marks in the written part of the Main Examination as may be fixed by the Commission at their discretion, shall be summoned by them for interview for a Personality Test. The number of candidates to be summoned for interview will be about twice the number of vacancies to be filled. Marks thus obtained by the candidates in the Main Examination (written part as well as interview) would determine their final ranking. Candidates will be allotted to the various Services keeping inview their ranks in the examination and the preferences expressed by them for the various Services and Posts. ==Preliminary Examination== The Examination shall comprise two compulsory papers of 200 marks each. Both the question papers will be of the objective type (multiple choice questions). The question papers will be set both in Hindi and English. However, questions relating to English Language Comprehension skills of Class X level will be tested through passages from English Language only without providing Hindi translation thereof in the question paper. Each paper will be of two hours duration. There will be negative marking for incorrect answers (as detailed below) for all questions except some of the questions where the negative marking will be inbuilt in the form of different marks being awarded to the most appropriate and not so appropriate answer for such questions. There are four alternatives for the answers to every question. For each question for which a wrong answer has been given by the candidate, one‐third (0.33) of the marks assigned to that question will be deducted as penalty. If a candidate gives more than one answer, it will be treated as a wrong answer even if one of the given answers happen to be correct and there will be same penalty as above for that question. If a question is left blank, i.e. no answer is given by the candidate; there will be no penalty for that question. The Commission will draw a list of candidates to be qualified for Civil Service (Main) Examination based on the total qualifying marks as may be determined by the Commission, of the two papers put together. ==Main Examination== Qualifying Papers: *'''Paper‐ A''' - One of the '''Indian Language''' to be selected by the candidate from the Languages included in the Eighth Schedule to the Constitution. *'''Paper‐ B''' - '''English''' Papers A and B are of 300 marks each. The papers on Indian Languages and English (Paper A and Paper B) will be of Matriculation or equivalent standard and will be of qualifying nature. The marks obtained in these papers will not be counted for ranking. The paper A on Indian Language will not, however, be compulsory for candidates hailing from the States of Arunachal Pradesh, Manipur, Meghalaya, Mizoram, Nagaland and Sikkim. Papers to be counted for merit: *'''Paper‐I Essay''' *'''Paper‐II General Studies–I''' - '''Indian Heritage and Culture, History and Geography of the World and Society''' *'''Paper‐III General Studies –II''' - '''Governance, Constitution, Polity, Social Justice and International relations''' *'''Paper‐IV General Studies –III''' - '''Technology, Economic Development, Bio‐diversity, Environment, Security and Disaster Management''' *'''Paper‐V General Studies –IV''' - '''Ethics, Integrity and Aptitude''' *'''Paper‐VI Optional Subject – Paper 1''' *'''Paper‐VII Optional Subject – Paper 2''' Papers I to VII are of 250 marks each. Evaluation of the papers, namely, ‘Essay’, ‘General Studies’ and Optional Subject of all the candidates would be done simultaneously along with evaluation of their qualifying papers on ‘Indian Languages’ and ‘English’ but the papers on ‘Essay’, General Studies and Optional Subject of only such candidates will be taken cognizance of who attain such minimum standard as may be fixed by Commission at their discretion for the qualifying papers on ‘Indian Language’ and ‘English’. Marks obtained by the candidates for the Paper I‐VII only will be counted for merit ranking. However, the Commission will have the discretion to fix qualifying marks in any or all of these papers. The question papers for the examination will be of conventional (essay) type. Each paper will be of three hours duration. Candidates will have the option to answer all the question papers, except the Qualifying Language papers Paper‐A and Paper‐B, in any of the languages included in the Eighth Schedule to the Constitution of India or in English. Candidates exercising the option to answer Papers in any one of the languages mentioned above may, if they so desire, give English version within brackets of only the description of the technical terms, if any, in addition to the version in the language opted by them. Candidates should, however, note that if they misuse the above rule, a deduction will be made on this account from the total marks otherwise accruing to them and in extreme cases; their script(s) will not be valued for being in an unauthorized medium. The question papers (other than the literature of language papers) will be set in Hindi and English only. ==Interview test== The interview will carry 275 marks (with no minimum qualifying marks). The candidate will be interviewed by a Board who will have before them a record of his/her career. He/she will be asked questions on matters of general interest. The object of the interview is to assess the personal suitability of the candidate for a career in public service by a Board of competent and unbiased observers. The test is intended to judge the mental calibre of a candidate. In broad terms this is really an assessment of not only his/her intellectual qualities but also social traits and his/her interest in current affairs. Some of the qualities to be judged are mental alertness, critical powers of assimilation, clear and logical exposition, balance of judgement, variety and depth of interest, ability for social cohesion and leadership, intellectual and moral integrity. The technique of the interview is not that of a strict cross-examination but of a natural, though directed and purposive conversation which is intended to reveal the mental qualities of the candidate. The interview test is not intended to be a test either of the specialised or general knowledge of the candidates which has been already tested through their written papers. Candidates are expected to have taken an intelligent interest not only in their special subjects of academic study but also in the events which are happening around them both within and outside their own state or country as well as in modern currents of thought and in new discoveries which should rouse the curiosity of well educated youth. ==Syllabi== ===Preliminary Examination=== ====Paper I==== *Current events of national and international importance *History of India and Indian National Movement *Indian and World Geography‐Physical, Social, Economic Geography of India and the World. *Indian Polity and Governance‐Constitution, Political System, Panchayati Raj, Public Policy, Rights Issues, etc. *Economic and Social Development‐Sustainable Development, Poverty, Inclusion, Demographics, Social Sector Initiatives, etc. *General issues on Environmental ecology, Bio‐diversity and Climate Change‐ that do not require subject specialization *General Science. ====Paper II==== *Comprehension *Interpersonal skills including communication skills; *Logical reasoning and analytical ability *Decision making and problem solving *General mental ability *Basic numeracy (numbers and their relations, orders of magnitude, etc.) (Class X level), Data interpretation (charts, graphs, tables, data sufficiency etc. — Class X level) *English Language Comprehension skills (Class X level). *Questions relating to English Language Comprehension skills of Class X level (last item in the Syllabus of Paper‐II) will be tested through passages from English language only without providing Hindi translation thereof in the question paper. ===Main examination=== The main examination is intended to assess the overall intellectual traits and depth of understanding of candidates rather than merely the range of their information and memory. The nature and standard of questions in the General Studies papers (Paper II to Paper V) will be such that a well‐educated person will be able to answer them without any specialized study. The questions will be such as to test a candidate’s general awareness of a variety of subjects, which will have relevance for a career in Civil Services. The questions are likely to test the candidate’s basic understanding of all relevant issues, and ability to analyze, and take a view on conflicting socio‐ economic goals, objectives and demands. The candidates must give relevant, meaningful and succinct answers. ====Qualifying papers on Indian languages and English==== The aim of the paper is to test the candidates’s ability to read and understand serious discursive prose, and to express his ideas clearly and correctly, in English and Indian Language concerned. The pattern of questions would be broadly as follows:‐ *Comprehension of given passages *Precis Writing *Usage and Vocabulary *Short Essay. Indian Languages:‐ *Comprehension of given passages. *Precis Writing *Usage and Vocabulary. *Short Essay *Translation from English to the Indian language and vice‐versa. The Papers on Indian Languages and English will be of Matriculation or equivalent standard and will be of qualifying nature only. The marks obtained in these papers will not be counted for ranking. ====Paper-I / Essay==== Candidates will be required to write an essay on a specific topic. The choice of subjects will be given. They will be expected to keep closely to the subject of the essay to arrange their ideas in orderly fashion, and to write concisely. Credit will be given for effective and exact expression. ====Paper‐II / General Studies‐ I / Indian Heritage and Culture, History and Geography of the World and Society==== *[[Indian_Civil_Services_Examination_Handbook/Indian culture | Indian culture]] will cover the salient aspects of Art Forms, Literature and Architecture from ancient to modern times. *[[Indian_Civil_Services_Examination_Handbook/Modern Indian history | Modern Indian history]] from about the middle of the eighteenth century until the present‐ significant events, personalities, issues *[[Indian_Civil_Services_Examination_Handbook/The Freedom Struggle | The Freedom Struggle]] ‐ its various stages and important contributors /contributions from different parts of the country. *[[Indian_Civil_Services_Examination_Handbook/Post‐independence consolidation | Post‐independence consolidation]] and reorganization within the country. *[[Indian_Civil_Services_Examination_Handbook/History of the world | History of the world]] will include events from 18th century such as industrial revolution, world wars, redrawal of national boundaries, colonization, decolonization, political philosophies like communism, capitalism, socialism etc.‐ their forms and effect on the society. *Salient features of [[Indian_Civil_Services_Examination_Handbook/Indian Society | Indian Society]], Diversity of India. *[[Indian_Civil_Services_Examination_Handbook/Role of women | Role of women]] and women’s organization, [[Indian_Civil_Services_Examination_Handbook/Population | population]] and associated issues, [[Indian_Civil_Services_Examination_Handbook/Poverty and developmental issues | poverty and developmental issues]], [[Indian_Civil_Services_Examination_Handbook/Urbanization | urbanization]], their problems and their remedies. *[[Indian_Civil_Services_Examination_Handbook/Effects of globalization | Effects of globalization]] on Indian society *[[Indian_Civil_Services_Examination_Handbook/Social empowerment | Social empowerment]], [[Indian_Civil_Services_Examination_Handbook/Communalism | communalism]], [[Indian_Civil_Services_Examination_Handbook/Regionalism | regionalism]] & [[Indian_Civil_Services_Examination_Handbook/Secularism | secularism]]. *Salient features of [[Indian_Civil_Services_Examination_Handbook/World’s physical geography | world’s physical geography]]. *Distribution of [[Indian_Civil_Services_Examination_Handbook/Key natural resources | key natural resources]] across the world (including South Asia and the Indian sub‐continent); factors responsible for the [[Indian_Civil_Services_Examination_Handbook/Location of industries | location of primary, secondary, and tertiary sector industries]] in various parts of the world (including India) *Important [[Indian_Civil_Services_Examination_Handbook/Geophysical phenomena | Geophysical phenomena]] such as earthquakes, Tsunami, Volcanic activity, cyclone etc., [[Indian_Civil_Services_Examination_Handbook/Geographical features | geographical features]] and their location‐ changes in critical geographical features (including water‐bodies and ice‐caps) and in flora and fauna and the effects of such changes. ====Paper-III / General Studies‐ II / Governance, Constitution, Polity, Social Justice and International relations ==== *Indian Constitution‐ historical underpinnings, evolution, features, amendments, significant provisions and basic structure. *Functions and responsibilities of the Union and the States, issues and challenges pertaining to the federal structure, devolution of powers and finances up to local levels and challenges therein. *Separation of powers between various organs dispute redressal mechanisms and institutions. *Comparison of the Indian constitutional scheme with that of other countries *Parliament and State Legislatures ‐ structure, functioning, conduct of business, powers & privileges and issues arising out of these. *Structure, organization and functioning of the Executive and the Judiciary Ministries and Departments of the Government; pressure groups and formal/informal associations and their role in the Polity. *Salient features of the Representation of People’s Act. *Appointment to various Constitutional posts, powers, functions and responsibilities of various Constitutional Bodies. *Statutory, regulatory and various quasi‐judicial bodies *Government policies and interventions for development in various sectors and issues arising out of their design and implementation. *Development processes and the development industry‐ the role of NGOs, SHGs, various groups and associations, donors, charities, institutional and other stakeholders *Welfare schemes for vulnerable sections of the population by the Centre and States and the performance of these schemes; mechanisms, laws, institutions and Bodies constituted for the protection and betterment of these vulnerable sections. *Issues relating to development and management of Social Sector/Services relating to Health, Education, Human Resources. *Issues relating to poverty and hunger. *Important aspects of governance, transparency and accountability, e‐governance‐ applications, models, successes, limitations, and potential; citizens charters, transparency & accountability and institutional and other measures. *Role of civil services in a democracy. *India and its neighborhood‐ relations. *Bilateral, regional and global groupings and agreements involving India and/or affecting India’s interests *Effect of policies and politics of developed and developing countries on India’s interests, Indian diaspora. *Important International institutions, agencies and fora‐their structure, mandate. ====Paper-IV / General Studies-III / Technology, Economic Development, Bio diversity, Environment, Security and Disaster Management==== *Indian Economy and issues relating to planning, mobilization of resources, growth, development and employment. *Inclusive growth and issues arising from it. *Government Budgeting. *Major crops cropping patterns in various parts of the country, different types of irrigation and irrigation systems, storage, transport and marketing of agricultural produce and issues and related constraints; e‐technology in the aid of farmers *Issues related to direct and indirect farm subsidies and minimum support prices; Public Distribution System‐ objectives, functioning, limitations, revamping; issues of buffer stocks and food security; Technology missions; economics of animal‐rearing. *Food processing and related industries in India‐ scope and significance, location, upstream and downstream requirements, supply chain management. *[[Land reforms in India]]. *Effects of liberalization on the economy, changes in industrial policy and their effects on industrial growth. *Infrastructure: Energy, Ports, Roads, Airports, Railways etc. *[[Investment models]]. *Science and Technology‐ developments and their applications and effects in everyday life *Achievements of Indians in science & technology; indigenization of technology and developing new technology. *Awareness in the fields of IT, Space, Computers, robotics, nano‐technology, bio‐technology and issues relating to intellectual property rights. *Conservation, environmental pollution and degradation, environmental impact assessment *Disaster and disaster management. *Linkages between development and spread of extremism. *Role of external state and non‐state actors in creating challenges to internal security. *Challenges to internal security through communication networks, role of media and social networking sites in internal security challenges, basics of cyber security; [[money‐laundering]] and its prevention *Security challenges and their management in border areas; linkages of organized crime with terrorism *Various Security forces and agencies and their mandate ====Paper-V / General Studies‐ IV / Ethics, Integrity, and Aptitude==== This paper will include questions to test the candidates’ attitude and approach to issues relating to integrity, probity in public life and his problem solving approach to various issues and conflicts faced by him in dealing with society. Questions may utilise the case study approach to determine these aspects. The following broad areas will be covered. *[[Indian_Civil_Services_Examination_Handbook/Ethics_and_Human_Interface | Ethics and Human Interface]]: Essence, determinants and consequences of Ethics in human actions; dimensions of ethics; ethics in private and public relationships. *[[Indian_Civil_Services_Examination_Handbook/Human_Values | Human Values]] – lessons from the lives and teachings of great leaders, reformers and administrators; role of family, society and educational institutions in inculcating values. *[[Indian_Civil_Services_Examination_Handbook/Attitude | Attitude]]: content, structure, function; its influence and relation with thought and behaviour; moral and political attitudes; social influence and persuasion. *[[Indian_Civil_Services_Examination_Handbook/Aptitude | Aptitude]] and foundational values for Civil Service, integrity, impartiality and non‐partisanship, objectivity, dedication to public service, empathy, tolerance and compassion towards the weaker‐sections. *[[Indian_Civil_Services_Examination_Handbook/Emotional_Intelligence | Emotional intelligence]] ‐ concepts, and their utilities and application in administration and governance. *[[Indian_Civil_Services_Examination_Handbook/Moral_Thinkers_and_Philosophers | Contributions of moral thinkers and philosophers from India and world.]] *[[Indian_Civil_Services_Examination_Handbook/Ethics_in_Public_Administration | Public/Civil service values and Ethics in Public administration]]: Status and problems; ethical concerns and dilemmas in government and private institutions; laws, rules, regulations and conscience as sources of ethical guidance; accountability and ethical governance; strengthening of ethical and moral values in governance; ethical issues in international relations and funding; corporate governance. *[[Indian_Civil_Services_Examination_Handbook/Probity_in_Governance | Probity in Governance]]: Concept of public service; Philosophical basis of governance and probity; Information sharing and transparency in government, Right to Information, Codes of Ethics, Codes of Conduct, Citizen’s Charters, Work culture, Quality of service delivery, Utilization of public funds, challenges of corruption. *[[Indian_Civil_Services_Examination_Handbook/Case_Studies | Case Studies]] on above issues. ====Paper‐VI & Paper-VII / Optional Subject Papers I & II==== The scope of the syllabus for optional subject papers for the examination is broadly of the honours degree level i.e. a level higher than the bachelors’ degree and lower than the masters’ degree. In the case of Engineering, Medical Science and law, the level corresponds to the bachelors’ degree. Candidate may choose any optional subject from amongst the following list of Optional Subjects: *Agriculture *Animal Husbandry and Veterinary Science *Anthropology *Botany *Chemistry *Civil Engineering *Commerce and Accountancy *Economics *Electrical Engineering *Geography *Geology *History *Law *Management *Mathematics *Mechanical Engineering *Medical Science *Philosophy *Physics *Political Science and International Relations *Psychology *[[Indian_Civil_Services_Examination_Handbook/Public_Administration_Syllabus | Public Administration]] *Sociology *Statistics *Zoology *Literature of any one of the following languages: [[Assamese]], [[Bengali]], [[Bodo]], [[Dogri]], [[Gujarati]], [[Hindi]], [[Kannada]], [[Kashmiri]], [[Konkani]], [[Maithili]], [[Malayalam]], [[Meitei]] ([[Manipuri]]), [[Marathi]], [[Nepali]], [[Oriya]], [[Punjabi]], [[Sanskrit]], [[Santhali]], [[Sindhi]], [[Tamil]], [[Telugu]], [[Urdu]], [[English]]. {{Shelves|Standard examinations}} {{alphabetical|I}} {{Status|25%}} degrotvdwnvfw0ywg9cum7ptehkql7f MATLAB Programming/Workspace 0 308078 4095122 3986354 2022-08-21T02:00:44Z MrAlanKoh 3392840 /* MATLAB Workspace */ minor reformat wikitext text/x-wiki {{MatlabNav}} == MATLAB Workspace == MATLAB has a programming environment in its own and needs an area to store the variables and other program data that is stored while using the tool. MATLAB has a command window as shown, and a base workspace which is the default workspace. Functions in MATLAB also have their own workspace, and the visibility of a variable is dependent on the workspace that it resides in. If the variable is in the base workspace then it is visible to all of the scripts and functions in MATLAB, while a function's local variables are visible to that function only and are not usable outside that function. Type this on the MATLAB Command Window My_Var = 10 You will see My_Var = 10 as a response, also note that there would also be an addition to the Base workspace. [[File:Base Worksapce01.png|My_Var in Base workspace]] To check out what all variables are stored in the MATLAB workspace, we can use the following command. who This would list out all the variables currently present in the MATLAB workspace, but would not give much idea about the data types and the size of the variables, to have those in the result use this command instead whos By this time, i think there would be much clutter on your command window. To clear out all the output on the command window, use this command. clc This WOULD NOT clear out the variables and the history. so that you would have a new clean and fresh command window. The output of '''whos''' on my screen showed something like this [[File:Whos.PNG|Output of "whos" command in Matlab]] Now, if you notice the '''Size''' is marked as 1X1, but why? The reason for this is that in MATLAB all the data is realized as double precision arrays (well, its the way MATLAB is designed to work as it is a scientific computing tool). And so scalars like these are realized as a 1X1 array. Simple! After all this if you think your work is done and you do not need all those variables in the MATLAB workspace now, you can relieve yourself of your Programmers baggage by using this command. clear This clears out any and all variables in the workspace. But if your miseries are not yet to finish and would like to remove a variable or two. clear <var1> <var2>.... where var1, var2, var3,.... are the variables that you want to clear, do not put the three dots in the end, that's just for description. 0e3oos5t7rzjogoqprg68bdm7ij3yh2 MATLAB Programming/Variables 0 308079 4095055 2755011 2022-08-20T13:42:12Z MrAlanKoh 3392840 /* Variables */ wikitext text/x-wiki {{MatlabNav}} == Variables == Variables are just a container of your data. You can give any name to your variable as long as it is under 63 characters, starts with an alphabet and is without any punctuation in between. The reason for not allowing any punctuation is that the punctuation marks like '''.''' ''',''' ''':''' ''',''' ''';''' etc have a special meaning in MATLAB and can alter the flow of execution My_Var is a perfectly valid variable name. There may be some variables names that are not allowed even if they are perfectly valid variable names, because they are reserved keywords and are used to notify some code execution logic. However their number is limited and meaningful names for variables can be created outside this pool of names. To find if any word is a reserved keyword, run this check on the command line. iskeyword('while') The result would be ans = 1 All values of variables are referred by their current instance in the workspace. The variables can be overwritten during the execution of MATLAB scripts and the values vary accordingly. '''All operations use the current value in the workspace.''' Let's try something good. We all know that the value of pi is 3.1416, lets ask MATLAB the same, type this on the command window pi The result is ans = 3.1416 Lets try overwriting it... pi = 0 ...and see it once again. pi ans = 0 Calculate the area of a circle now. Area = pi * 10 * 10 Area= 0 To keep execution clean, a semicolon (''';''') is used to suppress output. A = 10; c9etai8x02roponrvaj04r4o479gru8 Khepera III Toolbox/Print version 0 372062 4095053 3089428 2022-08-20T12:51:12Z 41.115.112.166 Good wikitext text/x-wiki This Sucks qbwx3w81a3xfnaxbfso2z06okmt41c6 4095054 4095053 2022-08-20T12:52:15Z Praxidicae 3061768 [[WB:REVERT|Reverted]] edits by [[Special:Contributions/41.115.112.166|41.115.112.166]] ([[User talk:41.115.112.166|talk]]) to last version by JackPotte wikitext text/x-wiki {{printable}} rfox2umbwbdol14wau7rnobacus9ozy OpenVOGEL/User's guide/Guide 1 Part 1 0 393959 4095068 3950811 2022-08-20T15:16:12Z PaCardinal 3399569 Drill spelling and changed/ added new words for clarity only. wikitext text/x-wiki =Modeling wings= In this tutorial we are going to analyze a flying wing. We are going to start by converting our design into a calculation model and then we are going to take a look at the results to see how we can use them. In parallel, we are going to make some comments about how the software works, and how it was meant to be used. In Tucan the job is divided in three main steps, namely: # Modeling # Simulation set up and calculation # Post processing of results For each phase there is a corresponding tab in the main ribbon, so while you evolve in the analysis, you will jump from left to right into each one of them. That will be the usual way of working with the program. As you might have noticed, the HMI has no icons. Instead, we prefer giving each component a visible name describing its functionality. Therefore, in most situations, the HMI is self describing. ==Creating and editing a component== In the modeling phase, we are going to translate our design into a meshed model for numerical analysis. And here is something you have to keep in mind. We are now focusing our attention in the aerodynamic analysis of the model, not in the constructive details, so we will have to leave superfluous details behind. The situation is like this: we have this numerical method based in inviscid fluid theory to test the model, so, how do we adapt our design to make it useful? During the analysis phase the method is conditioning what we can model, unfortunately it is not the other way around. So we have to be clever enough to use the method in our favor. Before you start up the program, you will need to gather basic information about your design: the dimensions of the model, the kind of airfoils you are going to test along with their polar curves, and so on. In this tutorial we are going to work with an example consisting of a tapered wing with the following characteristics: {| class="wikitable" |- ! Property ! Value |- | Wingspan | 10m |- | Root chord | 1.5m |- | Tip chord | 0.5m |- | Dihedral | 3° |- | Leading edge sweep-back | 20° |- | Flap length | 2.5m |- | Flap chord ratio | 0.3 |- | Airfoil | NACA 2412 |} This model looks simple but it sufficiently complete to run over most of the program details. ===Adding a lifting surface=== Tucan normally starts up with an empty work-space. To introduce a wing (or any other component) go to the '''Model''' flap of the main ribbon, click on '''Add''' and then pick '''Lifting surface''' in the pop-up window. You will see that a new wing will immediately appear in the model. The wing we have just added contains default parameters, so we will have to reshape it to our needs. To do that, you first have to select it. You might have already noticed that in Tucan there are two ways of selecting a component: # By clicking on it # By selecting it from the combo box located in the ribbon The combo box will always contain all of the current models, so if you loose one of sight (something that could happen when you work with fuselages), you can always find it back there. ===Editing a lifting surface=== Now let's see how to edit our wing. You will see that this is actually very simple. Just select the wing and then click on '''Edit''' (under the name entry box) and you will see that a panel will emerge from the left side of the screen. In general, when you edit a component you will follow the same procedure, with the difference that for some of them you will get an edition window in place of a panel. The lifting surface edition panel contains all of the parameters that you can modify to create a wing model. A lifting surface in Tucan is a collection of consecutive regions that go from the root to the wingtip in span-wise direction. The program will let you add as many of these regions as you want, at the end or in between existent ones. If you click on '''Add''' a new region is appended at the tip of the wing. If you click on '''Insert''', a new region is added next to the current one and closer to the wingtip. You can navigate through the different regions using the numeric up-down located next to the label '''Region'''. Keep in mind that regions are needed when the geometrical or elastic parameters of the wing change abruptly in span-wise direction, or when you need a variation different than linear. By default, when we add a new wing, we get one region of 1m by 1m. For our specific case, because we are going to model flaps and ailerons, we need two regions. So we are going to add a second one. When you do that, this second regions will be focused, so move the numeric up-down to go back to the first one. Then fill in the properties of the first region. To recreate the model you can see in the pictures, follow the next instructions: * Under the flap '''Geometry''', choose 8 chord-wise panels, 1.5m as root chord, 2.5m length, 1.0m tip chord, 20° sweepback and 3° dihedral. * Under the flap '''Flaps''', choose ''flapped'', 5° of flap deflection, 0.3 flap to chord ratio, and 3 flapped panels. * Then change to region 2, and do the same: 2.5m length, 0.5m tip chord, 20° sweepback and 3° dihedral. Note that you can play with the different geometrical parameters and you will immediately see how the model is affected. This feature can be very useful if you are designing a model rather than trying to recreate something. Ok, now the wing is almost ready. It is time to define the airfoil properties! ====Camber lines==== Our wing cross section is a NACA 2412 airfoil. How do we model this? Tucan will not model the thickness of the wing, so the last two digits are irrelevant for us (in geometrical terms, they are important for the polar curve). We will only focus on the camber line given by the two first digits. Every time you create a project, the program will internally make room for a small database of profiles, and you can access this database from the lifting surface edition panel, by clicking in the '''Camber lines''' button located in the '''Profile''' flap of the '''Region panel'''. The next picture should make this clear. By default, wing regions are created using a symmetric camber line. This type is always there at the top of the list and you cannot remove it or edit. If you want a different one, then you have to add it to the local database and then assign it to the target region by clicking '''Ok'''. You have two options to generate a camber line: # You draw it yourself point-by-point # You generate one using the generator The current version of the software only counts with a NACA 2 digits camber line generator, so if you have a different one, then you have to either load it manually, or develop a new generator in Visual Studio and share it with us. So for now click '''Add''', and a new item will appear on the list. Select the item and name it ''NACA 24XX''. Then generate a camber line using the NACA generator with ''e/C=0.02'' and ''x/C=0.4''. Now click '''Ok''', and you will see that the current region has been updated in the model to reflect this new change. Do now the same for the other region. This time, when you open the camber line database form, you will notice that the previously made camber line is already there ready to be used. The idea is that you can actually reuse every camber line you make in any of the regions of any of the lifting surfaces you add. You don't need to redefine camber lines for different regions or wings. Now we can proudly say that our geometrical model is complete. We will leave the elastic properties for a different tutorial (they are only required for the aero-elastic analysis), and see now how we can take into account the skin drag of our wing using airfoil polar curves. ====Polar curves==== Inside the project there is a small database of ''polar curve families''. A family of polar curves is a set of curves that represent the skin drag coefficient of an airfoil as a function of the local lift coefficient and the Reynolds number. Be careful with this. Unlike camber lines, polar curves do depend on the thickness of the airfoil, and therefore you will have to introduce different families for a family of airfoils having the same camber line. If you have different data sources and you don't want to mix them (like your own wind tunnel measurements, extractions from a book or XFoil simulations) you can introduce more than one family for the same airfoil. You can add as many families as you want, and for each family, you can add as many curves as you need for different Reynolds numbers. When the actual computation of the skin drag takes place, what will happen is that the local chord of the wing will be computed for each chord-wise strip of panels, and based on that length and the provided viscosity, the local Reynolds number will be computed. If the Reynolds number of a given strip is in-between two of the provided polar curves (which will typically be the case) the program will deduce a local skin drag coefficient by linear interpolation of the polar curves. [[File:Polar example.png|thumb|Example of polar curves (NACA 2412).|right]] Tucan lets you introduce ''parabolic polars'' and ''custom polars''. With this later type you can use any external source of information, such as XFoil or your own wind tunnel measurements, to prepare the data. You can manually add the points one by one, but I can assure you it will take a lot of time. To avoid this, what you have to do is to write a table in a simple text file editor (such as Kate) with as first column the CL values, and as second column the CD values. These two columns must be separated by a tab, space or semicolon character. If you are using XFoil, you can simply open the results data in a text editor and use ''block selection'' to pick the CL and CD columns. Then you just copy the data (Ctr+C) and go back to the form, right click on the table and select '''Get from clipboard'''. To try this out I have prepared the next data table for you using XFoil for the NACA 2412 profile at a Reynolds number of 250000 (which might not exactly match the one of this exercise): <small> <pre> -0.3980 0.01507 -0.2455 0.01319 -0.0985 0.01151 0.0197 0.00975 0.1204 0.00867 0.2489 0.00870 0.4208 0.00886 0.5153 0.00917 0.6101 0.00974 0.7046 0.01044 0.7988 0.01128 0.8919 0.01227 0.9782 0.01390 1.0521 0.01678 1.1167 0.02028 1.1682 0.02401 1.2129 0.02837 1.2543 0.03378 1.2917 0.04026 1.3268 0.04796 1.3164 0.05922 1.2939 0.07377 1.2527 0.09301 </pre> </small> Note that when the curve is loaded you can navigate with the mouse through the it and every time the cursor hovers over a node, the local Cl/Cd values will be displayed on a label. You can also drag these nodes with the mouse if you need to tune-up the curve manually (for example, to remove simulation noise). After you have loaded the polar, click '''Ok''' and it will be assigned to the current wing section. Don't forget to do the same for the remaining section! In practive you will have to figure out by yourself the necessary Reynolds number range for each wing on your model. Make sure that the polar family contains the necessary range, or your results will be less accurate! With all this, our model is ready for the analysis. In the next section we will see how to setup the simulation. But before doing that, I would like give you a tip about how to use XFoil and reusing polar curves. ====Flash introduction to XFoil==== Although it’s old in appearance and has a hard interface, XFoil could be one of your best mates (as I hope Tucan is) if you learn how to use it. You will see it is a great companion for Tucan. To understand in depth how it works, please search for their own online tutorial. There is plenty of information about it on the web. If you are in lazy mode here is the sequence of commands that will give you the polar curves for your specific airfoil and Reynolds range in no time (thanks MIT guys!): '''load''' ''<data_file_path>'': read the airfoil geometry from a file. '''oper''': enter in calculation mode. '''visc''': tell you want to do viscous analysis (otherwise there will be no drag). The Reynolds number will be requested. '''iter''' ''<maxi_iteration>'': sometimes you need to enter a higher number of iterations (something like 180). '''pacc''' ''<target_results_file>'': tell where you want to save the results (skip the dump file). I usually enter ''<airfoil name>_<target reynolds>.dat''. '''as''' ''<alfa_min> <alfa_max> <step>'': tell you want to scan the incidence angle (typically from -5 to 15 by 0.5 degrees). '''pacc''': tell you want to stop writing data to the output file. '''re''' ''<target_reynolds_number>'': enter a new target Reynolds number. ''go back to the first pacc and repeat the iteration for all necessary Reynolds numbers.'' ====Moving the polars around==== Imagine that you would have defined the NACA 2412 set of polar curves on a different model in the past, and you would like to reuse the data instead of building it all again. This is possible in Tucan because the polar database can be handled as a native binary file. This feature can potentially save you a lot of effort and frustration, and is handy to share data with other users (and also avoid them to waste time and frustration). What you have to do in that case is to go back to that project where the polar families of interest were left, then save the database into a file of your choice. Then you go back to the active project and load the database locally. The new polars will be appended to the list. [[File:T1-P1-4.png|thumb|Final model]] ===Selecting the boundary conditions=== If you followed a basic course in aerodynamics you probably remember about the Kutta condition. If you don't, here you will have to learn about it. In normal lifting surfaces the air leaves the sharp trailing edge tangentially to the airfoil mean line, and this results in no circulation along the edge line at steady state. In that situation the wake contains circulation only along the stream direction (and vorticity filaments are stream lines). In the unsteady flow the thing is a little bit different, but it is out of our scope here so we leave that explanation for later. The point of all this is that these boundary conditions are based in the observation of real flow, and there is no way the potential flow solver knows it must be like that. So that is why we have to ''impose'' these conditions. In Tucan we impose the Kutta condition by declaring a wake shedding edge. And here comes a potential source of disagreement with experimental data, since we do not exactly know beforehand if the shedding will cover only at the trailing edge or also part of the wing tips. For rectangular wings, everything suggests that shedding the wake from the trailing edge only gives the best results. For other cases, however, a certain degree of extra wingtip shedding can provide positive additional accuracy (see validation cases). For this model we will only pick the trailing edge. So next, you will have to go to the wing editor and under the flap '''Primitives''' mark the '''Convect wake''' and '''Trailing edge only''' check boxes and set the cutting step to 40. This later parameter is required to trim the wake and to get rid of the starting vortex. In general, the total number of time steps will have to be around 10 or 20 times larger than the largest trimming step. In this case you can see that we opted for 20 extra steps after the trimming step. This should provide sufficient steps for the wake and the air-loads to converge to the steady state values. ==Running the simulation== Now that our model is ready, let's see how to perform some calculations. In this first tutorial we will limit our study to the steady state analysis of the wing, that is to say, at constant stream velocity and after the wake nodes have converged to a final position. We will take a cruise speed, and then analyze the equilibrium and static stability using the flap deflection and a reference weight. What we can do in this case is to run four simulations using different incidence angles and flap deflections at the target speed. {| class="wikitable" |- !<math>\alpha</math> !<math>\delta</math> |- | 0° | 0° |- | 5° | 0° |- | 0° | 5° |- | 5° | 5° |} After doing this, we will have sufficient information to write the three longitudinal aerodynamic coefficients as linear functions of the incidence and deflection angles. Go to the '''Simulation''' panel of the main ribbon and set the next simulation parameters: {| class="wikitable" |- !<math>V_x</math> !<math>\rho</math> !<math>\mu</math> !Steps !Interval |- | 30m/s | 1.225kg/m³ | 0.00001780kg/ms | 60 | 0.02s |} The air properties that we have declared here are required to compute the dynamic pressure and the Reynolds number. Note that you can also use the ISA button to select the properties associated to a given altitude in the standard atmosphere. In order to produce the simulations in the table above, we will have to adjust the incidence and the flap deflection angles. We have already seen how the flap deflection can be adjusted, but we have not mentioned yet how to change the incidence angle. For this there are actually two options, and both should produce the same results. The first one is to change the direction of the stream velocity by adding a vertical component (along the Z axis) and slightly modifying the X component. The second option is to rotate the wing model around the Y axis using the theta angle. For our case now, because we only have one component, this second option is simpler. However, when many components are present, you will see that it is easier to just re-orientate the stream. So now we are finally ready to hit the '''Start''' button! When you do it, the settings dialog will popup. You can see that many of the simulation parameters we have already set before, so here we can take a second look at them to be sure everything is alright. This form also presents some extra options that you might want to use. In our specific case, we wish to turn on the wake extension feature, so that the effect of trimming the wake is mitigated. The results of the four simulations are given in the next table. {| class="wikitable" |- !<math>\alpha</math> !<math>\delta</math> !<math>\Complex_L</math> !<math>\Complex_D</math> !<math>\Complex_M</math> |- | 0° | 0° | 0.16147 | 0.02466 | -0.22074 |- | 5° | 0° | 0.58605 | 0.03286 | -0.67111 |- | 0° | 5° | 0.32856 | 0.02931 | -0.40366 |- | 5° | 5° | 0.75137 | 0.03684 | -0.85224 |} Using an intel Core i7 processor, each simulation should take around 18 seconds. The data we have accumulated here can provide useful information about the longitudinal stability and control of the airplane. If you are interested in that, go to the Console tutorial (the Console provides some handy automation tools for steady state analysis). {{BookCat}} 56kmxpj6sctg7yptsjolbu3mj6ylq6e Wikibooks:Edit filter/False positives 4 396216 4095110 4094931 2022-08-20T23:42:28Z Zafarella2 3343021 /* cannot add links to page */ new section wikitext text/x-wiki {{User:MiszaBot/config |archive = Wikibooks:Edit filter/False positives/Archive %(counter)d |algo = old(75d) |counter = 3 |maxarchivesize = 150K |minthreadstoarchive = 1 |minthreadsleft = 3 }} {{edit filter navigation}} [[Category:Wikibooks edit filter|False positives]] <!-- Template:Archives begins -->{| class="{{talk other |tmbox tmbox-notice |ombox ombox-notice |demospace=}} mbox-small {{#ifeq:|yes|collapsible|{{#ifeq:|yes|collapsible selected}}}}" style="text-align: center; {{#if:|width:{{{box-width}}};}} " |- ! {{Image|alt={{#if:{{#ifeq:::none::|::none::|}}||{{!}}link=}}|Replacement filing cabinet.svg|30px|postfix=<br />}}[[Special:PrefixIndex/Wikibooks:Edit filter/False positives/|Archives]] {{#if:|([[{{#rel2abs: {{{index}}} }}|Index]])}} |- | style="text-align:left;" | {{#switch:¬ |no= |long={{Archive list long|{{#if:|root}}={{{root}}} }} |¬={{#ifexist:{{#rel2abs:./archivelist}} |{{ {{#rel2abs:./archivelist }} }} |{{Archive list long|{{#if:|root}}={{{root}}} }} }} |#default=<div style="text-align:center;">{{Archive list|{{#if:|root}}={{{root}}} }}</div>}} |- {{#ifeq:no|no|| {{!}} {{#tag:inputbox| bgcolor=transparent type=fulltext prefix={{#if:|{{{prefix}}}|{{#if:|{{{root}}}|{{FULLPAGENAME}}}}/}} break={{#if:|{{{search-break}}}|no}} width={{#if:|{{{search-width}}}|22}} searchbuttonlabel={{#if:|{{{search-button-label}}}|Search}} }} {{!}}- }} {{#if:|{{!}} {{#if: |{{#if:|<small>}}Threads older than {{{age}}}{{#ifeq:|h||&nbsp;}}days are|This page is}} archived{{#if:|&#32;by {{nowraplinks|[[User:{{{bot}}}|{{{bot}}}]]}}}}. {{!}}- }} {{#ifeq: -yes | no-yes | {{!}} <small class="plainlinks">[{{fullurl:{{#rel2abs:./archivelist}}|action=edit}} Edit this box]</small> {{!}}- }} |}<!-- Template:Archives ends -->{{#if:{{{nocat}}}||[[Category:Archives]]}} <div class="center"><big>'''{{plain link|URL=//en.wikibooks.org/w/index.php?title=Wikibooks:Edit_filter/False_positives&action=edit&section=new&preload=Template:Falsepositive/Preload&editintro=Template:Falsepositive/Editintro|NAME=Click here to report a false positive}}'''</big></div> <!-- Please leave this area blank for now, but be prepared to answer questions left by reviewing editors. Thanks! --> == 91.64.170.153 == ;Username : {{user|91.64.170.153}} ({{plainlinks|URL=http://en.wikibooks.org/wiki/Special:AbuseLog?title=Special:AbuseLog&wpSearchUser={{urlencode:91.64.170.153}}|NAME=filter log}}) ;Page you were editing : [[More c++ idioms/function poisoning]] ({{plainlinks|URL=http://en.wikibooks.org/wiki/Special:AbuseLog?title=Special:AbuseLog&wpSearchTitle={{urlencode:More c++ idioms/function poisoning}}|NAME=filter log}}) ;Description : Trying to add references where this idiom has been published ;Date and time : 06:59, 13 June 2022 (UTC) ;Comments <!-- Please leave this area blank for now, but be prepared to answer questions left by reviewing editors. Thanks! --> :The filter blocked this edit as you were just adding a URL and no other content. The addition of links like this is not generally encouraged and I wouldn't call this a false positive. It's exactly the behaviour the filter is intended to prevent. [[User:MarcGarver|MarcGarver]] ([[User talk:MarcGarver|discuss]] • [[Special:Contributions/MarcGarver|contribs]]) 10:47, 13 June 2022 (UTC) == MaggieSardino == ;Username : {{user|MaggieSardino}} ({{plainlinks|URL=http://en.wikibooks.org/wiki/Special:AbuseLog?title=Special:AbuseLog&wpSearchUser={{urlencode:MaggieSardino}}|NAME=filter log}}) ;Page you were editing : [[]] ({{plainlinks|URL=http://en.wikibooks.org/wiki/Special:AbuseLog?title=Special:AbuseLog&wpSearchTitle={{urlencode:}}|NAME=filter log}}) ;Description : I am creating a bibliography which includes URLs and they are needed. ;Date and time : 21:52, 15 June 2022 (UTC) ;Comments <!-- Please leave this area blank for now, but be prepared to answer questions left by reviewing editors. Thanks! --> :Your edit is being stopped for multiple reasons. Please create the page with an initial small edit - just a few lines. Then add each block of your text as a separate edit so that it takes, say, 10 edits to publish the whole page. This should allow you to complete the page without triggering the automatic rejection. Once you have a longer edit history, you will not have these problems. [[User:MarcGarver|MarcGarver]] ([[User talk:MarcGarver|discuss]] • [[Special:Contributions/MarcGarver|contribs]]) 08:47, 16 June 2022 (UTC) ::How is a new user supposed to know this very odd behavior even exists. No such warning or instructions appears anywhere when I clicked edit. Also, please be precise... what is "a longer edit history", is that 5 edits? 10? [[Special:Contributions/108.168.93.43|108.168.93.43]] ([[User talk:108.168.93.43|discuss]]) 14:04, 18 July 2022 (UTC) :::Hi 108. A larger edit history is 10 edits (and four days) - and you must have an account too. <sub> [[User:L10nM4st3r|<span style="color:orange">L10nM4st3r</span>]]/[[meta:User_talk:L10nM4st3r|<span tyle="color:#fed8b1">Roar at me</span>]]</sub> 14:39, 18 July 2022 (UTC) == 67.149.161.45 == ;Username : {{user|67.149.161.45}} ({{plainlinks|URL=http://en.wikibooks.org/wiki/Special:AbuseLog?title=Special:AbuseLog&wpSearchUser={{urlencode:67.149.161.45}}|NAME=filter log}}) ;Page you were editing : [[Unicode/List of useful symbols]] ({{plainlinks|URL=http://en.wikibooks.org/wiki/Special:AbuseLog?title=Special:AbuseLog&wpSearchTitle={{urlencode:Unicode/List of useful symbols}}|NAME=filter log}}) ;Description : Wikipedia has a list of box drawing characters. I tried to link to it, then I tried to just copy the table in. Both failed though. ;Date and time : 14:24, 5 July 2022 (UTC) ;Comments <!-- Please leave this area blank for now, but be prepared to answer questions left by reviewing editors. Thanks! --> ::<s>So, the filter log says "link spamming"? <sub> [[User:L10nM4st3r|<span style="color:orange">L10nM4st3r</span>]]/[[User_talk:L10nM4st3r|<span tyle="color:#fed8b1">Roar at me</span>]]</sub> 15:21, 5 July 2022 (UTC)</s> ::Oh, I get it. Wikilinks look like this: [<nowiki>[</nowiki>''page name'']]. To link to wikipedia, use [<nowiki>[</nowiki>w:''page name'']] <sub> [[User:L10nM4st3r|<span style="color:orange">L10nM4st3r</span>]]/[[User_talk:L10nM4st3r|<span tyle="color:#fed8b1">Roar at me</span>]]</sub> 15:26, 5 July 2022 (UTC) == N8henrie == ;Username : {{user|N8henrie}} ({{plainlinks|URL=http://en.wikibooks.org/wiki/Special:AbuseLog?title=Special:AbuseLog&wpSearchUser={{urlencode:N8henrie}}|NAME=filter log}}) ;Page you were editing : [[en.wikibooks.org/wiki/OpenSCAD_User_Manual/Using_an_external_Editor_with_OpenSCAD?veaction=edit&section=3]] ({{plainlinks|URL=http://en.wikibooks.org/wiki/Special:AbuseLog?title=Special:AbuseLog&wpSearchTitle={{urlencode:en.wikibooks.org/wiki/OpenSCAD_User_Manual/Using_an_external_Editor_with_OpenSCAD?veaction=edit&section=3}}|NAME=filter log}}) ;Description : Link to example editor setup flagged as spam ;Date and time : 17:33, 15 July 2022 (UTC) ;Comments <!-- Please leave this area blank for now, but be prepared to answer questions left by reviewing editors. Thanks! --> ::{{ping|N8henrie}} Please wait until you made 10 edits (and have a four day old account) <sup> [[User:L10nM4st3r|<span style="color:orange">L10nM4st3r</span>]]</sup> / <sub>[[meta:User_talk:L10nM4st3r|<span tyle="color:#fed8b1">Roar at me</span>]]</sub> 18:08, 4 August 2022 (UTC) == 108.168.93.43 == ;Username : {{user|108.168.93.43}} ({{plainlinks|URL=http://en.wikibooks.org/wiki/Special:AbuseLog?title=Special:AbuseLog&wpSearchUser={{urlencode:108.168.93.43}}|NAME=filter log}}) ;Page you were editing : [[BASIC Programming/Random Number Generation]] ({{plainlinks|URL=http://en.wikibooks.org/wiki/Special:AbuseLog?title=Special:AbuseLog&wpSearchTitle={{urlencode:BASIC Programming/Random Number Generation}}|NAME=filter log}}) ;Description : Adding real content. ;Date and time : 13:57, 18 July 2022 (UTC) ;Comments <!-- Please leave this area blank for now, but be prepared to answer questions left by reviewing editors. Thanks! --> == Henkle2 == ;Username : {{user|Henkle2}} ({{plainlinks|URL=http://en.wikibooks.org/wiki/Special:AbuseLog?title=Special:AbuseLog&wpSearchUser={{urlencode:Henkle2}}|NAME=filter log}}) ;Page you were editing : [[User:Henkle2]] ({{plainlinks|URL=http://en.wikibooks.org/wiki/Special:AbuseLog?title=Special:AbuseLog&wpSearchTitle={{urlencode:User:Henkle2}}|NAME=filter log}}) ;Description : The two URL's that were flagged as errors and sent me to this page are critical to clarifying the question I posed. I do not know whether the text I entered at "User:Henkle2" was saved or not. ;Date and time : 21:40, 23 July 2022 (UTC) ;Comments <!-- Please leave this area blank for now, but be prepared to answer questions left by reviewing editors. Thanks! --> :{{ping|Henkle2}} your edits were not saved. If a link is not allowed, Wikibooks thinks that you are link spamming. Please wait until your account is at least 4 days old and you have made ten edits. <sub> [[User:L10nM4st3r|<span style="color:orange">L10nM4st3r</span>]]/[[meta:User_talk:L10nM4st3r|<span tyle="color:#fed8b1">Roar at me</span>]]</sub> 21:48, 23 July 2022 (UTC) :Thanks. I revised the message, removing the URL's, which made it my first message. I was just trying to contact - [[User:Stampalbumbuddy/sandbox]] - about an entry on his page. I'm not sure how to do that. I am confused. Why do I have to have separate logins for Wikipedia, wikicollecting, wikidot and wikibooks? Why is my Wikipedia login not valid for all of them? [[User:Henkle2|Henkle2]] ([[User talk:Henkle2|discuss]] • [[Special:Contributions/Henkle2|contribs]]) 19:33, 2 August 2022 (UTC) ::{{ping|Henkle2}} You should have the same login for all wikimedia wikis. If you were trying to link to a diff, try <nowiki>[[Special:Diff/</nowiki>''diff id'']]. <sup> [[User:L10nM4st3r|<span style="color:orange">L10nM4st3r</span>]]</sup> / <sub>[[meta:User_talk:L10nM4st3r|<span tyle="color:#fed8b1">Roar at me</span>]]</sub> 19:59, 2 August 2022 (UTC) == TheLostProbe == ;Username : {{user|TheLostProbe}} ({{plainlinks|URL=http://en.wikibooks.org/wiki/Special:AbuseLog?title=Special:AbuseLog&wpSearchUser={{urlencode:TheLostProbe}}|NAME=filter log}}) ;Page you were editing : [[Celestia/FAQs]] ({{plainlinks|URL=http://en.wikibooks.org/wiki/Special:AbuseLog?title=Special:AbuseLog&wpSearchTitle={{urlencode:Celestia/FAQs}}|NAME=filter log}}) ;Description : I was fixing multiple small issues in various sections of the page. This included adding and updating several links to external websites, which triggered an "automated throttle designed to limit spammers". ;Date and time : 04:37, 5 August 2022 (UTC) ;Comments <!-- Please leave this area blank for now, but be prepared to answer questions left by reviewing editors. Thanks! --> :{{ping|TheLostProbe}} try adding your likns without the "https" at the beginning, and later adding it back (when you made ten edits and your account is four days old). <sup> [[User:L10nM4st3r|<span style="color:orange">L10nM4st3r</span>]]</sup> / <sub>[[meta:User_talk:L10nM4st3r|<span tyle="color:#fed8b1">Roar at me</span>]]</sub> 05:03, 5 August 2022 (UTC) :wait, what do you mean my account is four days old? i created this account ages ago... [[User:TheLostProbe|TheLostProbe]] ([[User talk:TheLostProbe|discuss]] • [[Special:Contributions/TheLostProbe|contribs]]) 05:59, 5 August 2022 (UTC) ::{{ping|TheLostProbe}} Sorry, I hadn't noticed. But you still need ten edits on this wiki. <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:11, 5 August 2022 (UTC) == cannot add links to page == ==Zafarella2== ;Username : {{user|Zafarella2}} ({{plainlinks|URL=http://en.wikibooks.org/wiki/Special:AbuseLog?title=Special:AbuseLog&wpSearchUser={{urlencode:Zafarella2}}|NAME=filter log}}) ;Page you were editing : [[]] ({{plainlinks|URL=http://en.wikibooks.org/wiki/Special:AbuseLog?title=Special:AbuseLog&wpSearchTitle={{urlencode:}}|NAME=filter log}}) ;Description : adding links to manuals and repo ;Date and time : 23:42, 20 August 2022 (UTC) ;Comments <!-- Please leave this area blank for now, but be prepared to answer questions left by reviewing editors. Thanks! --> f9csiqclre9hjwe4m0uzjyn0oyngwcl 4095170 4095110 2022-08-21T07:11:14Z L10nM4st3r 3380243 /* Zafarella2 */ Reply wikitext text/x-wiki {{User:MiszaBot/config |archive = Wikibooks:Edit filter/False positives/Archive %(counter)d |algo = old(75d) |counter = 3 |maxarchivesize = 150K |minthreadstoarchive = 1 |minthreadsleft = 3 }} {{edit filter navigation}} [[Category:Wikibooks edit filter|False positives]] <!-- Template:Archives begins -->{| class="{{talk other |tmbox tmbox-notice |ombox ombox-notice |demospace=}} mbox-small {{#ifeq:|yes|collapsible|{{#ifeq:|yes|collapsible selected}}}}" style="text-align: center; {{#if:|width:{{{box-width}}};}} " |- ! {{Image|alt={{#if:{{#ifeq:::none::|::none::|}}||{{!}}link=}}|Replacement filing cabinet.svg|30px|postfix=<br />}}[[Special:PrefixIndex/Wikibooks:Edit filter/False positives/|Archives]] {{#if:|([[{{#rel2abs: {{{index}}} }}|Index]])}} |- | style="text-align:left;" | {{#switch:¬ |no= |long={{Archive list long|{{#if:|root}}={{{root}}} }} |¬={{#ifexist:{{#rel2abs:./archivelist}} |{{ {{#rel2abs:./archivelist }} }} |{{Archive list long|{{#if:|root}}={{{root}}} }} }} |#default=<div style="text-align:center;">{{Archive list|{{#if:|root}}={{{root}}} }}</div>}} |- {{#ifeq:no|no|| {{!}} {{#tag:inputbox| bgcolor=transparent type=fulltext prefix={{#if:|{{{prefix}}}|{{#if:|{{{root}}}|{{FULLPAGENAME}}}}/}} break={{#if:|{{{search-break}}}|no}} width={{#if:|{{{search-width}}}|22}} searchbuttonlabel={{#if:|{{{search-button-label}}}|Search}} }} {{!}}- }} {{#if:|{{!}} {{#if: |{{#if:|<small>}}Threads older than {{{age}}}{{#ifeq:|h||&nbsp;}}days are|This page is}} archived{{#if:|&#32;by {{nowraplinks|[[User:{{{bot}}}|{{{bot}}}]]}}}}. {{!}}- }} {{#ifeq: -yes | no-yes | {{!}} <small class="plainlinks">[{{fullurl:{{#rel2abs:./archivelist}}|action=edit}} Edit this box]</small> {{!}}- }} |}<!-- Template:Archives ends -->{{#if:{{{nocat}}}||[[Category:Archives]]}} <div class="center"><big>'''{{plain link|URL=//en.wikibooks.org/w/index.php?title=Wikibooks:Edit_filter/False_positives&action=edit&section=new&preload=Template:Falsepositive/Preload&editintro=Template:Falsepositive/Editintro|NAME=Click here to report a false positive}}'''</big></div> <!-- Please leave this area blank for now, but be prepared to answer questions left by reviewing editors. Thanks! --> == 91.64.170.153 == ;Username : {{user|91.64.170.153}} ({{plainlinks|URL=http://en.wikibooks.org/wiki/Special:AbuseLog?title=Special:AbuseLog&wpSearchUser={{urlencode:91.64.170.153}}|NAME=filter log}}) ;Page you were editing : [[More c++ idioms/function poisoning]] ({{plainlinks|URL=http://en.wikibooks.org/wiki/Special:AbuseLog?title=Special:AbuseLog&wpSearchTitle={{urlencode:More c++ idioms/function poisoning}}|NAME=filter log}}) ;Description : Trying to add references where this idiom has been published ;Date and time : 06:59, 13 June 2022 (UTC) ;Comments <!-- Please leave this area blank for now, but be prepared to answer questions left by reviewing editors. Thanks! --> :The filter blocked this edit as you were just adding a URL and no other content. The addition of links like this is not generally encouraged and I wouldn't call this a false positive. It's exactly the behaviour the filter is intended to prevent. [[User:MarcGarver|MarcGarver]] ([[User talk:MarcGarver|discuss]] • [[Special:Contributions/MarcGarver|contribs]]) 10:47, 13 June 2022 (UTC) == MaggieSardino == ;Username : {{user|MaggieSardino}} ({{plainlinks|URL=http://en.wikibooks.org/wiki/Special:AbuseLog?title=Special:AbuseLog&wpSearchUser={{urlencode:MaggieSardino}}|NAME=filter log}}) ;Page you were editing : [[]] ({{plainlinks|URL=http://en.wikibooks.org/wiki/Special:AbuseLog?title=Special:AbuseLog&wpSearchTitle={{urlencode:}}|NAME=filter log}}) ;Description : I am creating a bibliography which includes URLs and they are needed. ;Date and time : 21:52, 15 June 2022 (UTC) ;Comments <!-- Please leave this area blank for now, but be prepared to answer questions left by reviewing editors. Thanks! --> :Your edit is being stopped for multiple reasons. Please create the page with an initial small edit - just a few lines. Then add each block of your text as a separate edit so that it takes, say, 10 edits to publish the whole page. This should allow you to complete the page without triggering the automatic rejection. Once you have a longer edit history, you will not have these problems. [[User:MarcGarver|MarcGarver]] ([[User talk:MarcGarver|discuss]] • [[Special:Contributions/MarcGarver|contribs]]) 08:47, 16 June 2022 (UTC) ::How is a new user supposed to know this very odd behavior even exists. No such warning or instructions appears anywhere when I clicked edit. Also, please be precise... what is "a longer edit history", is that 5 edits? 10? [[Special:Contributions/108.168.93.43|108.168.93.43]] ([[User talk:108.168.93.43|discuss]]) 14:04, 18 July 2022 (UTC) :::Hi 108. A larger edit history is 10 edits (and four days) - and you must have an account too. <sub> [[User:L10nM4st3r|<span style="color:orange">L10nM4st3r</span>]]/[[meta:User_talk:L10nM4st3r|<span tyle="color:#fed8b1">Roar at me</span>]]</sub> 14:39, 18 July 2022 (UTC) == 67.149.161.45 == ;Username : {{user|67.149.161.45}} ({{plainlinks|URL=http://en.wikibooks.org/wiki/Special:AbuseLog?title=Special:AbuseLog&wpSearchUser={{urlencode:67.149.161.45}}|NAME=filter log}}) ;Page you were editing : [[Unicode/List of useful symbols]] ({{plainlinks|URL=http://en.wikibooks.org/wiki/Special:AbuseLog?title=Special:AbuseLog&wpSearchTitle={{urlencode:Unicode/List of useful symbols}}|NAME=filter log}}) ;Description : Wikipedia has a list of box drawing characters. I tried to link to it, then I tried to just copy the table in. Both failed though. ;Date and time : 14:24, 5 July 2022 (UTC) ;Comments <!-- Please leave this area blank for now, but be prepared to answer questions left by reviewing editors. Thanks! --> ::<s>So, the filter log says "link spamming"? <sub> [[User:L10nM4st3r|<span style="color:orange">L10nM4st3r</span>]]/[[User_talk:L10nM4st3r|<span tyle="color:#fed8b1">Roar at me</span>]]</sub> 15:21, 5 July 2022 (UTC)</s> ::Oh, I get it. Wikilinks look like this: [<nowiki>[</nowiki>''page name'']]. To link to wikipedia, use [<nowiki>[</nowiki>w:''page name'']] <sub> [[User:L10nM4st3r|<span style="color:orange">L10nM4st3r</span>]]/[[User_talk:L10nM4st3r|<span tyle="color:#fed8b1">Roar at me</span>]]</sub> 15:26, 5 July 2022 (UTC) == N8henrie == ;Username : {{user|N8henrie}} ({{plainlinks|URL=http://en.wikibooks.org/wiki/Special:AbuseLog?title=Special:AbuseLog&wpSearchUser={{urlencode:N8henrie}}|NAME=filter log}}) ;Page you were editing : [[en.wikibooks.org/wiki/OpenSCAD_User_Manual/Using_an_external_Editor_with_OpenSCAD?veaction=edit&section=3]] ({{plainlinks|URL=http://en.wikibooks.org/wiki/Special:AbuseLog?title=Special:AbuseLog&wpSearchTitle={{urlencode:en.wikibooks.org/wiki/OpenSCAD_User_Manual/Using_an_external_Editor_with_OpenSCAD?veaction=edit&section=3}}|NAME=filter log}}) ;Description : Link to example editor setup flagged as spam ;Date and time : 17:33, 15 July 2022 (UTC) ;Comments <!-- Please leave this area blank for now, but be prepared to answer questions left by reviewing editors. Thanks! --> ::{{ping|N8henrie}} Please wait until you made 10 edits (and have a four day old account) <sup> [[User:L10nM4st3r|<span style="color:orange">L10nM4st3r</span>]]</sup> / <sub>[[meta:User_talk:L10nM4st3r|<span tyle="color:#fed8b1">Roar at me</span>]]</sub> 18:08, 4 August 2022 (UTC) == 108.168.93.43 == ;Username : {{user|108.168.93.43}} ({{plainlinks|URL=http://en.wikibooks.org/wiki/Special:AbuseLog?title=Special:AbuseLog&wpSearchUser={{urlencode:108.168.93.43}}|NAME=filter log}}) ;Page you were editing : [[BASIC Programming/Random Number Generation]] ({{plainlinks|URL=http://en.wikibooks.org/wiki/Special:AbuseLog?title=Special:AbuseLog&wpSearchTitle={{urlencode:BASIC Programming/Random Number Generation}}|NAME=filter log}}) ;Description : Adding real content. ;Date and time : 13:57, 18 July 2022 (UTC) ;Comments <!-- Please leave this area blank for now, but be prepared to answer questions left by reviewing editors. Thanks! --> == Henkle2 == ;Username : {{user|Henkle2}} ({{plainlinks|URL=http://en.wikibooks.org/wiki/Special:AbuseLog?title=Special:AbuseLog&wpSearchUser={{urlencode:Henkle2}}|NAME=filter log}}) ;Page you were editing : [[User:Henkle2]] ({{plainlinks|URL=http://en.wikibooks.org/wiki/Special:AbuseLog?title=Special:AbuseLog&wpSearchTitle={{urlencode:User:Henkle2}}|NAME=filter log}}) ;Description : The two URL's that were flagged as errors and sent me to this page are critical to clarifying the question I posed. I do not know whether the text I entered at "User:Henkle2" was saved or not. ;Date and time : 21:40, 23 July 2022 (UTC) ;Comments <!-- Please leave this area blank for now, but be prepared to answer questions left by reviewing editors. Thanks! --> :{{ping|Henkle2}} your edits were not saved. If a link is not allowed, Wikibooks thinks that you are link spamming. Please wait until your account is at least 4 days old and you have made ten edits. <sub> [[User:L10nM4st3r|<span style="color:orange">L10nM4st3r</span>]]/[[meta:User_talk:L10nM4st3r|<span tyle="color:#fed8b1">Roar at me</span>]]</sub> 21:48, 23 July 2022 (UTC) :Thanks. I revised the message, removing the URL's, which made it my first message. I was just trying to contact - [[User:Stampalbumbuddy/sandbox]] - about an entry on his page. I'm not sure how to do that. I am confused. Why do I have to have separate logins for Wikipedia, wikicollecting, wikidot and wikibooks? Why is my Wikipedia login not valid for all of them? [[User:Henkle2|Henkle2]] ([[User talk:Henkle2|discuss]] • [[Special:Contributions/Henkle2|contribs]]) 19:33, 2 August 2022 (UTC) ::{{ping|Henkle2}} You should have the same login for all wikimedia wikis. If you were trying to link to a diff, try <nowiki>[[Special:Diff/</nowiki>''diff id'']]. <sup> [[User:L10nM4st3r|<span style="color:orange">L10nM4st3r</span>]]</sup> / <sub>[[meta:User_talk:L10nM4st3r|<span tyle="color:#fed8b1">Roar at me</span>]]</sub> 19:59, 2 August 2022 (UTC) == TheLostProbe == ;Username : {{user|TheLostProbe}} ({{plainlinks|URL=http://en.wikibooks.org/wiki/Special:AbuseLog?title=Special:AbuseLog&wpSearchUser={{urlencode:TheLostProbe}}|NAME=filter log}}) ;Page you were editing : [[Celestia/FAQs]] ({{plainlinks|URL=http://en.wikibooks.org/wiki/Special:AbuseLog?title=Special:AbuseLog&wpSearchTitle={{urlencode:Celestia/FAQs}}|NAME=filter log}}) ;Description : I was fixing multiple small issues in various sections of the page. This included adding and updating several links to external websites, which triggered an "automated throttle designed to limit spammers". ;Date and time : 04:37, 5 August 2022 (UTC) ;Comments <!-- Please leave this area blank for now, but be prepared to answer questions left by reviewing editors. Thanks! --> :{{ping|TheLostProbe}} try adding your likns without the "https" at the beginning, and later adding it back (when you made ten edits and your account is four days old). <sup> [[User:L10nM4st3r|<span style="color:orange">L10nM4st3r</span>]]</sup> / <sub>[[meta:User_talk:L10nM4st3r|<span tyle="color:#fed8b1">Roar at me</span>]]</sub> 05:03, 5 August 2022 (UTC) :wait, what do you mean my account is four days old? i created this account ages ago... [[User:TheLostProbe|TheLostProbe]] ([[User talk:TheLostProbe|discuss]] • [[Special:Contributions/TheLostProbe|contribs]]) 05:59, 5 August 2022 (UTC) ::{{ping|TheLostProbe}} Sorry, I hadn't noticed. But you still need ten edits on this wiki. <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:11, 5 August 2022 (UTC) == cannot add links to page == ==Zafarella2== ;Username : {{user|Zafarella2}} ({{plainlinks|URL=http://en.wikibooks.org/wiki/Special:AbuseLog?title=Special:AbuseLog&wpSearchUser={{urlencode:Zafarella2}}|NAME=filter log}}) ;Page you were editing : [[]] ({{plainlinks|URL=http://en.wikibooks.org/wiki/Special:AbuseLog?title=Special:AbuseLog&wpSearchTitle={{urlencode:}}|NAME=filter log}}) ;Description : adding links to manuals and repo ;Date and time : 23:42, 20 August 2022 (UTC) ;Comments <!-- Please leave this area blank for now, but be prepared to answer questions left by reviewing editors. Thanks! --> ::{{ping|Zafarella2}} You probably were blocked by rate throttling. Try waiting a bit, and adding them later. Alternatively, try waiting until you have made ten edits and your account is four days old. <sup> [[User:L10nM4st3r|<span style="color:orange">L10nM4st3r</span>]]</sup> / <sub>[[meta:User_talk:L10nM4st3r|<span tyle="color:#fed8b1">'''Roar''' at me</span>]]</sub> 07:11, 21 August 2022 (UTC) pn74wvfnks95hfisvv690ebaofa61xj 4095171 4095170 2022-08-21T07:11:58Z L10nM4st3r 3380243 /* cannot add links to page */ removed dp section wikitext text/x-wiki {{User:MiszaBot/config |archive = Wikibooks:Edit filter/False positives/Archive %(counter)d |algo = old(75d) |counter = 3 |maxarchivesize = 150K |minthreadstoarchive = 1 |minthreadsleft = 3 }} {{edit filter navigation}} [[Category:Wikibooks edit filter|False positives]] <!-- Template:Archives begins -->{| class="{{talk other |tmbox tmbox-notice |ombox ombox-notice |demospace=}} mbox-small {{#ifeq:|yes|collapsible|{{#ifeq:|yes|collapsible selected}}}}" style="text-align: center; {{#if:|width:{{{box-width}}};}} " |- ! {{Image|alt={{#if:{{#ifeq:::none::|::none::|}}||{{!}}link=}}|Replacement filing cabinet.svg|30px|postfix=<br />}}[[Special:PrefixIndex/Wikibooks:Edit filter/False positives/|Archives]] {{#if:|([[{{#rel2abs: {{{index}}} }}|Index]])}} |- | style="text-align:left;" | {{#switch:¬ |no= |long={{Archive list long|{{#if:|root}}={{{root}}} }} |¬={{#ifexist:{{#rel2abs:./archivelist}} |{{ {{#rel2abs:./archivelist }} }} |{{Archive list long|{{#if:|root}}={{{root}}} }} }} |#default=<div style="text-align:center;">{{Archive list|{{#if:|root}}={{{root}}} }}</div>}} |- {{#ifeq:no|no|| {{!}} {{#tag:inputbox| bgcolor=transparent type=fulltext prefix={{#if:|{{{prefix}}}|{{#if:|{{{root}}}|{{FULLPAGENAME}}}}/}} break={{#if:|{{{search-break}}}|no}} width={{#if:|{{{search-width}}}|22}} searchbuttonlabel={{#if:|{{{search-button-label}}}|Search}} }} {{!}}- }} {{#if:|{{!}} {{#if: |{{#if:|<small>}}Threads older than {{{age}}}{{#ifeq:|h||&nbsp;}}days are|This page is}} archived{{#if:|&#32;by {{nowraplinks|[[User:{{{bot}}}|{{{bot}}}]]}}}}. {{!}}- }} {{#ifeq: -yes | no-yes | {{!}} <small class="plainlinks">[{{fullurl:{{#rel2abs:./archivelist}}|action=edit}} Edit this box]</small> {{!}}- }} |}<!-- Template:Archives ends -->{{#if:{{{nocat}}}||[[Category:Archives]]}} <div class="center"><big>'''{{plain link|URL=//en.wikibooks.org/w/index.php?title=Wikibooks:Edit_filter/False_positives&action=edit&section=new&preload=Template:Falsepositive/Preload&editintro=Template:Falsepositive/Editintro|NAME=Click here to report a false positive}}'''</big></div> <!-- Please leave this area blank for now, but be prepared to answer questions left by reviewing editors. Thanks! --> == 91.64.170.153 == ;Username : {{user|91.64.170.153}} ({{plainlinks|URL=http://en.wikibooks.org/wiki/Special:AbuseLog?title=Special:AbuseLog&wpSearchUser={{urlencode:91.64.170.153}}|NAME=filter log}}) ;Page you were editing : [[More c++ idioms/function poisoning]] ({{plainlinks|URL=http://en.wikibooks.org/wiki/Special:AbuseLog?title=Special:AbuseLog&wpSearchTitle={{urlencode:More c++ idioms/function poisoning}}|NAME=filter log}}) ;Description : Trying to add references where this idiom has been published ;Date and time : 06:59, 13 June 2022 (UTC) ;Comments <!-- Please leave this area blank for now, but be prepared to answer questions left by reviewing editors. Thanks! --> :The filter blocked this edit as you were just adding a URL and no other content. The addition of links like this is not generally encouraged and I wouldn't call this a false positive. It's exactly the behaviour the filter is intended to prevent. [[User:MarcGarver|MarcGarver]] ([[User talk:MarcGarver|discuss]] • [[Special:Contributions/MarcGarver|contribs]]) 10:47, 13 June 2022 (UTC) == MaggieSardino == ;Username : {{user|MaggieSardino}} ({{plainlinks|URL=http://en.wikibooks.org/wiki/Special:AbuseLog?title=Special:AbuseLog&wpSearchUser={{urlencode:MaggieSardino}}|NAME=filter log}}) ;Page you were editing : [[]] ({{plainlinks|URL=http://en.wikibooks.org/wiki/Special:AbuseLog?title=Special:AbuseLog&wpSearchTitle={{urlencode:}}|NAME=filter log}}) ;Description : I am creating a bibliography which includes URLs and they are needed. ;Date and time : 21:52, 15 June 2022 (UTC) ;Comments <!-- Please leave this area blank for now, but be prepared to answer questions left by reviewing editors. Thanks! --> :Your edit is being stopped for multiple reasons. Please create the page with an initial small edit - just a few lines. Then add each block of your text as a separate edit so that it takes, say, 10 edits to publish the whole page. This should allow you to complete the page without triggering the automatic rejection. Once you have a longer edit history, you will not have these problems. [[User:MarcGarver|MarcGarver]] ([[User talk:MarcGarver|discuss]] • [[Special:Contributions/MarcGarver|contribs]]) 08:47, 16 June 2022 (UTC) ::How is a new user supposed to know this very odd behavior even exists. No such warning or instructions appears anywhere when I clicked edit. Also, please be precise... what is "a longer edit history", is that 5 edits? 10? [[Special:Contributions/108.168.93.43|108.168.93.43]] ([[User talk:108.168.93.43|discuss]]) 14:04, 18 July 2022 (UTC) :::Hi 108. A larger edit history is 10 edits (and four days) - and you must have an account too. <sub> [[User:L10nM4st3r|<span style="color:orange">L10nM4st3r</span>]]/[[meta:User_talk:L10nM4st3r|<span tyle="color:#fed8b1">Roar at me</span>]]</sub> 14:39, 18 July 2022 (UTC) == 67.149.161.45 == ;Username : {{user|67.149.161.45}} ({{plainlinks|URL=http://en.wikibooks.org/wiki/Special:AbuseLog?title=Special:AbuseLog&wpSearchUser={{urlencode:67.149.161.45}}|NAME=filter log}}) ;Page you were editing : [[Unicode/List of useful symbols]] ({{plainlinks|URL=http://en.wikibooks.org/wiki/Special:AbuseLog?title=Special:AbuseLog&wpSearchTitle={{urlencode:Unicode/List of useful symbols}}|NAME=filter log}}) ;Description : Wikipedia has a list of box drawing characters. I tried to link to it, then I tried to just copy the table in. Both failed though. ;Date and time : 14:24, 5 July 2022 (UTC) ;Comments <!-- Please leave this area blank for now, but be prepared to answer questions left by reviewing editors. Thanks! --> ::<s>So, the filter log says "link spamming"? <sub> [[User:L10nM4st3r|<span style="color:orange">L10nM4st3r</span>]]/[[User_talk:L10nM4st3r|<span tyle="color:#fed8b1">Roar at me</span>]]</sub> 15:21, 5 July 2022 (UTC)</s> ::Oh, I get it. Wikilinks look like this: [<nowiki>[</nowiki>''page name'']]. To link to wikipedia, use [<nowiki>[</nowiki>w:''page name'']] <sub> [[User:L10nM4st3r|<span style="color:orange">L10nM4st3r</span>]]/[[User_talk:L10nM4st3r|<span tyle="color:#fed8b1">Roar at me</span>]]</sub> 15:26, 5 July 2022 (UTC) == N8henrie == ;Username : {{user|N8henrie}} ({{plainlinks|URL=http://en.wikibooks.org/wiki/Special:AbuseLog?title=Special:AbuseLog&wpSearchUser={{urlencode:N8henrie}}|NAME=filter log}}) ;Page you were editing : [[en.wikibooks.org/wiki/OpenSCAD_User_Manual/Using_an_external_Editor_with_OpenSCAD?veaction=edit&section=3]] ({{plainlinks|URL=http://en.wikibooks.org/wiki/Special:AbuseLog?title=Special:AbuseLog&wpSearchTitle={{urlencode:en.wikibooks.org/wiki/OpenSCAD_User_Manual/Using_an_external_Editor_with_OpenSCAD?veaction=edit&section=3}}|NAME=filter log}}) ;Description : Link to example editor setup flagged as spam ;Date and time : 17:33, 15 July 2022 (UTC) ;Comments <!-- Please leave this area blank for now, but be prepared to answer questions left by reviewing editors. Thanks! --> ::{{ping|N8henrie}} Please wait until you made 10 edits (and have a four day old account) <sup> [[User:L10nM4st3r|<span style="color:orange">L10nM4st3r</span>]]</sup> / <sub>[[meta:User_talk:L10nM4st3r|<span tyle="color:#fed8b1">Roar at me</span>]]</sub> 18:08, 4 August 2022 (UTC) == 108.168.93.43 == ;Username : {{user|108.168.93.43}} ({{plainlinks|URL=http://en.wikibooks.org/wiki/Special:AbuseLog?title=Special:AbuseLog&wpSearchUser={{urlencode:108.168.93.43}}|NAME=filter log}}) ;Page you were editing : [[BASIC Programming/Random Number Generation]] ({{plainlinks|URL=http://en.wikibooks.org/wiki/Special:AbuseLog?title=Special:AbuseLog&wpSearchTitle={{urlencode:BASIC Programming/Random Number Generation}}|NAME=filter log}}) ;Description : Adding real content. ;Date and time : 13:57, 18 July 2022 (UTC) ;Comments <!-- Please leave this area blank for now, but be prepared to answer questions left by reviewing editors. Thanks! --> == Henkle2 == ;Username : {{user|Henkle2}} ({{plainlinks|URL=http://en.wikibooks.org/wiki/Special:AbuseLog?title=Special:AbuseLog&wpSearchUser={{urlencode:Henkle2}}|NAME=filter log}}) ;Page you were editing : [[User:Henkle2]] ({{plainlinks|URL=http://en.wikibooks.org/wiki/Special:AbuseLog?title=Special:AbuseLog&wpSearchTitle={{urlencode:User:Henkle2}}|NAME=filter log}}) ;Description : The two URL's that were flagged as errors and sent me to this page are critical to clarifying the question I posed. I do not know whether the text I entered at "User:Henkle2" was saved or not. ;Date and time : 21:40, 23 July 2022 (UTC) ;Comments <!-- Please leave this area blank for now, but be prepared to answer questions left by reviewing editors. Thanks! --> :{{ping|Henkle2}} your edits were not saved. If a link is not allowed, Wikibooks thinks that you are link spamming. Please wait until your account is at least 4 days old and you have made ten edits. <sub> [[User:L10nM4st3r|<span style="color:orange">L10nM4st3r</span>]]/[[meta:User_talk:L10nM4st3r|<span tyle="color:#fed8b1">Roar at me</span>]]</sub> 21:48, 23 July 2022 (UTC) :Thanks. I revised the message, removing the URL's, which made it my first message. I was just trying to contact - [[User:Stampalbumbuddy/sandbox]] - about an entry on his page. I'm not sure how to do that. I am confused. Why do I have to have separate logins for Wikipedia, wikicollecting, wikidot and wikibooks? Why is my Wikipedia login not valid for all of them? [[User:Henkle2|Henkle2]] ([[User talk:Henkle2|discuss]] • [[Special:Contributions/Henkle2|contribs]]) 19:33, 2 August 2022 (UTC) ::{{ping|Henkle2}} You should have the same login for all wikimedia wikis. If you were trying to link to a diff, try <nowiki>[[Special:Diff/</nowiki>''diff id'']]. <sup> [[User:L10nM4st3r|<span style="color:orange">L10nM4st3r</span>]]</sup> / <sub>[[meta:User_talk:L10nM4st3r|<span tyle="color:#fed8b1">Roar at me</span>]]</sub> 19:59, 2 August 2022 (UTC) == TheLostProbe == ;Username : {{user|TheLostProbe}} ({{plainlinks|URL=http://en.wikibooks.org/wiki/Special:AbuseLog?title=Special:AbuseLog&wpSearchUser={{urlencode:TheLostProbe}}|NAME=filter log}}) ;Page you were editing : [[Celestia/FAQs]] ({{plainlinks|URL=http://en.wikibooks.org/wiki/Special:AbuseLog?title=Special:AbuseLog&wpSearchTitle={{urlencode:Celestia/FAQs}}|NAME=filter log}}) ;Description : I was fixing multiple small issues in various sections of the page. This included adding and updating several links to external websites, which triggered an "automated throttle designed to limit spammers". ;Date and time : 04:37, 5 August 2022 (UTC) ;Comments <!-- Please leave this area blank for now, but be prepared to answer questions left by reviewing editors. Thanks! --> :{{ping|TheLostProbe}} try adding your likns without the "https" at the beginning, and later adding it back (when you made ten edits and your account is four days old). <sup> [[User:L10nM4st3r|<span style="color:orange">L10nM4st3r</span>]]</sup> / <sub>[[meta:User_talk:L10nM4st3r|<span tyle="color:#fed8b1">Roar at me</span>]]</sub> 05:03, 5 August 2022 (UTC) :wait, what do you mean my account is four days old? i created this account ages ago... [[User:TheLostProbe|TheLostProbe]] ([[User talk:TheLostProbe|discuss]] • [[Special:Contributions/TheLostProbe|contribs]]) 05:59, 5 August 2022 (UTC) ::{{ping|TheLostProbe}} Sorry, I hadn't noticed. But you still need ten edits on this wiki. <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:11, 5 August 2022 (UTC) ==Zafarella2== ;Username : {{user|Zafarella2}} ({{plainlinks|URL=http://en.wikibooks.org/wiki/Special:AbuseLog?title=Special:AbuseLog&wpSearchUser={{urlencode:Zafarella2}}|NAME=filter log}}) ;Page you were editing : [[]] ({{plainlinks|URL=http://en.wikibooks.org/wiki/Special:AbuseLog?title=Special:AbuseLog&wpSearchTitle={{urlencode:}}|NAME=filter log}}) ;Description : adding links to manuals and repo ;Date and time : 23:42, 20 August 2022 (UTC) ;Comments <!-- Please leave this area blank for now, but be prepared to answer questions left by reviewing editors. Thanks! --> ::{{ping|Zafarella2}} You probably were blocked by rate throttling. Try waiting a bit, and adding them later. Alternatively, try waiting until you have made ten edits and your account is four days old. <sup> [[User:L10nM4st3r|<span style="color:orange">L10nM4st3r</span>]]</sup> / <sub>[[meta:User_talk:L10nM4st3r|<span tyle="color:#fed8b1">'''Roar''' at me</span>]]</sub> 07:11, 21 August 2022 (UTC) rajckia17mprrm5sydgn06ngj8wb0yg 4095173 4095171 2022-08-21T07:15:12Z L10nM4st3r 3380243 /* Zafarella2 */ already is 10 days old wikitext text/x-wiki {{User:MiszaBot/config |archive = Wikibooks:Edit filter/False positives/Archive %(counter)d |algo = old(75d) |counter = 3 |maxarchivesize = 150K |minthreadstoarchive = 1 |minthreadsleft = 3 }} {{edit filter navigation}} [[Category:Wikibooks edit filter|False positives]] <!-- Template:Archives begins -->{| class="{{talk other |tmbox tmbox-notice |ombox ombox-notice |demospace=}} mbox-small {{#ifeq:|yes|collapsible|{{#ifeq:|yes|collapsible selected}}}}" style="text-align: center; {{#if:|width:{{{box-width}}};}} " |- ! {{Image|alt={{#if:{{#ifeq:::none::|::none::|}}||{{!}}link=}}|Replacement filing cabinet.svg|30px|postfix=<br />}}[[Special:PrefixIndex/Wikibooks:Edit filter/False positives/|Archives]] {{#if:|([[{{#rel2abs: {{{index}}} }}|Index]])}} |- | style="text-align:left;" | {{#switch:¬ |no= |long={{Archive list long|{{#if:|root}}={{{root}}} }} |¬={{#ifexist:{{#rel2abs:./archivelist}} |{{ {{#rel2abs:./archivelist }} }} |{{Archive list long|{{#if:|root}}={{{root}}} }} }} |#default=<div style="text-align:center;">{{Archive list|{{#if:|root}}={{{root}}} }}</div>}} |- {{#ifeq:no|no|| {{!}} {{#tag:inputbox| bgcolor=transparent type=fulltext prefix={{#if:|{{{prefix}}}|{{#if:|{{{root}}}|{{FULLPAGENAME}}}}/}} break={{#if:|{{{search-break}}}|no}} width={{#if:|{{{search-width}}}|22}} searchbuttonlabel={{#if:|{{{search-button-label}}}|Search}} }} {{!}}- }} {{#if:|{{!}} {{#if: |{{#if:|<small>}}Threads older than {{{age}}}{{#ifeq:|h||&nbsp;}}days are|This page is}} archived{{#if:|&#32;by {{nowraplinks|[[User:{{{bot}}}|{{{bot}}}]]}}}}. {{!}}- }} {{#ifeq: -yes | no-yes | {{!}} <small class="plainlinks">[{{fullurl:{{#rel2abs:./archivelist}}|action=edit}} Edit this box]</small> {{!}}- }} |}<!-- Template:Archives ends -->{{#if:{{{nocat}}}||[[Category:Archives]]}} <div class="center"><big>'''{{plain link|URL=//en.wikibooks.org/w/index.php?title=Wikibooks:Edit_filter/False_positives&action=edit&section=new&preload=Template:Falsepositive/Preload&editintro=Template:Falsepositive/Editintro|NAME=Click here to report a false positive}}'''</big></div> <!-- Please leave this area blank for now, but be prepared to answer questions left by reviewing editors. Thanks! --> == 91.64.170.153 == ;Username : {{user|91.64.170.153}} ({{plainlinks|URL=http://en.wikibooks.org/wiki/Special:AbuseLog?title=Special:AbuseLog&wpSearchUser={{urlencode:91.64.170.153}}|NAME=filter log}}) ;Page you were editing : [[More c++ idioms/function poisoning]] ({{plainlinks|URL=http://en.wikibooks.org/wiki/Special:AbuseLog?title=Special:AbuseLog&wpSearchTitle={{urlencode:More c++ idioms/function poisoning}}|NAME=filter log}}) ;Description : Trying to add references where this idiom has been published ;Date and time : 06:59, 13 June 2022 (UTC) ;Comments <!-- Please leave this area blank for now, but be prepared to answer questions left by reviewing editors. Thanks! --> :The filter blocked this edit as you were just adding a URL and no other content. The addition of links like this is not generally encouraged and I wouldn't call this a false positive. It's exactly the behaviour the filter is intended to prevent. [[User:MarcGarver|MarcGarver]] ([[User talk:MarcGarver|discuss]] • [[Special:Contributions/MarcGarver|contribs]]) 10:47, 13 June 2022 (UTC) == MaggieSardino == ;Username : {{user|MaggieSardino}} ({{plainlinks|URL=http://en.wikibooks.org/wiki/Special:AbuseLog?title=Special:AbuseLog&wpSearchUser={{urlencode:MaggieSardino}}|NAME=filter log}}) ;Page you were editing : [[]] ({{plainlinks|URL=http://en.wikibooks.org/wiki/Special:AbuseLog?title=Special:AbuseLog&wpSearchTitle={{urlencode:}}|NAME=filter log}}) ;Description : I am creating a bibliography which includes URLs and they are needed. ;Date and time : 21:52, 15 June 2022 (UTC) ;Comments <!-- Please leave this area blank for now, but be prepared to answer questions left by reviewing editors. Thanks! --> :Your edit is being stopped for multiple reasons. Please create the page with an initial small edit - just a few lines. Then add each block of your text as a separate edit so that it takes, say, 10 edits to publish the whole page. This should allow you to complete the page without triggering the automatic rejection. Once you have a longer edit history, you will not have these problems. [[User:MarcGarver|MarcGarver]] ([[User talk:MarcGarver|discuss]] • [[Special:Contributions/MarcGarver|contribs]]) 08:47, 16 June 2022 (UTC) ::How is a new user supposed to know this very odd behavior even exists. No such warning or instructions appears anywhere when I clicked edit. Also, please be precise... what is "a longer edit history", is that 5 edits? 10? [[Special:Contributions/108.168.93.43|108.168.93.43]] ([[User talk:108.168.93.43|discuss]]) 14:04, 18 July 2022 (UTC) :::Hi 108. A larger edit history is 10 edits (and four days) - and you must have an account too. <sub> [[User:L10nM4st3r|<span style="color:orange">L10nM4st3r</span>]]/[[meta:User_talk:L10nM4st3r|<span tyle="color:#fed8b1">Roar at me</span>]]</sub> 14:39, 18 July 2022 (UTC) == 67.149.161.45 == ;Username : {{user|67.149.161.45}} ({{plainlinks|URL=http://en.wikibooks.org/wiki/Special:AbuseLog?title=Special:AbuseLog&wpSearchUser={{urlencode:67.149.161.45}}|NAME=filter log}}) ;Page you were editing : [[Unicode/List of useful symbols]] ({{plainlinks|URL=http://en.wikibooks.org/wiki/Special:AbuseLog?title=Special:AbuseLog&wpSearchTitle={{urlencode:Unicode/List of useful symbols}}|NAME=filter log}}) ;Description : Wikipedia has a list of box drawing characters. I tried to link to it, then I tried to just copy the table in. Both failed though. ;Date and time : 14:24, 5 July 2022 (UTC) ;Comments <!-- Please leave this area blank for now, but be prepared to answer questions left by reviewing editors. Thanks! --> ::<s>So, the filter log says "link spamming"? <sub> [[User:L10nM4st3r|<span style="color:orange">L10nM4st3r</span>]]/[[User_talk:L10nM4st3r|<span tyle="color:#fed8b1">Roar at me</span>]]</sub> 15:21, 5 July 2022 (UTC)</s> ::Oh, I get it. Wikilinks look like this: [<nowiki>[</nowiki>''page name'']]. To link to wikipedia, use [<nowiki>[</nowiki>w:''page name'']] <sub> [[User:L10nM4st3r|<span style="color:orange">L10nM4st3r</span>]]/[[User_talk:L10nM4st3r|<span tyle="color:#fed8b1">Roar at me</span>]]</sub> 15:26, 5 July 2022 (UTC) == N8henrie == ;Username : {{user|N8henrie}} ({{plainlinks|URL=http://en.wikibooks.org/wiki/Special:AbuseLog?title=Special:AbuseLog&wpSearchUser={{urlencode:N8henrie}}|NAME=filter log}}) ;Page you were editing : [[en.wikibooks.org/wiki/OpenSCAD_User_Manual/Using_an_external_Editor_with_OpenSCAD?veaction=edit&section=3]] ({{plainlinks|URL=http://en.wikibooks.org/wiki/Special:AbuseLog?title=Special:AbuseLog&wpSearchTitle={{urlencode:en.wikibooks.org/wiki/OpenSCAD_User_Manual/Using_an_external_Editor_with_OpenSCAD?veaction=edit&section=3}}|NAME=filter log}}) ;Description : Link to example editor setup flagged as spam ;Date and time : 17:33, 15 July 2022 (UTC) ;Comments <!-- Please leave this area blank for now, but be prepared to answer questions left by reviewing editors. Thanks! --> ::{{ping|N8henrie}} Please wait until you made 10 edits (and have a four day old account) <sup> [[User:L10nM4st3r|<span style="color:orange">L10nM4st3r</span>]]</sup> / <sub>[[meta:User_talk:L10nM4st3r|<span tyle="color:#fed8b1">Roar at me</span>]]</sub> 18:08, 4 August 2022 (UTC) == 108.168.93.43 == ;Username : {{user|108.168.93.43}} ({{plainlinks|URL=http://en.wikibooks.org/wiki/Special:AbuseLog?title=Special:AbuseLog&wpSearchUser={{urlencode:108.168.93.43}}|NAME=filter log}}) ;Page you were editing : [[BASIC Programming/Random Number Generation]] ({{plainlinks|URL=http://en.wikibooks.org/wiki/Special:AbuseLog?title=Special:AbuseLog&wpSearchTitle={{urlencode:BASIC Programming/Random Number Generation}}|NAME=filter log}}) ;Description : Adding real content. ;Date and time : 13:57, 18 July 2022 (UTC) ;Comments <!-- Please leave this area blank for now, but be prepared to answer questions left by reviewing editors. Thanks! --> == Henkle2 == ;Username : {{user|Henkle2}} ({{plainlinks|URL=http://en.wikibooks.org/wiki/Special:AbuseLog?title=Special:AbuseLog&wpSearchUser={{urlencode:Henkle2}}|NAME=filter log}}) ;Page you were editing : [[User:Henkle2]] ({{plainlinks|URL=http://en.wikibooks.org/wiki/Special:AbuseLog?title=Special:AbuseLog&wpSearchTitle={{urlencode:User:Henkle2}}|NAME=filter log}}) ;Description : The two URL's that were flagged as errors and sent me to this page are critical to clarifying the question I posed. I do not know whether the text I entered at "User:Henkle2" was saved or not. ;Date and time : 21:40, 23 July 2022 (UTC) ;Comments <!-- Please leave this area blank for now, but be prepared to answer questions left by reviewing editors. Thanks! --> :{{ping|Henkle2}} your edits were not saved. If a link is not allowed, Wikibooks thinks that you are link spamming. Please wait until your account is at least 4 days old and you have made ten edits. <sub> [[User:L10nM4st3r|<span style="color:orange">L10nM4st3r</span>]]/[[meta:User_talk:L10nM4st3r|<span tyle="color:#fed8b1">Roar at me</span>]]</sub> 21:48, 23 July 2022 (UTC) :Thanks. I revised the message, removing the URL's, which made it my first message. I was just trying to contact - [[User:Stampalbumbuddy/sandbox]] - about an entry on his page. I'm not sure how to do that. I am confused. Why do I have to have separate logins for Wikipedia, wikicollecting, wikidot and wikibooks? Why is my Wikipedia login not valid for all of them? [[User:Henkle2|Henkle2]] ([[User talk:Henkle2|discuss]] • [[Special:Contributions/Henkle2|contribs]]) 19:33, 2 August 2022 (UTC) ::{{ping|Henkle2}} You should have the same login for all wikimedia wikis. If you were trying to link to a diff, try <nowiki>[[Special:Diff/</nowiki>''diff id'']]. <sup> [[User:L10nM4st3r|<span style="color:orange">L10nM4st3r</span>]]</sup> / <sub>[[meta:User_talk:L10nM4st3r|<span tyle="color:#fed8b1">Roar at me</span>]]</sub> 19:59, 2 August 2022 (UTC) == TheLostProbe == ;Username : {{user|TheLostProbe}} ({{plainlinks|URL=http://en.wikibooks.org/wiki/Special:AbuseLog?title=Special:AbuseLog&wpSearchUser={{urlencode:TheLostProbe}}|NAME=filter log}}) ;Page you were editing : [[Celestia/FAQs]] ({{plainlinks|URL=http://en.wikibooks.org/wiki/Special:AbuseLog?title=Special:AbuseLog&wpSearchTitle={{urlencode:Celestia/FAQs}}|NAME=filter log}}) ;Description : I was fixing multiple small issues in various sections of the page. This included adding and updating several links to external websites, which triggered an "automated throttle designed to limit spammers". ;Date and time : 04:37, 5 August 2022 (UTC) ;Comments <!-- Please leave this area blank for now, but be prepared to answer questions left by reviewing editors. Thanks! --> :{{ping|TheLostProbe}} try adding your likns without the "https" at the beginning, and later adding it back (when you made ten edits and your account is four days old). <sup> [[User:L10nM4st3r|<span style="color:orange">L10nM4st3r</span>]]</sup> / <sub>[[meta:User_talk:L10nM4st3r|<span tyle="color:#fed8b1">Roar at me</span>]]</sub> 05:03, 5 August 2022 (UTC) :wait, what do you mean my account is four days old? i created this account ages ago... [[User:TheLostProbe|TheLostProbe]] ([[User talk:TheLostProbe|discuss]] • [[Special:Contributions/TheLostProbe|contribs]]) 05:59, 5 August 2022 (UTC) ::{{ping|TheLostProbe}} Sorry, I hadn't noticed. But you still need ten edits on this wiki. <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:11, 5 August 2022 (UTC) ==Zafarella2== ;Username : {{user|Zafarella2}} ({{plainlinks|URL=http://en.wikibooks.org/wiki/Special:AbuseLog?title=Special:AbuseLog&wpSearchUser={{urlencode:Zafarella2}}|NAME=filter log}}) ;Page you were editing : [[]] ({{plainlinks|URL=http://en.wikibooks.org/wiki/Special:AbuseLog?title=Special:AbuseLog&wpSearchTitle={{urlencode:}}|NAME=filter log}}) ;Description : adding links to manuals and repo ;Date and time : 23:42, 20 August 2022 (UTC) ;Comments <!-- Please leave this area blank for now, but be prepared to answer questions left by reviewing editors. Thanks! --> ::{{ping|Zafarella2}} You probably were blocked by rate throttling. Try waiting a bit, and adding them later. Alternatively, try waiting until you have made ten edits total. <sup> [[User:L10nM4st3r|<span style="color:orange">L10nM4st3r</span>]]</sup> / <sub>[[meta:User_talk:L10nM4st3r|<span tyle="color:#fed8b1">'''Roar''' at me</span>]]</sub> 07:11, 21 August 2022 (UTC) n0oc1minksap20o8a7mqbc0p885kph9 A-level Computing/CIE/Advanced Theory/Data representation 0 397267 4095065 4048321 2022-08-20T15:05:27Z 49.207.216.16 /* User-defined Data types */ wikitext text/x-wiki {{Navigate | Curr = Data Representation | Next = CIE/Advanced_Theory/Communication_and_Internet_technologies | NextText = Communication and Internet Technologies}} {{CPTSpecification|title=Specification link}} User-defined data types * show understanding of why user-defined types are necessary * define and use non-composite types: enumerated, pointer * define and use composite data types: set, record and class/object * choose and design an appropriate user-defined data type for a given problem File organisation and access * show understanding of methods of file organisation: serial, sequential (using a key field) and random (using a record key) * show understanding of methods of file access: ** sequential access for serial and sequential files ** direct access for sequential and random files. * select an appropriate method of file organisation and file access for a given problem Real numbers and normalised floating-point representation * describe the format of binary floating-point real numbers * convert binary floating-point real numbers into denary and vice versa * normalise floating-point numbers * show understanding of the reasons for normalisation * show understanding of the effects of changing the allocation of bits to mantissa and exponent in a floating-point representation * show understanding of how underflow and overflow can occur * show understanding of why computers cannot represent mathematical real numbers such as √2 or π, only approximations * show understanding of the consequences of a binary representation only being an approximation to the real number it represents * show understanding that binary representations can give rise to rounding errors {{Robox/Close}} == User-defined Data types == A '''user-defined data type''' is a data type which the programmer has designed for use within a program, as opposed to a built-in data type. A non-composite type is defined without reference to another data type, whereas a composite data type is built from other data types. ok === Enumerated Data type === An '''enumerated''' data type is a non-composite data type defined from an ordered list of values. Variables can be declared by this data type, and assigned one of the values in the list e.g. The following pseudocode declares an enumerated data type for months, <pre> TYPE TMonth = (Jan,Feb,Mar,Apr,May,Jun,Jul,Aug,Sep,Oct,Nov,Dec) // The TMonth data type is declared DECLARE ThisMonth : TMonth // A variable is declared with the TMonth enumerated data type. ThisMonth ← May // The variable ThisMonth ThisMonth > Feb // This is True, as May is later in the list than Feb </pre> Note: Values in an enumerated data type are not string values; do not enclose them with quotation marks. === Pointer Data type === A '''pointer''' data type references memory locations. Thus, it has to relate to the type of data that it is pointing to. e.g. This pseudocode declares a pointer data type, a pointer, and uses the pointer. <syntaxhighlight lang="c#"> TYPE TMyPointer = ^Integer // This declares TMyPointer as a pointer data type which points to Integers. DECLARE IntegerPointer : TMyPointer // This declares a variable with the TMyPointer data. ValuePointedTo ← IntegerPointer^ // This accesses the data stored at the address which IntegerPointer points to. This is known as dereferencing. </syntaxhighlight> Pointers are typically used to construct complex data structures, such as linked lists and binary trees. These data structures are discussed [[../../Further Problem Solving and Programming skills/Computational thinking and problem-solving|later on]]. === Record Data type === A '''record''' data type stores a collection of information regarding a common subject, similar to a record in a database. It is constructed from several fields, which each have their own data types; thus, the record data type is a composite data type. e.g. The following pseudocode defines a record type for a student record: <pre> TYPE TStudentRecord // The record consists of several fields DECLARE FirstName : STRING // Each field has its own data type DECLARE LastName : STRING DECLARE Absences : INTEGER DECLARE Class : STRING ENDTYPE DECLARE Student1 : TStudentRecord // The variable is declared as a record Student1.FirstName ← "John" // Fields can be accessed using dot notation Student1.LastName ← "Doe" Student1.Absences ← 0 Student1.Class ← "A2 Level" </pre> === Set Data type === A '''set''' data type is a composite data type that allows a programmer to apply [[w:Set_theory#Basic_concepts_and_notation|set theory operations]] to data in a program. These operations typically include: * Union * Difference * Intersection * Including an element * Excluding an element * Checking whether an element is in a set === Object Data type === An '''object''' data type is a composite data type used in object-oriented programming to define classes. Essentially, objects are just records with functions that act on the data that they contain. == File Organisation == A file is a collection of records. Each record is a collection of fields. Every field consists of a value. === Serial Files === A '''serial''' file is a collection of records with no defined order. Records enter the file in chronological order. All records have a defined format so that they can be input and output correctly. A text file can be considered an example of a serial file: a series of characters are input, in chronological order, to produce a file. A common use of serial files is for real-time processing. Records can be entered in real time, as quickly as possible, because they do not need to be sorted. This makes serial files efficient. === Sequential Files === A '''sequential''' file stores records in order of a key field. In order for it to be possible to sort records by key field, this field needs to be unique and sequential but does not need to be consecutive. In a sequential file, a particular record can be found by reading all of the key fields until you reach the one you are looking for. === Direct-Access Files === A '''direct-access''' file is a collection of records that can be directly accessed without having to check every record. This is acheived using a hash table. A [[w:Hash table|hash table]] is a table of data which is ordered not by the key field, but by the ''hash value'' of the key field. Thus, data can be directly accessed by hashing the key field, rather than having to look through each record one by one. === Accessing Files === There are two ways to access a specific record within a file: sequential access and direct access. Serial and sequential files can be accessed using sequential access and direct-access files can be accessed using direct access. ''Sequential access'' is where each record in the file is read, one by one, until the desired record is found. ''Direct access'' is where a hashing algorithm is used to jump to a specific record in the file. ==== Deleting & Editing Data ==== In a sequentially accessed file, deleting and editing data requires the creation of a new file. Data is moved from the old file to the new file until the part where the record needs editing is reached. However, in a direct-access file, data can be deleted or edited in place: there is no need for a new file. == Floating-point Numbers == '''Floating-point''' notation is a way of representing very small or very large numbers with the same amount of bits. It is similar to [[w:Scientific_notation|scientific notation]]. A floating-point number consists of three parts: the sign bit, the mantissa, and the exponent. To find the value of the number, we use <math>\pm M\times2^E</math> where ± is determined by the sign bit, M is the mantissa, and E is the exponent. <br /> [[File:Float_example.svg|thumb|center|upright=2.0|alt=A representation of the binary value of 0.15625 in a 32-bit system with 8 bits for the exponent and 23 bits for the mantissa|An example of a floating point format in ''[[w:IEEE_754|IEEE 754]]'']] === The Mantissa-Exponent Tradeoff === When making a floating-point format, the designer must choose how many bits to allocate to the mantissa and to the exponent. If more bits are allocated to the mantissa, the floating-point value is more precise; whereas if more bits were allocated to the exponent, the floating-point system could represent a greater range of values. === Normalisation === '''Normalisation''' is the process of choosing the floating-point representation of a number such that every number that can be represented in the floating-point system has one and only one valid representation. Without normalisation, there could be multiple valid representations for the same number. For example, the number 2.0 can be represented as <code>0 0010000 0100</code>, <code>0 0100000 0011</code>, or <code>0 1000000 0010</code>. Thus, we need a standard way of referring to a given number. This is where normalisation comes in: normalisation means that the only correct form of the number is where the sign bit and mantissa most significant bit are different. So for 2.0, <code>0 1000000 0010</code> would be the valid representation. === Floating-point Errors === ==== Underflow ==== '''Underflow''' is where the number is too small to be represented using the floating-point system. e.g. In a system with 8 bits for the mantissa and 4 bits for the exponent, the lowest possible exponent is <code>1000</code>, or -8 in denary. If the system is normalised, the smallest positive mantissa value is <code>0 1000000</code>. Thus, the smallest positive number in this system is <code>0 1000000 1000</code>, which is equal to 1/512. If a calculation in this system resulted in a number which was lower than 1/512, there would be an underflow error, because the number is too small to be stored. ==== Overflow ==== '''Overflow''' is similar to underflow, but it occurs when a number is too large to be stored in the system. e.g. In a system with an 8-bit mantissa and a 4-bit exponent, the largest possible number that can be represented is <code>0 1111111 0111</code>, which is equal to 127. If a calculation produced a number higher than 127, there would be an overflow error and the number could not be stored. Overflow and underflow can both occur with negative values that are too large or too small. ==== Rounding Errors ==== A '''rounding error''' is where a number cannot be represented exactly, and needs to be approximated. e.g. The number 1/3 can only be represented in binary using recurring bits (0.01<u>01</u>). The floating-point format does not allow for recurring bits as there is only a finite amount of memory in the system. Thus, it needs to be rounded, so it will be represented as <code>0 1010101 1111</code>. == Questions == {{CPTExercise|title=Questions}} {{CPTQuestion|What user-defined data type is defined by a list of values?}} {{CPTAnswer|Enumerated data type}} {{CPTQuestion|What user-defined data type is defined by a set of fields?}} {{CPTAnswer|Record data type}} {{CPTQuestion|What user-defined data type is used for making dynamic data structures?}} {{CPTAnswer|Pointer data type}} {{CPTQuestion|What type of file should be used for real-time processing?}} {{CPTAnswer|Serial file}} {{CPTQuestion|What type of file stores data in a hash table?}} {{CPTAnswer|Direct-access file}} {{CPTQuestion|What type of file stores records according to their key field?}} {{CPTAnswer|Sequential file}} {{CPTQuestion|What is the difference between direct access and sequential access?}} {{CPTAnswer|With direct access, you can jump directly to the record you want, whereas with sequential access, you need to go through each record one by one.}} {{CPTQuestion|Find the normalised floating-point value of +1.625 in a system with 8 bits for the mantissa and 4 bits for the exponent.}} {{CPTAnswer|Mantissa: 01101000 Exponent: 0001}} {{CPTQuestion|What value is represented by the normalised floating point number with mantissa 10011100 and exponent 0100?}} {{CPTAnswer|-12.5}} {{Robox/Close}} {{BookCat}} mifb8bv6gqvhvwvczlkjwci236rsfw5 4095066 4095065 2022-08-20T15:06:03Z Syunsyunminmin 3382164 Reverted edits by [[Special:Contribs/49.207.216.16|49.207.216.16]] ([[User talk:49.207.216.16|talk]]) to last version by 11DavidThompson: test edits, please use the sandbox wikitext text/x-wiki {{Navigate | Curr = Data Representation | Next = CIE/Advanced_Theory/Communication_and_Internet_technologies | NextText = Communication and Internet Technologies}} {{CPTSpecification|title=Specification link}} User-defined data types * show understanding of why user-defined types are necessary * define and use non-composite types: enumerated, pointer * define and use composite data types: set, record and class/object * choose and design an appropriate user-defined data type for a given problem File organisation and access * show understanding of methods of file organisation: serial, sequential (using a key field) and random (using a record key) * show understanding of methods of file access: ** sequential access for serial and sequential files ** direct access for sequential and random files. * select an appropriate method of file organisation and file access for a given problem Real numbers and normalised floating-point representation * describe the format of binary floating-point real numbers * convert binary floating-point real numbers into denary and vice versa * normalise floating-point numbers * show understanding of the reasons for normalisation * show understanding of the effects of changing the allocation of bits to mantissa and exponent in a floating-point representation * show understanding of how underflow and overflow can occur * show understanding of why computers cannot represent mathematical real numbers such as √2 or π, only approximations * show understanding of the consequences of a binary representation only being an approximation to the real number it represents * show understanding that binary representations can give rise to rounding errors {{Robox/Close}} == User-defined Data types == A '''user-defined data type''' is a data type which the programmer has designed for use within a program, as opposed to a built-in data type. A non-composite type is defined without reference to another data type, whereas a composite data type is built from other data types. === Enumerated Data type === An '''enumerated''' data type is a non-composite data type defined from an ordered list of values. Variables can be declared by this data type, and assigned one of the values in the list e.g. The following pseudocode declares an enumerated data type for months, <pre> TYPE TMonth = (Jan,Feb,Mar,Apr,May,Jun,Jul,Aug,Sep,Oct,Nov,Dec) // The TMonth data type is declared DECLARE ThisMonth : TMonth // A variable is declared with the TMonth enumerated data type. ThisMonth ← May // The variable ThisMonth ThisMonth > Feb // This is True, as May is later in the list than Feb </pre> Note: Values in an enumerated data type are not string values; do not enclose them with quotation marks. === Pointer Data type === A '''pointer''' data type references memory locations. Thus, it has to relate to the type of data that it is pointing to. e.g. This pseudocode declares a pointer data type, a pointer, and uses the pointer. <syntaxhighlight lang="c#"> TYPE TMyPointer = ^Integer // This declares TMyPointer as a pointer data type which points to Integers. DECLARE IntegerPointer : TMyPointer // This declares a variable with the TMyPointer data. ValuePointedTo ← IntegerPointer^ // This accesses the data stored at the address which IntegerPointer points to. This is known as dereferencing. </syntaxhighlight> Pointers are typically used to construct complex data structures, such as linked lists and binary trees. These data structures are discussed [[../../Further Problem Solving and Programming skills/Computational thinking and problem-solving|later on]]. === Record Data type === A '''record''' data type stores a collection of information regarding a common subject, similar to a record in a database. It is constructed from several fields, which each have their own data types; thus, the record data type is a composite data type. e.g. The following pseudocode defines a record type for a student record: <pre> TYPE TStudentRecord // The record consists of several fields DECLARE FirstName : STRING // Each field has its own data type DECLARE LastName : STRING DECLARE Absences : INTEGER DECLARE Class : STRING ENDTYPE DECLARE Student1 : TStudentRecord // The variable is declared as a record Student1.FirstName ← "John" // Fields can be accessed using dot notation Student1.LastName ← "Doe" Student1.Absences ← 0 Student1.Class ← "A2 Level" </pre> === Set Data type === A '''set''' data type is a composite data type that allows a programmer to apply [[w:Set_theory#Basic_concepts_and_notation|set theory operations]] to data in a program. These operations typically include: * Union * Difference * Intersection * Including an element * Excluding an element * Checking whether an element is in a set === Object Data type === An '''object''' data type is a composite data type used in object-oriented programming to define classes. Essentially, objects are just records with functions that act on the data that they contain. == File Organisation == A file is a collection of records. Each record is a collection of fields. Every field consists of a value. === Serial Files === A '''serial''' file is a collection of records with no defined order. Records enter the file in chronological order. All records have a defined format so that they can be input and output correctly. A text file can be considered an example of a serial file: a series of characters are input, in chronological order, to produce a file. A common use of serial files is for real-time processing. Records can be entered in real time, as quickly as possible, because they do not need to be sorted. This makes serial files efficient. === Sequential Files === A '''sequential''' file stores records in order of a key field. In order for it to be possible to sort records by key field, this field needs to be unique and sequential but does not need to be consecutive. In a sequential file, a particular record can be found by reading all of the key fields until you reach the one you are looking for. === Direct-Access Files === A '''direct-access''' file is a collection of records that can be directly accessed without having to check every record. This is acheived using a hash table. A [[w:Hash table|hash table]] is a table of data which is ordered not by the key field, but by the ''hash value'' of the key field. Thus, data can be directly accessed by hashing the key field, rather than having to look through each record one by one. === Accessing Files === There are two ways to access a specific record within a file: sequential access and direct access. Serial and sequential files can be accessed using sequential access and direct-access files can be accessed using direct access. ''Sequential access'' is where each record in the file is read, one by one, until the desired record is found. ''Direct access'' is where a hashing algorithm is used to jump to a specific record in the file. ==== Deleting & Editing Data ==== In a sequentially accessed file, deleting and editing data requires the creation of a new file. Data is moved from the old file to the new file until the part where the record needs editing is reached. However, in a direct-access file, data can be deleted or edited in place: there is no need for a new file. == Floating-point Numbers == '''Floating-point''' notation is a way of representing very small or very large numbers with the same amount of bits. It is similar to [[w:Scientific_notation|scientific notation]]. A floating-point number consists of three parts: the sign bit, the mantissa, and the exponent. To find the value of the number, we use <math>\pm M\times2^E</math> where ± is determined by the sign bit, M is the mantissa, and E is the exponent. <br /> [[File:Float_example.svg|thumb|center|upright=2.0|alt=A representation of the binary value of 0.15625 in a 32-bit system with 8 bits for the exponent and 23 bits for the mantissa|An example of a floating point format in ''[[w:IEEE_754|IEEE 754]]'']] === The Mantissa-Exponent Tradeoff === When making a floating-point format, the designer must choose how many bits to allocate to the mantissa and to the exponent. If more bits are allocated to the mantissa, the floating-point value is more precise; whereas if more bits were allocated to the exponent, the floating-point system could represent a greater range of values. === Normalisation === '''Normalisation''' is the process of choosing the floating-point representation of a number such that every number that can be represented in the floating-point system has one and only one valid representation. Without normalisation, there could be multiple valid representations for the same number. For example, the number 2.0 can be represented as <code>0 0010000 0100</code>, <code>0 0100000 0011</code>, or <code>0 1000000 0010</code>. Thus, we need a standard way of referring to a given number. This is where normalisation comes in: normalisation means that the only correct form of the number is where the sign bit and mantissa most significant bit are different. So for 2.0, <code>0 1000000 0010</code> would be the valid representation. === Floating-point Errors === ==== Underflow ==== '''Underflow''' is where the number is too small to be represented using the floating-point system. e.g. In a system with 8 bits for the mantissa and 4 bits for the exponent, the lowest possible exponent is <code>1000</code>, or -8 in denary. If the system is normalised, the smallest positive mantissa value is <code>0 1000000</code>. Thus, the smallest positive number in this system is <code>0 1000000 1000</code>, which is equal to 1/512. If a calculation in this system resulted in a number which was lower than 1/512, there would be an underflow error, because the number is too small to be stored. ==== Overflow ==== '''Overflow''' is similar to underflow, but it occurs when a number is too large to be stored in the system. e.g. In a system with an 8-bit mantissa and a 4-bit exponent, the largest possible number that can be represented is <code>0 1111111 0111</code>, which is equal to 127. If a calculation produced a number higher than 127, there would be an overflow error and the number could not be stored. Overflow and underflow can both occur with negative values that are too large or too small. ==== Rounding Errors ==== A '''rounding error''' is where a number cannot be represented exactly, and needs to be approximated. e.g. The number 1/3 can only be represented in binary using recurring bits (0.01<u>01</u>). The floating-point format does not allow for recurring bits as there is only a finite amount of memory in the system. Thus, it needs to be rounded, so it will be represented as <code>0 1010101 1111</code>. == Questions == {{CPTExercise|title=Questions}} {{CPTQuestion|What user-defined data type is defined by a list of values?}} {{CPTAnswer|Enumerated data type}} {{CPTQuestion|What user-defined data type is defined by a set of fields?}} {{CPTAnswer|Record data type}} {{CPTQuestion|What user-defined data type is used for making dynamic data structures?}} {{CPTAnswer|Pointer data type}} {{CPTQuestion|What type of file should be used for real-time processing?}} {{CPTAnswer|Serial file}} {{CPTQuestion|What type of file stores data in a hash table?}} {{CPTAnswer|Direct-access file}} {{CPTQuestion|What type of file stores records according to their key field?}} {{CPTAnswer|Sequential file}} {{CPTQuestion|What is the difference between direct access and sequential access?}} {{CPTAnswer|With direct access, you can jump directly to the record you want, whereas with sequential access, you need to go through each record one by one.}} {{CPTQuestion|Find the normalised floating-point value of +1.625 in a system with 8 bits for the mantissa and 4 bits for the exponent.}} {{CPTAnswer|Mantissa: 01101000 Exponent: 0001}} {{CPTQuestion|What value is represented by the normalised floating point number with mantissa 10011100 and exponent 0100?}} {{CPTAnswer|-12.5}} {{Robox/Close}} {{BookCat}} bezzxrm6ynehdh3syvxwvokwm6clq41 Wikijunior:Asia/Thailand 110 398729 4095078 3504627 2022-08-20T16:58:23Z Jont76 51229 changed "composted" to "composed" wikitext text/x-wiki {{Header}} [[File:Garuda Emblem of Thailand.svg|thumbnail|right|National emblem of Thailand]] '''[[w:Thailand|Thailand]]''' is a country located in Southeast Asia. Thailand composed of 76 provinces. Thailand's current prime minister is Prayut Chan-o-cha and the capital of Thailand is Bangkok. Thailand also uses the Thai baht for currency. == Where is Thailand? == [[File:Location Thailand ASEAN.svg|thumbnail|left|Location of Thailand]] Thailand is located in Southeast Asia, bordering [[Wikijunior:Asia/Malaysia|Malaysia]], [[Wikijunior:Asia/Myanmar|Myanmar]], [[Wikijunior:Asia/Laos|Laos]], and [[Wikijunior:Asia/Cambodia|Cambodia]]. Thailand also borders the Gulf of Thailand to the south and the Andaman Sea to the west. == How many people live in Thailand? == As of 2016, 68.8 million people live in Thailand. As of 2016, Bangkok is the most populated city in Thailand, with 5,686,646 people. Other cities that are popular include Samut Prakan (1,293,553 people), Nonthaburi (1,211,924 people) and Pathum Thani (1,111,376 people). == What are the most common languages in Thailand? == The official language of Thailand is [[Wikijunior:Languages/Thai|Thai]]. The Thai language is very similar to Lao and more than half of the Thai words are borrowed from other languages. These languages include Pali, Sanskrit, Mon, and Old Khmer. About 20 million people speak Thai as their first language, followed by 15.2 million people speaking Lao. The Thai hill tribes also speak many smaller languages and it has been estimated that there are about 73 spoken languages in Thailand. == What is the most common religion in Thailand? == [[File:PB Grand Palace Bangkok.jpg|thumb|Wat Phra Kaew, a Buddhist temple, in Bangkok.]] The most common religion in Thailand is [[Wikijunior:World Religions/Buddhism|Buddhism]] (94.50%). The other religious groups that are present in Thailand are [[Wikijunior:World Religions/Islam|Islam]] (4.29%) and [[Wikijunior:World Religions/Christianity|Christianity]] (1.17%). == What is the sport of Thailand? == [[File:Muay Thai match in Bangkok, Thailand.jpg|thumbnail|right| Muay Thai ]] Muay Thai or Thai boxing is the signature sport of Thailand. Thailand's first gold medal was won by a boxer named Somluck Kamsing in the Men's Featherweight category at the 1996 Olympics Games in Atlanta. Other popular sports in Thailand are football and volleyball. The women's volleyball team often participate in the World Championship, World Cup, and World Grand Prix Asian Championship. ==What are some important sites?== [[File:Bangkok GrandPalace from River2.jpg | thumb | left|The Grand Palace from across the Chao Phraya River]] *The '''Grand Palace''' was the official residency of the king of Thailand from 1782 to 1925. The Grand Palace is made up of several buildings, pavilions and halls and still used today for some royal ceremonies. [[File:Monument of Democracy, Bangkok.jpg|thumb|Democracy Monument, Bangkok]] *The '''Democracy monument''' is in the centre of Bangkok, Thailand's capital. It commemorates Thailand's revolution in 1932. {{WikijuniorAsia}} 1ezx6m9yshtmmqlhdtcq6e35e6nwoh1 4095108 4095078 2022-08-20T23:39:05Z Atcovi 1015207 rewording wikitext text/x-wiki {{Header}} [[File:Garuda Emblem of Thailand.svg|thumbnail|right|National emblem of Thailand]] '''[[w:Thailand|Thailand]]''' is a country located in Southeast Asia. Thailand is made up of 76 provinces. Thailand's current prime minister is Prayut Chan-o-cha and the capital of Thailand is Bangkok. Thailand also uses the Thai baht for currency. == Where is Thailand? == [[File:Location Thailand ASEAN.svg|thumbnail|left|Location of Thailand]] Thailand is located in Southeast Asia, bordering [[Wikijunior:Asia/Malaysia|Malaysia]], [[Wikijunior:Asia/Myanmar|Myanmar]], [[Wikijunior:Asia/Laos|Laos]], and [[Wikijunior:Asia/Cambodia|Cambodia]]. Thailand also borders the Gulf of Thailand to the south and the Andaman Sea to the west. == How many people live in Thailand? == As of 2016, 68.8 million people live in Thailand. As of 2016, Bangkok is the most populated city in Thailand, with 5,686,646 people. Other cities that are popular include Samut Prakan (1,293,553 people), Nonthaburi (1,211,924 people) and Pathum Thani (1,111,376 people). == What are the most common languages in Thailand? == The official language of Thailand is [[Wikijunior:Languages/Thai|Thai]]. The Thai language is very similar to Lao and more than half of the Thai words are borrowed from other languages. These languages include Pali, Sanskrit, Mon, and Old Khmer. About 20 million people speak Thai as their first language, followed by 15.2 million people speaking Lao. The Thai hill tribes also speak many smaller languages and it has been estimated that there are about 73 spoken languages in Thailand. == What is the most common religion in Thailand? == [[File:PB Grand Palace Bangkok.jpg|thumb|Wat Phra Kaew, a Buddhist temple, in Bangkok.]] The most common religion in Thailand is [[Wikijunior:World Religions/Buddhism|Buddhism]] (94.50%). The other religious groups that are present in Thailand are [[Wikijunior:World Religions/Islam|Islam]] (4.29%) and [[Wikijunior:World Religions/Christianity|Christianity]] (1.17%). == What is the sport of Thailand? == [[File:Muay Thai match in Bangkok, Thailand.jpg|thumbnail|right| Muay Thai ]] Muay Thai or Thai boxing is the signature sport of Thailand. Thailand's first gold medal was won by a boxer named Somluck Kamsing in the Men's Featherweight category at the 1996 Olympics Games in Atlanta. Other popular sports in Thailand are football and volleyball. The women's volleyball team often participate in the World Championship, World Cup, and World Grand Prix Asian Championship. ==What are some important sites?== [[File:Bangkok GrandPalace from River2.jpg | thumb | left|The Grand Palace from across the Chao Phraya River]] *The '''Grand Palace''' was the official residency of the king of Thailand from 1782 to 1925. The Grand Palace is made up of several buildings, pavilions and halls and still used today for some royal ceremonies. [[File:Monument of Democracy, Bangkok.jpg|thumb|Democracy Monument, Bangkok]] *The '''Democracy monument''' is in the centre of Bangkok, Thailand's capital. It commemorates Thailand's revolution in 1932. {{WikijuniorAsia}} tp9iln4eo01ke5hvzjww05l4xdtmhnh History of wireless telegraphy and broadcasting in Australia/Topical/Biographies 0 399714 4095052 4095049 2022-08-20T12:13:34Z 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; primary driver in establishment of 6WF Perth before his untimely death - Electoral Rolls: clerk (Kew, Vic, 1903); insurance manager (West Perth, WA, 1910-1925); - 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}} i8b8dps4xmzd6fvohtre03vsjsgbzfw 4095091 4095052 2022-08-20T22:26:16Z Samuel.dellit 1387936 /* FAIRHALL */ 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) - Links: [[w:Allen Fairhall|Wikipedia]]; [https://oa.anu.edu.au/obituary/fairhall-sir-allen-366 Obituaries Australia] ===''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; primary driver in establishment of 6WF Perth before his untimely death - Electoral Rolls: clerk (Kew, Vic, 1903); insurance manager (West Perth, WA, 1910-1925); - 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}} 5h3dltwpelo0j8qqklsbcrzxykjuji7 4095093 4095091 2022-08-20T22:29:42Z Samuel.dellit 1387936 /* TAYLOR */ 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) - Links: [[w:Allen Fairhall|Wikipedia]]; [https://oa.anu.edu.au/obituary/fairhall-sir-allen-366 Obituaries Australia] ===''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; primary driver in establishment of 6WF Perth before his untimely death - Electoral Rolls: clerk (Kew, Vic, 1903); insurance manager (West Perth, WA, 1910-1925); - 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 yet identified - early wireless experimenter; amateur operator; founder WIA NSW; founder Association for Development of Wireless in Australasia - Electoral Rolls: Nil - Comment: gone too soon - Links: [https://adb.anu.edu.au/biography/taylor-george-augustine-8756 ADB]; [https://oa.anu.edu.au/obituary/taylor-george-augustine-8756 Obituaries Australia] * [[/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}} 3jjohmi2npe6t3xwk4g7oihqx1hmlws 4095095 4095093 2022-08-20T22:31:59Z Samuel.dellit 1387936 /* THRING */ 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) - Links: [[w:Allen Fairhall|Wikipedia]]; [https://oa.anu.edu.au/obituary/fairhall-sir-allen-366 Obituaries Australia] ===''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; primary driver in establishment of 6WF Perth before his untimely death - Electoral Rolls: clerk (Kew, Vic, 1903); insurance manager (West Perth, WA, 1910-1925); - 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 yet identified - early wireless experimenter; amateur operator; founder WIA NSW; founder Association for Development of Wireless in Australasia - Electoral Rolls: Nil - Comment: gone too soon - Links: [https://adb.anu.edu.au/biography/taylor-george-augustine-8756 ADB]; [https://oa.anu.edu.au/obituary/taylor-george-augustine-8756 Obituaries Australia] * [[/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 "Frank"]] [https://www.familysearch.org/tree/person/details/9XFG-ZY6] - 1882(NSW)-1936(Vic) - Film producer; founder 3XY Melbourne - Links: [[w:F. W. Thring|Wikipedia]]; [https://oa.anu.edu.au/obituary/thring-francis-william-frank-19779 Obituaries Australia] ===''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}} lzd5nwig0lyawuqr62bkj7ix6rx4m83 4095096 4095095 2022-08-20T22:37:40Z Samuel.dellit 1387936 /* WHITLAM */ 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) - Links: [[w:Allen Fairhall|Wikipedia]]; [https://oa.anu.edu.au/obituary/fairhall-sir-allen-366 Obituaries Australia] ===''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; primary driver in establishment of 6WF Perth before his untimely death - Electoral Rolls: clerk (Kew, Vic, 1903); insurance manager (West Perth, WA, 1910-1925); - 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 yet identified - early wireless experimenter; amateur operator; founder WIA NSW; founder Association for Development of Wireless in Australasia - Electoral Rolls: Nil - Comment: gone too soon - Links: [https://adb.anu.edu.au/biography/taylor-george-augustine-8756 ADB]; [https://oa.anu.edu.au/obituary/taylor-george-augustine-8756 Obituaries Australia] * [[/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 "Frank"]] [https://www.familysearch.org/tree/person/details/9XFG-ZY6] - 1882(NSW)-1936(Vic) - Film producer; founder 3XY Melbourne - Links: [[w:F. W. Thring|Wikipedia]]; [https://oa.anu.edu.au/obituary/thring-francis-william-frank-19779 Obituaries Australia] ===''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]]; [https://oa.anu.edu.au/obituary/whitlam-edward-gough-18730 Obituaries Australia] * [[/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}} nbat2ln99c7hwn7unuxcsgt3tgveosi 4095098 4095096 2022-08-20T22:45:51Z Samuel.dellit 1387936 /* HEWITT */ 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) - Links: [[w:Allen Fairhall|Wikipedia]]; [https://oa.anu.edu.au/obituary/fairhall-sir-allen-366 Obituaries Australia] ===''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) ===''HEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Charles Hey|Hey, Eric Charles]] - 1916(NSW)-2009(NSW) - Licences: Nil yet identified - Qualifications: cc; NAOCP N2736, 1987, NSW - amateur operator - Electoral Rolls: - Links: [https://oa.anu.edu.au/obituary/hey-eric-charles-16914 Obituaries Australia] ===''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; primary driver in establishment of 6WF Perth before his untimely death - Electoral Rolls: clerk (Kew, Vic, 1903); insurance manager (West Perth, WA, 1910-1925); - 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 yet identified - early wireless experimenter; amateur operator; founder WIA NSW; founder Association for Development of Wireless in Australasia - Electoral Rolls: Nil - Comment: gone too soon - Links: [https://adb.anu.edu.au/biography/taylor-george-augustine-8756 ADB]; [https://oa.anu.edu.au/obituary/taylor-george-augustine-8756 Obituaries Australia] * [[/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 "Frank"]] [https://www.familysearch.org/tree/person/details/9XFG-ZY6] - 1882(NSW)-1936(Vic) - Film producer; founder 3XY Melbourne - Links: [[w:F. W. Thring|Wikipedia]]; [https://oa.anu.edu.au/obituary/thring-francis-william-frank-19779 Obituaries Australia] ===''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]]; [https://oa.anu.edu.au/obituary/whitlam-edward-gough-18730 Obituaries Australia] * [[/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}} ra9cwfa7q0m0050emwot5r0j3bto6ua 4095099 4095098 2022-08-20T22:52:02Z Samuel.dellit 1387936 /* HEY */ 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) - Links: [[w:Allen Fairhall|Wikipedia]]; [https://oa.anu.edu.au/obituary/fairhall-sir-allen-366 Obituaries Australia] ===''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) ===''HEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Charles Hey|Hey, Eric Charles]] - 1916(NSW)-2009(NSW) - Licences: Nil yet identified - Qualifications: cc; NAOCP N2736, 1987, NSW - amateur operator - Electoral Rolls: railway porter (Cootamundra, NSW, 1943); student (Coogee, NSW, 1954-1958); dental surgeon (Coogee, NSW, 1968); dentist (Coogee, NSW, 1972-1980) - Links: [https://oa.anu.edu.au/obituary/hey-eric-charles-16914 Obituaries Australia] ===''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; primary driver in establishment of 6WF Perth before his untimely death - Electoral Rolls: clerk (Kew, Vic, 1903); insurance manager (West Perth, WA, 1910-1925); - 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 yet identified - early wireless experimenter; amateur operator; founder WIA NSW; founder Association for Development of Wireless in Australasia - Electoral Rolls: Nil - Comment: gone too soon - Links: [https://adb.anu.edu.au/biography/taylor-george-augustine-8756 ADB]; [https://oa.anu.edu.au/obituary/taylor-george-augustine-8756 Obituaries Australia] * [[/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 "Frank"]] [https://www.familysearch.org/tree/person/details/9XFG-ZY6] - 1882(NSW)-1936(Vic) - Film producer; founder 3XY Melbourne - Links: [[w:F. W. Thring|Wikipedia]]; [https://oa.anu.edu.au/obituary/thring-francis-william-frank-19779 Obituaries Australia] ===''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]]; [https://oa.anu.edu.au/obituary/whitlam-edward-gough-18730 Obituaries Australia] * [[/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}} m7ptg886jqxneqvmclltavqh37x513c 4095100 4095099 2022-08-20T22:52:52Z Samuel.dellit 1387936 /* HEY */ 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) - Links: [[w:Allen Fairhall|Wikipedia]]; [https://oa.anu.edu.au/obituary/fairhall-sir-allen-366 Obituaries Australia] ===''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) ===''HEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Charles Hey|Hey, Eric Charles]] - 1916(NSW)-2009(NSW) - Licences: Nil yet identified - Qualifications: cc; NAOCP N2736, 1987, NSW - amateur operator; WW2 - Electoral Rolls: railway porter (Cootamundra, NSW, 1943); student (Coogee, NSW, 1954-1958); dental surgeon (Coogee, NSW, 1968); dentist (Coogee, NSW, 1972-1980) - Links: [https://oa.anu.edu.au/obituary/hey-eric-charles-16914 Obituaries Australia] ===''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; primary driver in establishment of 6WF Perth before his untimely death - Electoral Rolls: clerk (Kew, Vic, 1903); insurance manager (West Perth, WA, 1910-1925); - 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 yet identified - early wireless experimenter; amateur operator; founder WIA NSW; founder Association for Development of Wireless in Australasia - Electoral Rolls: Nil - Comment: gone too soon - Links: [https://adb.anu.edu.au/biography/taylor-george-augustine-8756 ADB]; [https://oa.anu.edu.au/obituary/taylor-george-augustine-8756 Obituaries Australia] * [[/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 "Frank"]] [https://www.familysearch.org/tree/person/details/9XFG-ZY6] - 1882(NSW)-1936(Vic) - Film producer; founder 3XY Melbourne - Links: [[w:F. W. Thring|Wikipedia]]; [https://oa.anu.edu.au/obituary/thring-francis-william-frank-19779 Obituaries Australia] ===''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]]; [https://oa.anu.edu.au/obituary/whitlam-edward-gough-18730 Obituaries Australia] * [[/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}} eqeqyggem1zyomhudsbx8ciqmfvlr6d 4095101 4095100 2022-08-20T23:08:52Z Samuel.dellit 1387936 /* HEY */ 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) - Links: [[w:Allen Fairhall|Wikipedia]]; [https://oa.anu.edu.au/obituary/fairhall-sir-allen-366 Obituaries Australia] ===''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) ===''HEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Charles Hey|Hey, Eric Charles]] [https://www.familysearch.org/tree/person/details/GFDF-9NK] - 1916(NSW)-2009(NSW) - Licences: Nil yet identified - Qualifications: cc; NAOCP N2736, 1987, NSW - amateur operator; WW2 - Electoral Rolls: railway porter (Cootamundra, NSW, 1943); student (Coogee, NSW, 1954-1958); dental surgeon (Coogee, NSW, 1968); dentist (Coogee, NSW, 1972-1980) - Links: [https://oa.anu.edu.au/obituary/hey-eric-charles-16914 Obituaries Australia] ===''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; primary driver in establishment of 6WF Perth before his untimely death - Electoral Rolls: clerk (Kew, Vic, 1903); insurance manager (West Perth, WA, 1910-1925); - 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 yet identified - early wireless experimenter; amateur operator; founder WIA NSW; founder Association for Development of Wireless in Australasia - Electoral Rolls: Nil - Comment: gone too soon - Links: [https://adb.anu.edu.au/biography/taylor-george-augustine-8756 ADB]; [https://oa.anu.edu.au/obituary/taylor-george-augustine-8756 Obituaries Australia] * [[/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 "Frank"]] [https://www.familysearch.org/tree/person/details/9XFG-ZY6] - 1882(NSW)-1936(Vic) - Film producer; founder 3XY Melbourne - Links: [[w:F. W. Thring|Wikipedia]]; [https://oa.anu.edu.au/obituary/thring-francis-william-frank-19779 Obituaries Australia] ===''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]]; [https://oa.anu.edu.au/obituary/whitlam-edward-gough-18730 Obituaries Australia] * [[/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}} chg6yona7w9unn61kyszuc20qk07wn1 4095102 4095101 2022-08-20T23:09:49Z Samuel.dellit 1387936 /* HEY */ 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) - Links: [[w:Allen Fairhall|Wikipedia]]; [https://oa.anu.edu.au/obituary/fairhall-sir-allen-366 Obituaries Australia] ===''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) ===''HEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Charles Hey|Hey, Eric Charles]] [https://www.familysearch.org/tree/person/details/GFDF-9NK] - 1916(NSW)-2009(NSW) - Licences: Nil yet identified - Qualifications: cc; NAOCP N2736, 1987, NSW; AOCP N1874, 1988 - amateur operator; WW2 - Electoral Rolls: railway porter (Cootamundra, NSW, 1943); student (Coogee, NSW, 1954-1958); dental surgeon (Coogee, NSW, 1968); dentist (Coogee, NSW, 1972-1980) - Links: [https://oa.anu.edu.au/obituary/hey-eric-charles-16914 Obituaries Australia] ===''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; primary driver in establishment of 6WF Perth before his untimely death - Electoral Rolls: clerk (Kew, Vic, 1903); insurance manager (West Perth, WA, 1910-1925); - 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 yet identified - early wireless experimenter; amateur operator; founder WIA NSW; founder Association for Development of Wireless in Australasia - Electoral Rolls: Nil - Comment: gone too soon - Links: [https://adb.anu.edu.au/biography/taylor-george-augustine-8756 ADB]; [https://oa.anu.edu.au/obituary/taylor-george-augustine-8756 Obituaries Australia] * [[/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 "Frank"]] [https://www.familysearch.org/tree/person/details/9XFG-ZY6] - 1882(NSW)-1936(Vic) - Film producer; founder 3XY Melbourne - Links: [[w:F. W. Thring|Wikipedia]]; [https://oa.anu.edu.au/obituary/thring-francis-william-frank-19779 Obituaries Australia] ===''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]]; [https://oa.anu.edu.au/obituary/whitlam-edward-gough-18730 Obituaries Australia] * [[/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}} 57457tm62wsvcgv1pcu13adt81t7wk8 4095103 4095102 2022-08-20T23:18:23Z Samuel.dellit 1387936 /* CASTLE */ 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" ===''CASS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Moses Henry Cass|Cass, Moses Henry "Moss"]] - 1927(???)-2022(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - doctor; driver for SBS Radio - Electoral Rolls: - Links: [https://oa.anu.edu.au/obituary/cass-moses-henry-moss-32316 Obituaries Australia] ===''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) - Links: [[w:Allen Fairhall|Wikipedia]]; [https://oa.anu.edu.au/obituary/fairhall-sir-allen-366 Obituaries Australia] ===''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) ===''HEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Charles Hey|Hey, Eric Charles]] [https://www.familysearch.org/tree/person/details/GFDF-9NK] - 1916(NSW)-2009(NSW) - Licences: Nil yet identified - Qualifications: cc; NAOCP N2736, 1987, NSW; AOCP N1874, 1988 - amateur operator; WW2 - Electoral Rolls: railway porter (Cootamundra, NSW, 1943); student (Coogee, NSW, 1954-1958); dental surgeon (Coogee, NSW, 1968); dentist (Coogee, NSW, 1972-1980) - Links: [https://oa.anu.edu.au/obituary/hey-eric-charles-16914 Obituaries Australia] ===''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; primary driver in establishment of 6WF Perth before his untimely death - Electoral Rolls: clerk (Kew, Vic, 1903); insurance manager (West Perth, WA, 1910-1925); - 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 yet identified - early wireless experimenter; amateur operator; founder WIA NSW; founder Association for Development of Wireless in Australasia - Electoral Rolls: Nil - Comment: gone too soon - Links: [https://adb.anu.edu.au/biography/taylor-george-augustine-8756 ADB]; [https://oa.anu.edu.au/obituary/taylor-george-augustine-8756 Obituaries Australia] * [[/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 "Frank"]] [https://www.familysearch.org/tree/person/details/9XFG-ZY6] - 1882(NSW)-1936(Vic) - Film producer; founder 3XY Melbourne - Links: [[w:F. W. Thring|Wikipedia]]; [https://oa.anu.edu.au/obituary/thring-francis-william-frank-19779 Obituaries Australia] ===''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]]; [https://oa.anu.edu.au/obituary/whitlam-edward-gough-18730 Obituaries Australia] * [[/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}} 9jgyuyy6wxouw49hod4jrxumks5zrvs 4095106 4095103 2022-08-20T23:24:38Z Samuel.dellit 1387936 /* CASS */ 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" ===''CASS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Moses Henry Cass|Cass, Moses Henry "Moss"]] [https://www.familysearch.org/tree/person/details/GFDF-NTP] - 1927(WA)-2022(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - doctor; driver for SBS Radio - Electoral Rolls: - Links: [https://oa.anu.edu.au/obituary/cass-moses-henry-moss-32316 Obituaries Australia] ===''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) - Links: [[w:Allen Fairhall|Wikipedia]]; [https://oa.anu.edu.au/obituary/fairhall-sir-allen-366 Obituaries Australia] ===''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) ===''HEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Charles Hey|Hey, Eric Charles]] [https://www.familysearch.org/tree/person/details/GFDF-9NK] - 1916(NSW)-2009(NSW) - Licences: Nil yet identified - Qualifications: cc; NAOCP N2736, 1987, NSW; AOCP N1874, 1988 - amateur operator; WW2 - Electoral Rolls: railway porter (Cootamundra, NSW, 1943); student (Coogee, NSW, 1954-1958); dental surgeon (Coogee, NSW, 1968); dentist (Coogee, NSW, 1972-1980) - Links: [https://oa.anu.edu.au/obituary/hey-eric-charles-16914 Obituaries Australia] ===''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; primary driver in establishment of 6WF Perth before his untimely death - Electoral Rolls: clerk (Kew, Vic, 1903); insurance manager (West Perth, WA, 1910-1925); - 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 yet identified - early wireless experimenter; amateur operator; founder WIA NSW; founder Association for Development of Wireless in Australasia - Electoral Rolls: Nil - Comment: gone too soon - Links: [https://adb.anu.edu.au/biography/taylor-george-augustine-8756 ADB]; [https://oa.anu.edu.au/obituary/taylor-george-augustine-8756 Obituaries Australia] * [[/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 "Frank"]] [https://www.familysearch.org/tree/person/details/9XFG-ZY6] - 1882(NSW)-1936(Vic) - Film producer; founder 3XY Melbourne - Links: [[w:F. W. Thring|Wikipedia]]; [https://oa.anu.edu.au/obituary/thring-francis-william-frank-19779 Obituaries Australia] ===''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]]; [https://oa.anu.edu.au/obituary/whitlam-edward-gough-18730 Obituaries Australia] * [[/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}} 9q7uj675mttibh3djzqkvnukcbo0r36 4095126 4095106 2022-08-21T02:10:41Z Samuel.dellit 1387936 /* CASS */ 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" ===''CASS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Moses Henry Cass|Cass, Moses Henry "Moss"]] [https://www.familysearch.org/tree/person/details/GFDF-NTP] - 1927(WA)-2022(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - doctor; driver for establishment of community radio and SBS Radio - Electoral Rolls: - Links: [https://oa.anu.edu.au/obituary/cass-moses-henry-moss-32316 Obituaries Australia] ===''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) - Links: [[w:Allen Fairhall|Wikipedia]]; [https://oa.anu.edu.au/obituary/fairhall-sir-allen-366 Obituaries Australia] ===''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) ===''HEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Charles Hey|Hey, Eric Charles]] [https://www.familysearch.org/tree/person/details/GFDF-9NK] - 1916(NSW)-2009(NSW) - Licences: Nil yet identified - Qualifications: cc; NAOCP N2736, 1987, NSW; AOCP N1874, 1988 - amateur operator; WW2 - Electoral Rolls: railway porter (Cootamundra, NSW, 1943); student (Coogee, NSW, 1954-1958); dental surgeon (Coogee, NSW, 1968); dentist (Coogee, NSW, 1972-1980) - Links: [https://oa.anu.edu.au/obituary/hey-eric-charles-16914 Obituaries Australia] ===''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; primary driver in establishment of 6WF Perth before his untimely death - Electoral Rolls: clerk (Kew, Vic, 1903); insurance manager (West Perth, WA, 1910-1925); - 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 yet identified - early wireless experimenter; amateur operator; founder WIA NSW; founder Association for Development of Wireless in Australasia - Electoral Rolls: Nil - Comment: gone too soon - Links: [https://adb.anu.edu.au/biography/taylor-george-augustine-8756 ADB]; [https://oa.anu.edu.au/obituary/taylor-george-augustine-8756 Obituaries Australia] * [[/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 "Frank"]] [https://www.familysearch.org/tree/person/details/9XFG-ZY6] - 1882(NSW)-1936(Vic) - Film producer; founder 3XY Melbourne - Links: [[w:F. W. Thring|Wikipedia]]; [https://oa.anu.edu.au/obituary/thring-francis-william-frank-19779 Obituaries Australia] ===''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]]; [https://oa.anu.edu.au/obituary/whitlam-edward-gough-18730 Obituaries Australia] * [[/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}} rvsaaz8unbaow2gflirykejs0tvqmis 4095129 4095126 2022-08-21T02:18:44Z Samuel.dellit 1387936 /* BISHOP */ 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) * [[/Reginald Bishop|Bishop, Reginald "Reg"]] - 1913(SA)-1999(SA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - politician, trade union leader - Electoral Rolls: ===''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" ===''CASS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Moses Henry Cass|Cass, Moses Henry "Moss"]] [https://www.familysearch.org/tree/person/details/GFDF-NTP] - 1927(WA)-2022(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - doctor; driver for establishment of community radio and SBS Radio - Electoral Rolls: - Links: [https://oa.anu.edu.au/obituary/cass-moses-henry-moss-32316 Obituaries Australia] ===''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) - Links: [[w:Allen Fairhall|Wikipedia]]; [https://oa.anu.edu.au/obituary/fairhall-sir-allen-366 Obituaries Australia] ===''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) ===''HEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Charles Hey|Hey, Eric Charles]] [https://www.familysearch.org/tree/person/details/GFDF-9NK] - 1916(NSW)-2009(NSW) - Licences: Nil yet identified - Qualifications: cc; NAOCP N2736, 1987, NSW; AOCP N1874, 1988 - amateur operator; WW2 - Electoral Rolls: railway porter (Cootamundra, NSW, 1943); student (Coogee, NSW, 1954-1958); dental surgeon (Coogee, NSW, 1968); dentist (Coogee, NSW, 1972-1980) - Links: [https://oa.anu.edu.au/obituary/hey-eric-charles-16914 Obituaries Australia] ===''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; primary driver in establishment of 6WF Perth before his untimely death - Electoral Rolls: clerk (Kew, Vic, 1903); insurance manager (West Perth, WA, 1910-1925); - 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 yet identified - early wireless experimenter; amateur operator; founder WIA NSW; founder Association for Development of Wireless in Australasia - Electoral Rolls: Nil - Comment: gone too soon - Links: [https://adb.anu.edu.au/biography/taylor-george-augustine-8756 ADB]; [https://oa.anu.edu.au/obituary/taylor-george-augustine-8756 Obituaries Australia] * [[/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 "Frank"]] [https://www.familysearch.org/tree/person/details/9XFG-ZY6] - 1882(NSW)-1936(Vic) - Film producer; founder 3XY Melbourne - Links: [[w:F. W. Thring|Wikipedia]]; [https://oa.anu.edu.au/obituary/thring-francis-william-frank-19779 Obituaries Australia] ===''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]]; [https://oa.anu.edu.au/obituary/whitlam-edward-gough-18730 Obituaries Australia] * [[/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}} ma7t1vq07whrri2wtbrk4s7w0iep8e9 4095132 4095129 2022-08-21T02:26:33Z Samuel.dellit 1387936 /* BISHOP */ 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) * [[/Reginald Bishop|Bishop, Reginald "Reg"]] [https://www.familysearch.org/tree/person/details/GFDJ-D3V] - 1913(SA)-1999(SA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - politician; trade union leader; in conjunction with Media Minister Doug McClelland, oversaw the introduction of FM radio into Australia - Electoral Rolls: - Links: [https://oa.anu.edu.au/obituary/bishop-reginald-reg-32171 Obituaries Australia] ===''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" ===''CASS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Moses Henry Cass|Cass, Moses Henry "Moss"]] [https://www.familysearch.org/tree/person/details/GFDF-NTP] - 1927(WA)-2022(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - doctor; driver for establishment of community radio and SBS Radio - Electoral Rolls: - Links: [https://oa.anu.edu.au/obituary/cass-moses-henry-moss-32316 Obituaries Australia] ===''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) - Links: [[w:Allen Fairhall|Wikipedia]]; [https://oa.anu.edu.au/obituary/fairhall-sir-allen-366 Obituaries Australia] ===''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) ===''HEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Charles Hey|Hey, Eric Charles]] [https://www.familysearch.org/tree/person/details/GFDF-9NK] - 1916(NSW)-2009(NSW) - Licences: Nil yet identified - Qualifications: cc; NAOCP N2736, 1987, NSW; AOCP N1874, 1988 - amateur operator; WW2 - Electoral Rolls: railway porter (Cootamundra, NSW, 1943); student (Coogee, NSW, 1954-1958); dental surgeon (Coogee, NSW, 1968); dentist (Coogee, NSW, 1972-1980) - Links: [https://oa.anu.edu.au/obituary/hey-eric-charles-16914 Obituaries Australia] ===''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; primary driver in establishment of 6WF Perth before his untimely death - Electoral Rolls: clerk (Kew, Vic, 1903); insurance manager (West Perth, WA, 1910-1925); - 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 yet identified - early wireless experimenter; amateur operator; founder WIA NSW; founder Association for Development of Wireless in Australasia - Electoral Rolls: Nil - Comment: gone too soon - Links: [https://adb.anu.edu.au/biography/taylor-george-augustine-8756 ADB]; [https://oa.anu.edu.au/obituary/taylor-george-augustine-8756 Obituaries Australia] * [[/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 "Frank"]] [https://www.familysearch.org/tree/person/details/9XFG-ZY6] - 1882(NSW)-1936(Vic) - Film producer; founder 3XY Melbourne - Links: [[w:F. W. Thring|Wikipedia]]; [https://oa.anu.edu.au/obituary/thring-francis-william-frank-19779 Obituaries Australia] ===''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]]; [https://oa.anu.edu.au/obituary/whitlam-edward-gough-18730 Obituaries Australia] * [[/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}} mszs0blb26jxfgy2ufe9qso86ua7chs The implementation of E-Government/E-Government by country/Ukraine/Ministry of Justice 0 401949 4095191 3486933 2022-08-21T09:31:16Z 4 am korea 3399645 wikitext text/x-wiki {{Infobox |name = Infobox/doc |bodystyle = border: 1px solid #a2a9b1; cellpadding: 1; background-color:#f8f9fa |captionstyle = font-size: 100%; |headerstyle = background: #eaecf0; |labelstyle = background:#ddf; |datastyle = |header1 = Web-portal of The Ministry of Justice |header5 = |label5 = Multilanguage |data5 = [[{{Flag|Ukraine}}|20px|border]] - Ukrainian |header6 = |label6 = Mobile version |data6 = No |header7 = |label7 = {{w|RSS}} |data7 = No |header8 = |label8 = Subscription |data8 = Yes |header9 = |label9 = Account |data9 = No |header10 = |label10 = Search |data10 = Yes |header11 = |label11 = [[w:Social networking service|Social Networks]] |data11 = [https://www.facebook.com/minjust.official/?fref=ts Facebook], [https://twitter.com/minjust_gov_ua Twitter], [https://www.youtube.com/channel/UCjYKjQMvu7X7fmaMOlFQ_Zg Youtube] |belowstyle = background:#eaecf0; |below = '''Official website:''' <br> {{#statements:P856|from=Q4294878}} <br> '''Online cabinet:''' <br> {{#statements:P856|from=Q56682596}} }} __TOC__ The web portal of the Ministry of Justice of Ukraine provides information on the following categories: * About the ministry; * Structure * Activities; * Regulatory framework; * Sites of justice departments; * Press Center. == E-services == The web portal of Ministry of Justice of Ukraine contains services that state body of Ukraine provide: * [https://minjust.gov.ua/news/info/adresi-tsentriv-z-nadannya-bezoplatnoi-pravovoi-dopomogi Services for security legal aid] * [https://minjust.gov.ua/news/info/on-layn-chati-viddiliv-derjavnoi-reestratsii-aktiv-tsivilnogo-stanu On-line chats of departments of public registration of civil states] * [https://minjust.gov.ua/news/info/pologovi-budinki-v-yakih-mojna-otrimati-svidotstvo-pro-narodjennya-ditini The list of maternity hospitals, in which it is possible to obtain a birth certificate for a child] * [https://erb.minjust.gov.ua/#/search-debtors Unified search-service of debtors/arrears on alimony/wage arrears] To use the services of the web portal of the Ministry of Justice of Ukraine, registration doesn't needed. == Online cabinet of the Ministry of Justice == The online cabinet of the Ministry of Justice of Ukraine offers: * Obtaining documents from the state registries of the Ministry of Justice of Ukraine in on-line mode. * Registration actions in the state registers of Ukraine in electronic form. * Search for information in the state registers of Ukraine. * Use of electronic reporting systems for persons engaged in specialized professional activities. * References to various information sources. * Search for legislative documents, templates (samples) of documents. * Participation in electronic bidding with seized property. == Open Data == The following data sets are published in the [https://minjust.gov.ua/open_data "Open Data" section]: * directory of enterprises, institutions (institutions) and organizations of the Ministry of Justice of Ukraine and subordinate organizations, including their telephone and address; * potential objects of energy resources of the Ministry of Justice of Ukraine, the main territorial departments of justice, enterprises, institutions and organizations of the justice system; * information on the organizational structure of the Ministry of Justice; * report on the use of budget funds (for administrators of information using budget funds), in particular for individual budget programs; * reports, including information requests; * annual procurement plans; * information on the accounting system, types of information stored by the Ministry of Justice of Ukraine; * the register (list) of sets of open data; * lists of administrative services, information cards of administrative services and application forms necessary for applying for administrative services; * financial reporting of business entities of the state sector of the economy belonging to the management of the Ministry of Justice of Ukraine; * other available data corresponding to the definition of public information in the form of open data; * information from registers in the format of open data. [[{{BOOKCATEGORY}}/E-Government by country/Ukraine|{{BOOKSORTKEY}}]] [[{{BOOKCATEGORY}}/E-Government by country/Ukraine/State open data|{{BOOKSORTKEY}}]] dfjr0kavgkuf67o6k20n8ch7lclqowr 4095192 4095191 2022-08-21T09:31:32Z 4 am korea 3399645 wikitext text/x-wiki {{Infobox |name = Infobox/doc |bodystyle = border: 1px solid #a2a9b1; cellpadding: 1; background-color:#f8f9fa |captionstyle = font-size: 100%; |headerstyle = background: #eaecf0; |labelstyle = background:#ddf; |datastyle = |header1 = Web-portal of The Ministry of Justice |header5 = |label5 = Multilanguage |data5 = [[{{Flag|Ukraine}}|20px|border]] - Ukrainian |header6 = |label6 = Mobile version |data6 = No |header7 = |label7 = {{w|RSS}} |data7 = No |header8 = |label8 = Subscription |data8 = Yes |header9 = |label9 = Account |data9 = No |header10 = |label10 = Search |data10 = Yes |header11 = |label11 = [[w:Social networking service|Social Networks]] |data11 = [https://www.facebook.com/minjust.official/?fref=ts Facebook], [https://twitter.com/minjust_gov_ua Twitter], [https://www.youtube.com/channel/UCjYKjQMvu7X7fmaMOlFQ_Zg Youtube] |belowstyle = background:#eaecf0; |below = '''Official website:''' <br> {{#statements:P856|from=Q4294878}} <br> '''Online cabinet:''' <br> {{#statements:P856|from=Q56682596}} }} __TOC__ * About the ministry; * Structure * Activities * Regulatory framework; * Sites of justice departments; * Press Center. == E-services == The web portal of Ministry of Justice of Ukraine contains services that state body of Ukraine provide: * [https://minjust.gov.ua/news/info/adresi-tsentriv-z-nadannya-bezoplatnoi-pravovoi-dopomogi Services for security legal aid] * [https://minjust.gov.ua/news/info/on-layn-chati-viddiliv-derjavnoi-reestratsii-aktiv-tsivilnogo-stanu On-line chats of departments of public registration of civil states] * [https://minjust.gov.ua/news/info/pologovi-budinki-v-yakih-mojna-otrimati-svidotstvo-pro-narodjennya-ditini The list of maternity hospitals, in which it is possible to obtain a birth certificate for a child] * [https://erb.minjust.gov.ua/#/search-debtors Unified search-service of debtors/arrears on alimony/wage arrears] To use the services of the web portal of the Ministry of Justice of Ukraine, registration doesn't needed. == Online cabinet of the Ministry of Justice == The online cabinet of the Ministry of Justice of Ukraine offers: * Obtaining documents from the state registries of the Ministry of Justice of Ukraine in on-line mode. * Registration actions in the state registers of Ukraine in electronic form. * Search for information in the state registers of Ukraine. * Use of electronic reporting systems for persons engaged in specialized professional activities. * References to various information sources. * Search for legislative documents, templates (samples) of documents. * Participation in electronic bidding with seized property. == Open Data == The following data sets are published in the [https://minjust.gov.ua/open_data "Open Data" section]: * directory of enterprises, institutions (institutions) and organizations of the Ministry of Justice of Ukraine and subordinate organizations, including their telephone and address; * potential objects of energy resources of the Ministry of Justice of Ukraine, the main territorial departments of justice, enterprises, institutions and organizations of the justice system; * information on the organizational structure of the Ministry of Justice; * report on the use of budget funds (for administrators of information using budget funds), in particular for individual budget programs; * reports, including information requests; * annual procurement plans; * information on the accounting system, types of information stored by the Ministry of Justice of Ukraine; * the register (list) of sets of open data; * lists of administrative services, information cards of administrative services and application forms necessary for applying for administrative services; * financial reporting of business entities of the state sector of the economy belonging to the management of the Ministry of Justice of Ukraine; * other available data corresponding to the definition of public information in the form of open data; * information from registers in the format of open data. [[{{BOOKCATEGORY}}/E-Government by country/Ukraine|{{BOOKSORTKEY}}]] [[{{BOOKCATEGORY}}/E-Government by country/Ukraine/State open data|{{BOOKSORTKEY}}]] ozuypkjdp248v2lp554s50dio8gw33z 4095193 4095192 2022-08-21T09:31:47Z 4 am korea 3399645 wikitext text/x-wiki {{Infobox |name = Infobox/doc |bodystyle = border: 1px solid #a2a9b1; cellpadding: 1; background-color:#f8f9fa |captionstyle = font-size: 100%; |headerstyle = background: #eaecf0; |labelstyle = background:#ddf; |datastyle = |header1 = Web-portal of The Ministry of Justice |header5 = |label5 = Multilanguage |data5 = [[{{Flag|Ukraine}}|20px|border]] - Ukrainian |header6 = |label6 = Mobile version |data6 = No |header7 = |label7 = {{w|RSS}} |data7 = No |header8 = |label8 = Subscription |data8 = Yes |header9 = |label9 = Account |data9 = No |header10 = |label10 = Search |data10 = Yes |header11 = |label11 = [[w:Social networking service|Social Networks]] |data11 = [https://www.facebook.com/minjust.official/?fref=ts Facebook], [https://twitter.com/minjust_gov_ua Twitter], [https://www.youtube.com/channel/UCjYKjQMvu7X7fmaMOlFQ_Zg Youtube] |belowstyle = background:#eaecf0; |below = '''Official website:''' <br> {{#statements:P856|from=Q4294878}} <br> '''Online cabinet:''' <br> {{#statements:P856|from=Q56682596}} }} __TOC__ * [[{{BOOKCATEGORY}}/E-Government by country/Ukraine|{{BOOKSORTKEY}}]] [[{{BOOKCATEGORY}}/E-Government by country/Ukraine/State open data|{{BOOKSORTKEY}}]] sqc46cbgyvu4ne77toau7dqlh69ytg5 History of video games/Platforms 0 424138 4095153 4092307 2022-08-21T04:15:15Z Mbrickn 3181019 /* Minor handheld consoles */ wikitext text/x-wiki {{TOCright|limit=3}} == Console Chapters == {{info|The labeling of a console as belonging to a certain generation is somewhat arbitrary, as console generations are partly determined by a mix of technology, release year, and social factors. This book uses labels that appear to have general consensus to reduce confusion.}} === First Generation of Video Game Consoles === {{wikipedia|First generation of video game consoles}} ==== Major home consoles ==== * {{stage short|100%|November 1, 2020}} [[/Magnavox Odyssey/]] * {{stage short|100%|December 4, 2020}} [[/Odyssey series|Magnavox Odyssey series]] * {{stage short|100%|November 1, 2020}} [[/Coleco Telstar series/]] ** [[w:Coleco Telstar Marksman|Coleco Telstar Marksman]] - Lightgun variation. * {{stage short|100%|November 1, 2020}} [[/Color TV-Game|Nintendo Color TV-Game]] * {{stage short|100%|November 1, 2020}} [[/TV Tennis Electrotennis|Epoch TV Tennis Electrotennis]] * {{stage short|100%|November 15, 2020}} [[/APF TV Fun series/]] * {{stage short|100%|November 21, 2020}} [[/PC-50x Family/]] ==== Minor home consoles ==== * {{stage short|100%|November 21, 2020}} [[/Gameroom Tele-Pong|Entex Gameroom Tele-Pong]] * {{stage short|100%|December 19, 2020}} [[/Pong consoles/]] ==== DIY consoles ==== * {{stage short|50%|May 29, 2022}} [[/Elektor TV Games Computer/]] * {{stage short|50%|October 24, 2021}} [[/Visulex Kit/]] ===== Interton Video Series ===== * {{stage short|50%|September 10, 2021}} [[/Interton Video 2000/]] * {{stage short|50%|November 13, 2021}} [[/Interton Video 2400/]] * {{stage short|25%|September 10, 2021}} [[/Interton Video 2501/]] * {{stage short|25%|September 10, 2021}} [[/Interton Video 2800/]] * {{stage short|25%|September 10, 2021}} [[/Interton Video 3000/]] * {{stage short|25%|September 10, 2021}} [[/Interton Video 3001/]] ===== Telejogo Series ===== * {{stage short|50%|December 27, 2021}} [[/Telejogo/]] * {{stage short|25%|September 10, 2021}} [[/Telejogo II/]] ===== Other home consoles ===== * {{stage short|25%|September 11, 2021}} [[/Telescore 750/]] * {{stage short|25%|September 11, 2021}} [[/Atari Stunt Cycle SC-450/]] * {{stage short|25%|Feburary 6, 2022}} [[/Philips Tele-Game series/]] * {{stage short|25%|Feburary 6, 2022}} [[/Video Pinball series/]] * {{stage short|50%|September 8, 2021}} [[/Sportronic Electronic TV Sport/]] ==== Warsaw Pact Home Consoles ==== * {{stage short|100%|November 15, 2020}} [[/BSS 01/]] * {{stage short|25%|September 2, 2021}} [[/Ameprod Television Game 10/]] * {{stage short|100%|September 8, 2021}} [[/Турнир/|Ministry of the Electronics Industry Турнир (Turnir)]] ==== Canceled home consoles ==== * {{stage short|25%|January 22, 2021}} [[/Atari Game Brain/]] ==== Screenless handheld consoles ==== * {{stage short|100%|November 1, 2020}} [[/Electro Tic-Tac-Toe|Waco Electro Tic-Tac-Toe]] * {{stage short|100%|November 12, 2020}} [[/Merlin|Merlin (Parker Brothers)]] === Second Generation of Video Game Consoles === {{wikipedia|Second generation of video game consoles}} ==== Major Home Consoles ==== * {{stage short|100%|November 1, 2020}} [[/Atari 2600|Atari 2600 / VCS]] * {{stage short|100%|November 1, 2020}} [[/Atari 5200/]] * {{stage short|100%|November 1, 2020}} [[/Fairchild Channel F/]] * {{stage short|100%|November 1, 2020}} [[/Magnavox Odyssey²/]] * {{stage short|100%|November 1, 2020}} [[/Intellivision/]] * {{stage short|100%|November 1, 2020}} [[/ColecoVision/]] * {{stage short|100%|November 1, 2020}} [[/RCA Studio II/]] ** {{stage short|25%|May 30, 2022}} [[/Visicom COM-100/]] ==== Minor Home Consoles ==== * {{stage short|100%|November 1, 2020}} [[/Cassette Vision|Cassette Vision]] * {{stage short|100%|November 1, 2020}} [[/Astrocade|Bally Astrocade]] * {{stage short|100%|November 1, 2020}} [[/APF-MP1000|APF-MP1000]] * {{stage short|100%|November 1, 2020}} [[/Bandai Super Vision 8000|Bandai Super Vision 8000]] * {{stage short|100%|November 1, 2020}} [[/Gakken Compact Vision TV Boy|Gakken Compact Vision TV Boy]] * {{stage short|100%|November 1, 2020}} [[/SHG Black Point|SHG Black Point]] * {{stage short|100%|November 1, 2020}} [[/VTech CreatiVision|VTech CreatiVision]] * {{stage short|100%|November 1, 2020}} [[/Pyūta Jr|Pyūta Jr]] * {{stage short|100%|November 3, 2020}} [[/Palladium Tele-Cassetten Game|Palladium Tele-Cassetten Game]] <!--Palladium made 2001 compatibles, but was this one?--> * {{stage short|100%|June 9, 2021}} [[/Unisonic Champion 2711|Unisonic Champion 2711]] * {{stage short|100%|June 3, 2022}} [[/Maikon Mahjong/]] ====== 2001 family ====== * {{stage short|100%|November 3, 2020}} [[/Arcadia 2001|Arcadia 2001]] * {{stage short|100%|November 3, 2020}} [[/Leisure Vision|Leisure Vision]] * {{stage short|100%|November 3, 2020}} [[/Tele-Fever|Tele-Fever]] ====== 1292 family ====== * {{stage short|100%|November 1, 2020}} [[/1292 Advanced Programmable Video System|1292 Advanced Programmable Video System]] * {{stage short|100%|November 1, 2020}} [[/Interton Video Computer 4000/]] ===== Tabletop Consoles ===== * {{stage short|100%|November 1, 2020}} [[/Vectrex|Vectrex]] * {{stage short|100%|November 3, 2020}} [[/Entex Adventure Vision/]] * {{stage short|100%|November 7, 2020}} [[/Children's Discovery System|Children's Discovery System]] * {{stage short|25%|January 11, 2022}} [[/Philips Videojeu N60/]] ===== Canceled Consoles ===== * {{stage short|100%|November 1, 2020}} [[/Ultravision Video Arcade System|Ultravision Video Arcade System]] * {{stage short|100%|January 24, 2021}} [[/Atari Cosmos|Atari Cosmos]] * {{stage short|100%|September 18, 2021}} [[/Sony Prototype TV Game Machine/]] * {{stage short|25%|February 6, 2022}} [[/Intellivision III/]] ==== Handheld Consoles ==== ===== Major handhelds consoles ===== * {{stage short|100%|October 25, 2020}} [[/Game & Watch series|Nintendo Game & Watch series]] * {{stage short|100%|October 26, 2020}} [[/Microvision|Microvision]] ===== Minor handheld consoles ===== * {{stage short|100%|November 6, 2020}} [[/Epoch Game Pocket Computer/]] * {{stage short|100%|November 6, 2020}} [[/Entex Select-A-Game/]] * {{stage short|100%|November 6, 2020}} [[/VTech Variety/]] * {{stage short|100%|November 7, 2020}} [[/Colorvision|Colorvision]] * {{stage short|100%|November 6, 2020}} [[/Palmtex Portable Videogame System/]] * {{stage short|100%|November 6, 2020}} [[/Digi Casse/]] * {{stage short|100%|November 21, 2020}} [[/Computer Mah-Jong Yakuman|Nintendo Computer Mah-Jong Yakuman]] * {{stage short|25%|December 27, 2021}} [[/Bandai LCD Solarpower/]] ===== 3D handheld consoles ===== * {{stage short|100%|November 6, 2020}} [[/Tomytronic 3D/]] * {{stage short|100%|November 6, 2020}} [[/VTech 3D Gamate/]] ===Third Generation of Video Game Consoles=== {{wikipedia|Third generation of video game consoles}} ==== Major home consoles ==== * {{stage short|100%|November 16, 2020}} [[/Nintendo Entertainment System|Famicom / Nintendo Entertainment System]] * {{stage short|100%|November 16, 2020}} [[/SG-1000|Sega SG-1000]] * {{stage short|100%|November 16, 2020}} [[/Master System|Sega Master System]] * {{stage short|100%|November 16, 2020}} [[/Atari 7800/]] ==== Minor home consoles ==== * {{stage short|100%|November 16, 2020}} [[/Philips Videopac+ G7400/]] * {{stage short|100%|November 16, 2020}} [[/Super Cassette Vision|Super Cassette Vision]] * {{stage short|100%|November 16, 2020}} [[/Vidéoway|Vidéoway]] * {{stage short|100%|November 16, 2020}} [[/PV-1000|Casio PV-1000]] * {{stage short|100%|November 16, 2020}} [[/My Vision|My Vision]] * {{stage short|25%|January 11, 2022}} [[/Micro Genius/]] * {{stage short|25%|September 11, 2021}} [[/Dina/]] * {{stage short|25%|May 30, 2022}} [[/Ending-Man Terminator/]] ==== Console versions of Home Computers ==== * {{stage short|100%|November 16, 2020}} [[/Atari XEGS/]] * {{stage short|100%|November 16, 2020}} [[/Amstrad GX4000/]] * {{stage short|100%|November 16, 2020}} [[/Commodore 64 Games System/]] * {{stage short|100%|November 16, 2020}} [[/Zemmix|Zemmix]] ==== VHS Consoles ==== * {{stage short|100%|November 16, 2020}} [[/View-Master Interactive Vision/]] * {{stage short|100%|November 16, 2020}} [[/Video Challenger|Video Challenger]] * {{stage short|100%|November 16, 2020}} [[/Action Max|Action Max]] * {{stage short|100%|November 16, 2020}} [[/Connor Videosmarts/]] ==== Educational consoles ==== * {{stage short|100%|November 16, 2020}} [[/VTech Socrates/]] * {{stage short|100%|November 16, 2020}} [[/LJN Video Art/]] * {{stage short|100%|November 16, 2020}} [[/BBC Bridge Companion/]] ==== Canceled home consoles ==== * {{stage short|100%|November 3, 2020}} [[/Halcyon|RDI Halcyon]] * {{stage short|100%|November 3, 2020}} [[/Control-Vision|Control-Vision]] ==== Projector Game Systems ==== * {{stage short|100%|November 16, 2020}} [[/Proscreen|Proscreen]] * {{stage short|100%|November 16, 2020}} [[/Light Games|Light Games]] ==== Portable LCD Game Systems ==== * {{stage short|100%|November 16, 2020}} [[/Etch-A-Sketch Animator 2000|Ohio Art Etch-A-Sketch Animator 2000]] * {{stage short|100%|November 16, 2020}} [[/IM-26|IM-26]] * {{stage short|100%|November 16, 2020}} [[/PreComputer 1000|PreComputer 1000]] ===Fourth Generation of Video Game Consoles=== {{wikipedia|Fourth generation of video game consoles}} ==== Major home consoles ==== * {{stage short|100%|November 21, 2020}} [[/Super Nintendo Entertainment System|Super Famicom / Super Nintendo Entertainment System]] * {{stage short|100%|November 21, 2020}} [[/Sega Genesis|Sega MegaDrive / Genesis]] * {{stage short|100%|November 21, 2020}} [[/TurboGrafx-16|NEC TurboGrafx-16]] ** {{stage short|100%|November 21, 2020}} [[/PC Engine SuperGrafx|PC Engine SuperGrafx]] ** {{stage short|100%|November 21, 2020}} [[/TurboDuo/]] ==== Console versions of arcade systems ==== * {{stage short|100%|November 21, 2020}} [[/NEO•GEO|SNK NEO•GEO]] * {{stage short|100%|November 24, 2020}} [[/Capcom Power System Changer/]] * {{stage short|25%|May 30, 2022}} [[/Otoko Attack System/]] ==== Minor home consoles ==== * {{stage short|100%|November 24, 2020}} [[/Super A'Can/]] * {{stage short|25%|September 11, 2021}} [[/TV Boy/]] * {{stage short|0%|September 24, 2021}} [[/KW-501/]] ==== Interactive multimedia devices ==== * {{stage short|100%|November 25, 2020}} [[/Tandy Video Information System/]] * {{stage short|100%|November 25, 2020}} [[/Terebikko/]] * {{stage short|100%|November 25, 2020}} [[/LaserActive/]] * {{stage short|100%|November 25, 2020}} [[/Commodore CDTV/]] * {{stage short|100%|November 25, 2020}} [[/CD-i/]] ==== Educational home game consoles ==== * {{stage short|100%|November 16, 2020}} [[/Sega Pico|Sega Pico]] * {{stage short|100%|November 16, 2020}} [[/Konami Picno|Konami Picno]] ==== Canceled home consoles ==== * {{stage short|100%|December 11, 2020}} [[/WOWOW|Taito WOWOW]] * {{stage short|100%|December 11, 2020}} [[/Konix Multisystem/]] * {{stage short|25%|February 4, 2021}} [[/Atari Panther/]] * {{stage short|100%|August 31, 2021}} [[/Atari Mirai/]] * {{stage short|25%|June 1, 2022}} [[/Кроха/]] ==== Major handheld consoles ==== * {{stage short|100%|November 25, 2020}} [[/Game Boy|Nintendo Game Boy]] * {{stage short|100%|November 25, 2020}} [[/Game Gear|Sega Game Gear]] * {{stage short|100%|November 25, 2020}} [[/Atari Lynx|Atari Lynx]] * {{stage short|100%|November 25, 2020}} [[/TurboExpress|NEC TurboExpress]] * {{stage short|100%|November 25, 2020}} [[/Barcode Battler|Barcode Battler]] ==== Minor handheld consoles ==== * {{stage short|100%|November 24, 2020}} [[/Watara Supervision/]] * {{stage short|100%|November 24, 2020}} [[/Mega Duck|Mega Duck / Cougar Boy]] * {{stage short|100%|November 24, 2020}} [[/Gamate/]] * {{stage short|100%|November 24, 2020}} [[/Game Master/]] * {{stage short|100%|March 1, 2021}} [[/Nintendo Mini Classics/]] * {{stage short|50%|June 3, 2022}} [[/New Wave Z400S/|J.Cock New Wave Z400S]] * {{stage short|0%|June 9, 2022}} [[/Tomy Data Battle/]] ==== Cancelled handheld consoles ==== * {{stage short|100%|July 3, 2022}} [[/Action Gamemaster/]] ===Fifth Generation of Video Game Consoles=== {{wikipedia|Fifth generation of video game consoles}} ==== Major home consoles ==== * {{stage short|100%|November 14, 2020}} [[/Nintendo 64|Nintendo 64]] * {{stage short|100%|November 14, 2020}} [[/PlayStation|PlayStation]] * {{stage short|100%|November 14, 2020}} [[/Sega Saturn|Sega Saturn]] ==== Minor home consoles ==== * {{stage short|100%|November 14, 2020}} [[/Virtual Boy|Virtual Boy]] * {{stage short|100%|November 14, 2020}} [[/Atari Jaguar|Atari Jaguar]] * {{stage short|100%|November 14, 2020}} [[/3DO Interactive Multiplayer|3DO Interactive Multiplayer]] ==== Obscure home consoles ==== * {{stage short|100%|November 16, 2020}} [[/Pippin|Apple Bandai Pippin]] * {{stage short|100%|November 17, 2020}} [[/PC-FX|NEC PC-FX]] * {{stage short|100%|November 16, 2020}} [[/Playdia|Bandai Playdia]] * {{stage short|100%|November 16, 2020}} [[/Casio Loopy/]] * {{stage short|100%|November 21, 2020}} [[/FM Towns Marty|FM Towns Marty]] * {{stage short|100%|November 21, 2020}} [[/Amiga CD32|Commodore Amiga CD32]] ==== Canceled home consoles ==== * {{stage short|100%|November 23, 2020}} [[/Hasbro Toaster VR|Hasbro Toaster VR / Sliced Bread Project]] * {{stage short|100%|December 10, 2021}} [[/SNK NeoStar/]] ==== Major handheld consoles ==== * {{stage short|100%|November 13, 2020}} [[/Genesis Nomad|Sega Genesis Nomad]] * {{stage short|100%|November 4, 2020}} [[/WonderSwan|WonderSwan]] * {{stage short|100%|November 16, 2020}} [[/Neo Geo Pocket|SNK NeoGeo Pocket]] ==== Minor handheld consoles ==== * {{stage short|100%|December 22, 2020}} [[/Pokémon Pikachu|Pokémon Pikachu]] * {{stage short|100%|November 16, 2020}} [[/Game.com|Game.com]] * {{stage short|100%|November 16, 2020}} [[/R-Zone|R-Zone]] * {{stage short|100%|November 16, 2020}} [[/Design Master Senshi Mangajukuu|Design Master Senshi Mangajukuu]] * {{stage short|25%|Feburary 6, 2022}} [[/Bemani Pocket/]] * {{stage short|75%|May 30, 2022}} [[/PasoGo/]] ===Sixth Generation of Video Game Consoles=== {{wikipedia|Sixth generation of video game consoles}} ==== Major home consoles ==== * {{stage short|100%|November 14, 2020}} [[/Dreamcast|Sega Dreamcast]] * {{stage short|100%|November 14, 2020}} [[/GameCube|Nintendo GameCube]] * {{stage short|100%|November 3, 2020}} [[/PlayStation 2|Sony PlayStation 2]] * {{stage short|100%|November 14, 2020}} [[/Xbox|Microsoft Xbox]] ==== Minor consoles ==== * {{stage short|100%|November 24, 2020}} [[/Xavix|XaviXPORT & Domyos Interactive System]] * {{stage short|100%|November 24, 2020}} [[/V.Smile|V.Smile]] * {{stage short|50%|September 13, 2021}} [[/C64 Direct-to-TV/]] * {{stage short|0%|October 30, 2021}} [[/Atari Flashback series/]] * {{stage short|0%|October 30, 2021}} [[/Let's! TV Play Classic/]] * {{stage short|0%|May 29, 2022}} [[/DVD Kids/]] * {{stage short|0%|June 9, 2022}} [[/Tomy Kiss Site/]] ==== Educational DIY Consoles ==== * {{stage short|50%|February 11, 2021}} [[/XGameStation|XGameStation]] * {{stage short|0%|May 29, 2022}} [[/MATCH64/]]<ref>https://wikipedialibrary.idm.oclc.org/login?auth=production&url=https://search.ebscohost.com/login.aspx?direct=true&db=bth&AN=34992052&site=eds-live&scope=site</ref> ==== Platform Technology ==== * {{stage short|100%|November 8, 2020}} [[/Nuon/]] * {{stage short|100%|November 2, 2020}} [[/DISCover/]] ==== Canceled consoles ==== * {{stage short|25%|October 10, 2021}} [[/SNK Millennium/]] * {{stage short|100%|November 12, 2020}} [[/ApeXtreme/|Apex Digital ApeXtreme]] * {{stage short|100%|November 12, 2020}} [[/Phantom/]] * {{stage short|100%|November 12, 2020}} [[/L600|Indrema L600]] * {{stage short|50%|February 4, 2021}} [[/Panasonic M2/]] ==== Major handheld consoles ==== * {{stage short|100%|November 14, 2020}} [[/Game Boy Advance/]] * {{stage short|100%|October 29, 2020}} [[/Pokémon Mini/]] ==== Mobile Phone Gaming hybrids ==== * {{stage short|100%|November 14, 2020}} [[/N-Gage|Nokia N-Gage]] * {{stage short|100%|November 23, 2020}} [[/GPANG/]] * {{stage short|25%|January 11, 2022}} [[/Sony mylo/]] ==== Minor handheld consoles ==== * {{stage short|100%|October 29, 2020}} [[/Tapwave Zodiac/]] * {{stage short|100%|November 12, 2020}} [[/GP32/]] * {{stage short|100%|November 21, 2020}} [[/digiBLAST/]] * {{stage short|100%|November 23, 2020}} [[/Pelican VG Pocket/]] * {{stage short|100%|November 23, 2020}} [[/GameKing/]] * {{stage short|100%|November 23, 2020}} [[/Cybiko/]] * {{stage short|100%|November 23, 2020}} [[/Pixter/]] * {{stage short|100%|November 23, 2020}} [[/Pepper Pad/]] * {{stage short|0%|May 29, 2022}} [[/Hasbro P-O-X/]] * {{stage short|75%|August 21, 2022}} [[/Aquaplus P/ECE/]] ==== Unconventional formfactors ==== * {{stage short|50%|September 16, 2021}} [[/iQuest/]] * {{stage short|0%|July 28, 2022}} [[/Kek Powerizer/]] * {{stage short|25%|January 11, 2021}} [[/Kasey the Kinderbot/]] * {{stage short|75%|August 19, 2021}} [[/Pocket Neopet/]] * {{stage short|25%|January 11, 2021}} [[/iriver clix/]] ==== Canceled handhelds ==== * {{stage short|100%|February 5, 2021}} [[/Red Jade/]] ===Seventh Generation of Video Game Consoles=== {{wikipedia|Seventh generation of video game consoles}} ==== Major home consoles ==== * {{stage short|100%|November 13, 2020}} [[/Wii|Nintendo Wii]] * {{stage short|100%|November 13, 2020}} [[/PlayStation 3|Sony PlayStation 3]] * {{stage short|100%|November 13, 2020}} [[/Xbox 360|Microsoft Xbox 360]] ==== Minor consoles ==== * {{stage short|100%|November 8, 2020}} [[/Game Wave Family Entertainment System/]] * {{stage short|100%|November 8, 2020}} [[/HyperScan/]] * {{stage short|100%|November 8, 2020}} [[/Zeebo/]] * {{stage short|100%|November 8, 2020}} [[/Vii/]] * {{stage short|0%|August 6, 2021}} [[/Designer's World|Hasbro Designer's World]] * {{stage short|75%|June 1, 2022}} [[/Sifteo Cubes/]] ==== Educational consoles ==== * {{stage short|100%|November 8, 2020}} [[/V.Flash/]] * {{stage short|0%|May 29, 2022}} [[/PlayPower/]] [[w:PlayPower]] * {{stage short|0%|May 29, 2022}} [[/Net Jet/]] * {{stage short|0%|May 29, 2022}} [[/My Q/]] ==== Open consoles ==== * {{stage short|100%|November 13, 2020}} [[/UzeBox/]] * {{stage short|100%|November 13, 2020}} [[/EVO Smart Console/]] * {{stage short|100%|February 11, 2021}} [[/HYDRA Game Development Kit/]] * {{stage short|50%|January 10, 2022}} [[/ODROID/|HARDKERNEL ODROID]] * {{stage short|75%|January 10, 2022}} [[/Mignon/]] * {{stage short|100%|January 11, 2022}} [[/Mignonette/]] ==== Major handheld consoles ==== * {{stage short|100%|November 13, 2020}} [[/Nintendo DS/]] * {{stage short|100%|November 13, 2020}} [[/PlayStation Portable/]] ==== Minor handheld consoles ==== * {{stage short|100%|November 22, 2020}} [[/Gizmondo/]] * {{stage short|100%|November 22, 2020}} [[/Coleco Sonic/]] * {{stage short|100%|November 22, 2020}} [[/Pocket Dream Console/]] * {{stage short|100%|November 22, 2020}} [[/Mi2/]] * {{stage short|100%|November 22, 2020}} [[/DIFRNCE MGC01/]] * {{stage short|100%|February 24, 2021}} [[/Swinxs/]] * {{stage short|25%|April 20, 2021}} [[/JXD 1000/]] * {{stage short|50%|September 17, 2021}} [[/Gemei X760+/]] * {{stage short|25%|January 5, 2022}} [[/Retro Duo/]] ==== Educational handhelds ==== * {{stage short|100%|November 22, 2020}} [[/Leapster Explorer/]] * {{stage short|75%|March 18, 2021}} [[/LeapFrog Didj/]] * {{stage short|0%|June 1, 2022}} [[/Teachermate/]] * {{stage short|0%|May 29, 2022}} [[/Fly Pentop Computer/]] ==== Open Platform Handhelds ==== * {{stage short|100%|November 22, 2020}} [[/Dingoo|Dingoo series]] * {{stage short|100%|November 22, 2020}} [[/Pandora|Open Pandora]] * {{stage short|50%|August 19, 2021}} [[/PoGa|4D systems PoGa]] * {{stage short|100%|November 12, 2021}} [[/Meggy Jr RGB/]] ===== GP2X Family ===== * {{stage short|100%|November 22, 2020}} [[/GP2X/]] * {{stage short|100%|November 22, 2020}} [[/GP2X Wiz/]] * {{stage short|100%|November 22, 2020}} [[/GP2X Caanoo/]] ==== Canceled handhelds ==== * {{stage short|100%|November 23rd, 2020}} [[/VIA MOMA|VIA MoMA Eve]] * {{stage short|100%|November 23rd, 2020}} [[/XGP/]] * {{stage short|100%|November 23rd, 2020}} [[/GamBros|GamBros handhelds]] ===Eighth Generation of Video Game Consoles=== {{wikipedia|Eighth generation of video game consoles}} ==== Major Home Consoles ==== * {{stage short|100%|November 24, 2020}} [[/Wii U|Nintendo Wii U]] * {{stage short|100%|November 24, 2020}} [[/Switch|Nintendo Switch]] * {{stage short|100%|November 24, 2020}} [[/PlayStation 4|PlayStation 4]] * {{stage short|100%|November 24, 2020}} [[/Xbox One|Xbox One]] ==== Retro revival consoles ==== * {{stage short|100%|December 18, 2020}} [[/NES Classic Edition|NES Classic Edition & Famicom Classic Edition]] * {{stage short|100%|December 18, 2020}} [[/Super NES Classic Edition|Super NES Classic Edition & Super Famicom Classic Edition]] * {{stage short|100%|December 18, 2020}} [[/PlayStation Classic|PlayStation Classic]] * {{stage short|25%|September 18, 2021}} [[/TurboGrafx 16 mini/]] * {{stage short|25%|September 18, 2021}} [[/Sega Genesis Mini/]] * {{stage short|75%|December 29, 2021}} [[/Super Retro Trio/]] * {{stage short|75%|September 17, 2021}} [[/PC Classic/]] * {{stage short|50%|September 19, 2021}} [[/Polymega/|Polymega (RetroBlox)]] * {{stage short|75%|September 20, 2021}} [[/Retro Freak/]] * {{stage short|50%|January 15, 2022}} [[/Retro-Bit Generations/]] * {{stage short|50%|January 6, 2022}} [[/PasocomMini MZ-80C/]] * {{stage short|50%|January 6, 2022}} [[/PasocomMini PC-8001/]] * {{stage short|0%|December 2, 2021}} [[/Intellivision Play Power/]] * {{stage short|0%|May 29, 2022}} [[/Sega Zone/]] * {{stage short|0%|May 29, 2022}} [[/Atari 2600 Plug & Play Joystick/]] * {{stage short|50%|June 3, 2022}} [[/Ocelot Arcade System/]] ==== Microconsoles ==== * {{stage short|100%|November 24, 2020}} [[/Nvidia Shield TV/]] * {{stage short|100%|November 24, 2020}} [[/Ouya/]] * {{stage short|100%|November 24, 2020}} [[/GameStick/]] * {{stage short|100%|November 24, 2020}} [[/M.O.J.O.|Mad Catz M.O.J.O.]] * {{stage short|100%|November 24, 2020}} [[/Razer Forge TV/]] * {{stage short|100%|December 1, 2020}} [[/Fuze Tomahawk F1/]] * {{stage short|100%|December 1, 2020}} [[/ZTE Fun Box/]] * {{stage short|100%|March 27, 2021}} [[/miniStation/]] * {{stage short|100%|March 29, 2021}} [[/ST-3200/]] * {{stage short|50%|August 19, 2021}} [[/TGP Box|TGP Box / Tencent Games Platform Box / The Blade Box]] * {{stage short|25%|December 10, 2021}} [[/FlarePlay/]] * {{stage short|0%|March 29, 2021}} [[/Xtreamer Multi-Console/]] * {{stage short|0%|September 2, 2021}} [[/GamePop series/]] * {{stage short|0%|October 28, 2021}} [[/SlimPort Nano Console/]] * {{stage short|100%|April 14, 2022}} [[/ZRRO/]] * {{stage short|0%|May 29, 2022}} [[/PlayJam OTT/]] ==== TV Platforms ==== A number of multimedia devices were released during this time, many of which included the ability to play video games. * {{stage short|0%|March 25, 2021}} [[/Fire TV|Amazon Fire TV]] * {{stage short|0%|October 30, 2021}} [[/Nexus Player|Google Nexus Player]] * {{stage short|0%|March 30, 2021}} [[/Apple TV/]] * {{stage short|0%|April 20, 2021}} [[/Roku/]] * {{stage short|75%|December 10, 2021}} [[/Exent GameTanium/]] ==== Minor consoles ==== * {{stage short|100%|November 30, 2020}} [[/Steam Machines/]] * {{stage short|100%|November 4, 2020}} [[/LeapTV/]] * {{stage short|100%|November 4, 2020}} [[/ZX Spectrum Vega/]] * {{stage short|100%|March 16, 2021}} [[/CT510/]] * {{stage short|0%|September 18, 2021}} [[/Sony Toio/]] * {{stage short|25%|February 6, 2022}} [[/Tovertafel/]] * {{stage short|0%|May 29, 2022}} [[/InnoTV/]] ==== Art consoles ==== * {{stage short|0%|September 19, 2021}} ''[[/Slow Games/]]'' * {{stage short|0%|September 19, 2021}} ''[[/R-Kaid-6/]]'' * {{stage short|50%|May 13, 2022}} ''[[/Cary42/]]'' * {{stage short|50%|May 29, 2022}} [[/Analogue CMVS/]] ==== Canceled consoles ==== * {{stage short|100%|November 13, 2020}} [[/Chameleon|Chameleon]] * {{stage short|100%|March 21, 2021}} [[/Huawei Tron/]] * {{stage short|50%|November 12, 2021}} [[/OUYE/]] * {{stage short|100%|December 22, 2021}} [[/Asus GameBox/]] * {{stage short|0%|September 19, 2021}} [[/Unnamed Amazon Game Console/]] ==== Major handheld consoles ==== * {{stage short|100%|October 29, 2020}} [[/3DS|Nintendo 3DS]] * {{stage short|100%|October 29, 2020}} [[/PlayStation Vita|Sony PlayStation Vita]] ==== Open handhelds ==== * {{stage short|100%|November 15, 2020}} [[/TinyDuino|Tiny Arcade & Tiny Pocket]] * {{stage short|100%|November 15, 2020}} [[/Pokitto/]] * {{stage short|100%|November 15, 2020}} [[/Arduboy/]] * {{stage short|100%|November 15, 2020}} [[/Gamebuino/]] * {{stage short|100%|November 15, 2020}} [[/Adafruit PyGamer/]] * {{stage short|100%|November 15, 2020}} [[/Game Gadget/]] * {{stage short|100%|November 30, 2020}} [[/Clockwork GameShell/]] * {{stage short|100%|February 14, 2021}} [[/Kano Pixel/]] * {{stage short|100%|January 28, 2021}} [[/Kitronik GameZip 64/]] * {{stage short|100%|January 28, 2021}} [[/Creoqode 2048/]] * {{stage short|0%|September 16, 2021}} [[/Creoqode PYXA/]] * {{stage short|0%|September 18, 2021}} [[/Minty Pi/]] ==== Retro revival handhelds ==== * {{stage short|100%|November 30, 2020}} [[/Neo Geo X/]] * {{stage short|100%|November 3, 2020}} [[/ZX Spectrum Vega+/]] * {{stage short|25%|September 18, 2021}} [[/Namco Museum Mini Player/]] ==== Minor handhelds ==== * {{stage short|100%|November 3, 2020}} [[/Nvidia Shield Portable|Nvidia Shield Portable]] * {{stage short|100%|November 3, 2020}} [[/Xperia Play|Sony Xperia Play]] * {{stage short|100%|March 19, 2021}} [[/GCW Zero/]] * {{stage short|75%|January 10, 2022}} [[/JXD S5100/]] * {{stage short|0%|January 5, 2022}} [[/GPD XD/]] * {{stage short|0%|January 5, 2022}} [[/GPD Win/]] * {{stage short|0%|January 5, 2022}} [[/GPD Win 2/]] * {{stage short|25%|January 10, 2022}} [[/Gemei A330/]] * {{stage short|75%|January 10, 2022}} [[/Monon Color/]] * {{stage short|25%|January 10, 2022}} [[/HG Series|HG-501 and HG-503]] * {{stage short|0%|May 29, 2022}} [[/MobiGo/]] * {{stage short|0%|May 29, 2022}} [[/iXL/]] * {{stage short|0%|May 29, 2022}} [[/K-Magic/]] * {{stage short|0%|May 29, 2022}} [[/Yinlips YDPG18/]]<ref>https://www.engadget.com/2011-12-12-p-s-its-not-a-vita-yinlips-android-based-ydpg18.html</ref> * Wikipad * Fire Phone ==== Gaming Tablets ==== * {{stage short|25%|November 12, 2021}} [[/Razer Edge/]] * {{stage short|25%|November 12, 2021}} [[/Unu/]] ==== Canceled handhelds ==== * {{stage short|100%|January 27, 2021}} [[/Panasonic Jungle|Panasonic Jungle]] * {{stage short|0%|September 16, 2021}} [[/Razer Switchblade/]] * {{stage short|100%|November 12, 2021}} [[/nD/]] ===Ninth Generation of Video Game Consoles=== {{wikipedia|Ninth generation of video game consoles}} ==== Major home consoles ==== * {{stage short|100%|November 15, 2020}} [[/Xbox Series|Xbox Series X and Series S]] * {{stage short|100%|October 28, 2020}} [[/PlayStation 5/]] ==== Minor Consoles ==== * {{stage short|100%|December 26, 2020}} [[/KFConsole/]] * {{stage short|100%|January 6, 2021}} [[/Moranbong/]] * {{stage short|50%|November 12, 2021}} [[/Mad Box/]] * {{stage short|25%|November 12, 2021}} [[/GameBender/]] ===== PC Based Consoles ===== * {{stage short|50%|January 13, 2021}} [[/Big O/]] * {{stage short|0%|February 6, 2022}} [[/Lenovo IdeaCentre 5 17IAB7/]] * {{stage short|0%|February 6, 2022}} [[/MSI Trident/]] ==== Retro revival consoles ==== * {{stage short|100%|November 24, 2020}} [[/Intellivision Amico/]] * {{stage short|100%|October 28, 2020}} [[/Atari VCS/]] * {{stage short|0%|June 3, 2022}} [[/Mega Drive Mini 2/]] * {{stage short|100%|January 10, 2022}} [[/Neo Geo Arcade Stick Pro/]] * {{stage short|25%|October 10, 2021}} [[/Unnamed SNK Console/]] * {{stage short|25%|January 10, 2022}} [[/Roshambo Retro Gaming Kit/]] * {{stage short|0%|September 8, 2021}} [[/Bootleg/]] * {{stage short|0%|September 8, 2021}} [[/PiCade/]] * {{stage short|25%|November 12, 2021}} [[/RetroN Sq/]] * {{stage short|0%|September 17, 2021}} [[/Evercade VS/]] * {{stage short|0%|October 16, 2021}} [[/MiSTer/]] * {{stage short|50%|January 10, 2022}} [[/weeCee/]] * {{stage short|0%|January 5, 2022}} [[/Amiga A500 Mini/]] * {{stage short|50%|June 9, 2022}} [[/C64 Mini/]] * {{stage short|0%|November 29, 2021}} [[/Unnamed Hyperkin N64 Console/]] * {{stage short|0%|May 14, 2022}} [[/Warrior 64/]] * {{stage short|100%|June 7, 2022}} [[/Open Game Station/]] ==== Home Arcade Systems ==== * {{stage short|75%|January 10, 2022}} [[/Capcom Home Arcade/]] * {{stage short|25%|January 10, 2022}} [[/Neo Geo Mini/]] * {{stage short|25%|September 18, 2021}} [[/Sega Astro City Mini/]] * {{stage short|0%|August 8, 2022}} [[/Sega Astro City Mini V/]]<ref>{{cite news |last1=Gray |first1=Kate |title=Sega's Latest Mini-Console Is Cute, But Reviewers Are Complaining Of Bad Lag |url=https://www.nintendolife.com/news/2022/08/segas-latest-mini-console-is-cute-but-reviewers-are-complaining-of-bad-lag |access-date=8 August 2022 |work=Nintendo Life |date=8 August 2022}}</ref> * {{stage short|25%|January 10, 2022}} [[/Taito Egret Mini II/]] ==== Unreleased ==== * {{stage short|50%|January 10, 2022}} [[/Spartan/]] * {{stage short|50%|July 12, 2022}} [[/Polium One/]] ==== Cancelled Consoles ==== * {{stage short|100%|February 8, 2021}} [[/Subor Z+|Subor Z+]] ==== Handheld Consoles ==== {{info|By this generation, competition from Smartphone gaming had seriously reduced the market for traditional handheld game consoles. Most handhelds this generation came from small outfits seeking to fill a niche.}} ===== Major Handhelds ===== * {{stage short|75%|April 16, 2022}} [[/Steam Deck/|Valve Steam Deck]] * {{stage short|100%|November 15, 2020}} [[/Playdate/]] ===== Indie or Open handhelds ===== * {{stage short|100%|November 15, 2020}} [[/DragonBox Pyra/]] * {{stage short|50%|February 12, 2021}} [[/Pimoroni PicoSystem/]] * {{stage short|25%|February 28, 2021}} [[/32Blit/]] * {{stage short|50%|January 5, 2022}} [[/ESPboy/]] * {{stage short|25%|January 5, 2022}} [[/CircuitMess devices/]] * {{stage short|50%|December 29, 2021}} [[/Thumby/|Tiny Circuits Thumby]] ===== Retro revivals handhelds ===== * {{stage short|100%|December 1, 2020}} [[/Game & Watch: Super Mario Bros.|Nintendo Game & Watch: Super Mario Bros.]] * {{stage short|0%|September 2, 2021}} [[/Game & Watch: The Legend of Zelda|Nintendo Game & Watch: The Legend of Zelda]] * {{stage short|100%|December 1, 2020}} [[/Game Gear Micro|Sega Game Gear Micro]] * {{stage short|100%|December 18, 2020}} [[/Evercade/]] * {{stage short|25%|September 2, 2021}} [[/FunKey S/]] * {{stage short|0%|December 17, 2021}} [[/GameForce CHI/]] * {{stage short|0%|January 5, 2022}} [[/BittBoy/]] * {{stage short|0%|June 7, 2022}} [[/TinyTan BTS Tamagotchi/]] * {{stage short|0%|June 7, 2022}} [[/TinyPi/]] * Asterisk<ref>{{cite news |last1=Liszewski |first1=Andrew |title=Tiny Handheld Boils Tetris Down to Its Bare Essentials |url=https://gizmodo.com/tiny-tetris-handheld-tindie-store-asterisk-pcb-retro-1849320704 |access-date=29 July 2022 |work=Gizmodo |date=22 July 2022 |language=en-us}}</ref><ref>{{cite news |last1=Yarwood |first1=Jack |title=Random: Creator Makes Adorable Tiny Tetris-Like Device |url=https://www.timeextension.com/news/2022/07/random-creator-makes-adorable-tiny-tetris-like-device |access-date=29 July 2022 |work=Time Extension |date=25 July 2022}}</ref> ===== Other Handhelds ===== * {{stage short|0%|September 8, 2021}} [[/Kitronik Arcade/]] * {{stage short|0%|October 30, 2021}} [[/ODROID-GO Series/]] * {{stage short|0%|September 8, 2021}} [[/microByte/]] * {{stage short|50%|September 17, 2021}} [[/Circuit Gem/]] * {{stage short|25%|November 12, 2021}} [[/Gem Boy Zero/]] * {{stage short|0%|September 17, 2021}} [[/Creoqode LYRA/]] * {{stage short|0%|September 8, 2021}} [[/GPD Win Max/]] * {{stage short|0%|January 5, 2022}} [[/GPD Win 3/]] * {{stage short|0%|January 5, 2022}} [[/GPD XP/]] * {{stage short|0%|September 19, 2021}} [[/Aya Neo/]] * {{stage short|0%|September 8, 2021}} [[/PiBoy series/]] PiBoy DMG and PiBoy SRX * {{stage short|25%|September 8, 2021}} [[/Anbernic RG351/]] * {{stage short|25%|January 5, 2022}} [[/SMATCH Z/]] * {{stage short|100%|November 11, 2021}} [[/Lenovo Legion Play/]] * {{stage short|25%|October 24, 2021}} [[/AYN Odin/]] * {{stage short|0%|December 5, 2021}} [[/AYA Neo 2021 Pro/]] * {{stage short|25%|January 5, 2022}} [[/G3x/]] * {{stage short|0%|December 21, 2021}} [[/Miyoo Mini/]] * {{stage short|75%|January 5, 2022}} [[/TRDR Pocket/]] * {{stage short|0%|April 4, 2022}} [[/Retroid Pocket 2/]] * {{stage short|0%|April 4, 2022}} [[/Retroid Pocket 2+/]] * {{stage short|25%|June 3, 2022}} [[/OneXPlayer/]] ===== Educational Handhelds ===== * {{stage short|100%|March 16, 2021}} [[/Kittenbot MeowBit/]] * {{stage short|50%|September 11, 2021}} [[/Elecrow Crowbits/]] ===== Unreleased Handhelds ===== * Alienware Concept UFO ==== Unconventional Formfactors ==== * {{stage short|100%|November 21, 2020}} [[/BL6|Bud Light BL6]] * {{stage short|100%|January 27, 2021}} [[/LaserCube/]] * {{stage short|25%|September 17, 2021}} [[/Tomogotchi Smart/]] * {{stage short|100%|October 5, 2021}} [[/InWin 309 Gaming Edition/]] * {{stage short|0%|October 30, 2021}} [[/Light Pong/]] * {{stage short|0%|June 7, 2022}} [[/Play! Remote/]] * {{stage short|50%|June 2, 2022}} [[/WOWCube/]] * {{stage short|0%|June 2, 2022}} [[/Tovertafel 2/]] * {{stage short|75%|May 30, 2022}} [[/Picoo/]] * {{stage short|0%|June 2, 2022}} [[/Gameboard/]] * {{stage short|0%|August 13, 2022}} [[/Playpulse One/]] ==Computer Chapters== === 1970's computers === * {{stage short|100%|November 27, 2020}} [[/Apple II|Apple II]] * {{stage short|100%|November 27, 2020}} [[/Atari 8 bit family|Atari 8 bit family]] * {{stage short|25%|September 11, 2021}} [[/VideoBrain Family Computer|VideoBrain Family Computer]] === 1980's computers === * {{stage short|100%|November 27, 2020}} [[/IBM Personal Computer|IBM Personal Computer]] * {{stage short|100%|November 27, 2020}} [[/Commodore 64|Commodore 64]] * {{stage short|100%|November 27, 2020}} [[/Amiga|Commodore Amiga]] * {{stage short|100%|November 27, 2020}} [[/BBC Micro|BBC Micro]] * {{stage short|25%|November 12, 2021}} [[/Acorn Electron/]] * {{stage short|25%|April 26, 2022}} [[/Acorn Archimedes/]] * {{stage short|100%|November 27, 2020}} [[/ZX Spectrum|Sinclair ZX Spectrum]] * {{stage short|100%|November 27, 2020}} [[/Amstrad CPC/]] * {{stage short|100%|November 27, 2020}} [[/MSX|MSX computers]] * {{stage short|100%|November 27, 2020}} [[/Texas Instruments TI-99/4A/]] * {{stage short|100%|November 27, 2020}} [[/FM Towns|Fujitsu FM Towns]] * {{stage short|25%|February 25, 2020}} [[/PC-8800 series|NEC PC-8800 series (PC-88)]] * {{stage short|25%|September 16, 2021}} [[/X68000/|Sharp X68000]] * {{stage short|25%|September 16, 2021}} [[/Sharp X1/]] * {{stage short|25%|September 16, 2021}} [[/Jupiter Ace/]] * {{stage short|75%|June 7, 2022}} [[/Mattel Aquarius/]] * {{stage short|50%|January 6, 2022}} [[/Tomy Tutor/]] * {{stage short|50%|September 20, 2021}} [[/Coleco Adam/]] * {{stage short|0%|May 29, 2022}} [[/Spectravideo/]] === 1990's computers === * {{stage short|100%|November 27, 2020}} [[/Windows 9x|Windows 95 & 98]] * {{stage short|100%|November 27, 2020}} [[/Classic Mac|Classic Mac]] == Other Formfactors == ===Wearables=== * {{stage short|75%|September 17, 2021}} [[/Apple Watch/]] * {{stage short|25%|October 10, 2021}} [[/Fitbit/]] ===Automobiles=== * {{stage short|75%|November 12, 2021}} [[/Tesla Arcade/]] * {{stage short|50%|November 12, 2021}} [[/Indi One/|IndiEV Indi One]] ==Cloud Chapters== * {{stage short|100%|November 25, 2020}} [[/AirConsole/]] * {{stage short|100%|November 25, 2020}} [[/Xbox Game Pass cloud gaming/]] * {{stage short|100%|November 25, 2020}} [[/Google Stadia/]] * {{stage short|100%|November 25, 2020}} [[/PlayStation Now|Sony PlayStation Now]] * {{stage short|100%|November 25, 2020}} [[/Gaikai/]] * {{stage short|100%|November 25, 2020}} [[/OnLive/]] * {{stage short|100%|November 25, 2020}} [[/Luna|Amazon Luna]] * {{stage short|100%|November 25, 2020}} [[/GeForce Now|Nvidia GeForce Now]] * {{stage short|100%|November 25, 2020}} [[/Shinra Technologies/]] * {{stage short|100%|September 2, 2021}} [[/Dive In/]] * {{stage short|25%|November 11, 2021}} [[/Tizen cloud gaming/]] * [[Utomik]] ==External Resources== * [https://artsandculture.google.com/exhibit/early-home-video-game-history-making-television-play-the-strong/1gISMn3lzjV8JQ?hl=en Google Arts and Culture] - Online exhibit on early home gaming. ==References== {{reflist|2}} {{Chapter navigation|Arcades after the golden age|Consoles}} {{status|100%}} {{BookCat}} s7ame0tz8gnow66qfj1yt42nys9cbku Dark and Light/SOG Errors 0 428581 4095140 4094964 2022-08-21T02:56:01Z Xania 40302 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 notch 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 this 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. It's 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 false 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 it's 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 execution 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 submitted on the problem). http://www.portforward.com is an excellent 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 receive 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 prefer 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}} dogyah4aietthdr462rbreyz5796il1 Super Mario Bros. 3/Enemies/Koopa Troopa 0 428847 4095109 3865990 2022-08-20T23:39:07Z Mbrickn 3181019 wikitext text/x-wiki '''Koopa Troopas''' are turtle enemies in the ''Mario'' games. They are a basic enemy, slightly more dangerous than Goombas. They come in two colors, green and red, the former type being more common. Koopa Troopas appear in most levels. {{BookCat}} 1eoz65hyu2deagaj1yqaq16gpwe1oa9 Public International Law/Law of Armed Conflict 0 434706 4095187 4094915 2022-08-21T08:55:57Z IUllah 3358489 /* 3. Weapons Law */ wikitext text/x-wiki <p style="clear: both;"></p> {{OpenRewi/Chapter-Top}} <p style="clear: both;"></p> <!--Please do not delete the part above this comment--> {{Template:OpenRewi/WIP}}<!--You can delete this template as soon as your text is (provisionally) finished--> <big>Author:<!--Anne Dienelt and Imdad Ullah --></big> <blockquote>Required knowledge: Link<!--Please insert links to other parts of the book or other books that are needed as prior knowledge--> </blockquote> <blockquote>Learning objectives: Understanding XY.<!--Please enter the learning objective for your chapter--> </blockquote> This is where the text begins.<ref>The first footnote. Please adhere to [https://www.law.ox.ac.uk/sites/files/oxlaw/oscola_4th_edn_hart_2012.pdf OSCOLA] when formating citations. Whenever possible, provide a link with the citation, ideally to an open-access source.</ref> This template follows [[Wikibooks:WikiProject_OpenRewi_-_Open_Legal_Science/Styleguide|our style guide]]. Please take into account our [[Wikibooks:WikiProject_OpenRewi_-_Open_Legal_Science/Didactics|guidelines for didactics]]. If you're wondering how to create text in Wikibooks, feel free to check out our guide on [[Wikibooks:WikiProject_OpenRewi_-_Open_Legal_Science/Writing|how to write]] in Wikibooks. {{OpenRewi/Advanced|Reference=Example|Content=This is your advanced content. You can create this text box using our template "Advanced". How to do this is described [[Wikibooks:WikiProject_OpenRewi_-_Open_Legal_Science/Writing|here]].}} {{Template:OpenRewi/Example|Content=This is your example.|Reference=to example topic}} {{Template:OpenRewi/Test|Link=https://openrewi.org/en/projects/project-public-international-law/history-theory-methods/#PIL-test}} Just replace the content above and below with your content. Test ==A. General Introduction to the Law of Armed Conflict == ==== I. Geneva Conventions and Additional Protocols ==== As a historical fact, there has not been a phenomenon as consistent as violence. The sheer prevalence of violence gave way to serious efforts to regulate it, in ways, that those not ''directly'' taking part in it, could be protected from its horrible consequences. Speaking of the earlier human history, it suggests that rules and regulations to limit the damages to human sufferings and means of their sustenance were present as early as 3000 BC. Perhaps, during those times the content of these rules was not purely humanitarian, yet their effect was ''certainly'' humanitarian. For instance, one rule of the African traditional law prohibited the poisoning of wells. Given the fact of the legal understanding of the contemporary communities, wherein tribalism triumphed over the promotion of common humanitarian values, and norms---one might question the humanitarian nature of such a law. One cannot, however, ignore the humanitarian effects of such laws helping to ebb human suffering by making violence less miserable.<ref>Marco Sassòli, Antoine Bouvier and Anne Quintin, ''How Does Law Protect in War? Cases, Documents and Teaching Materials on Contemporary Practice in International Humanitarian Law'' (Vol. I, 3rd edn, ICRC Publications 2011) 1.</ref> And thus, the law striving to make the wars less inhumane is called law of armed conflict, or alternatively, International Humanitarian Law and ''Jus in Bello''. Hence as an accumulation effect of the centuries' old laws, customs, norms, and traditions in making warfare humane, the modern law of armed conflict took birth against the backdrop of the utterly terrible violence during the battle of Solferino in 1859.<ref>Fought between the French troops, allied to the Sardinians and the Austrians troops on June 24, 1859, the battle of Solferino is among the deadliest wars in Europe. It left 6,000 dead and 40,000 wounded on the very first day of the armed encounter. In fact, the sufferings of unattended wounded gave way to the formation of the Red Cross. For details, 'The battle of Solferino' (1859) < https://www.icrc.org/en/doc/resources/documents/misc/57jnvr.htm> accessed 23 June 2022 </ref> The plight of wounded soldiers left to die on the battlefield, later on, compelled the International Committee of the Red Cross (ICRC) to devise laws to protect the wounded in wars. As a result of these efforts, the first diplomatic conference in Geneva in 1864 adopted the Geneva Convention for the Amelioration of the Condition of the Wounded in Armies in the Field.<ref>Sassòli, Bouvier and Quintin (n 2) 2.</ref> To discuss and promulgate this Convention, 16 states from across Europe and Latin America participated in the first Geneva Conference agreeing to the principles directed at the care for the wounded at the battlefield without any distinction of the nationality. The Convention came into effect in 1865.<ref>For further details of this Convention and its different articles, see 'Convention for the Amelioration of the Condition of the Wounded in Armies in the Field' (22 August 1864) <https://ihl-databases.icrc.org/ihl/INTRO/120> accessed 23 June 2022 </ref> In addition to the Geneva Conventions before the First World War, the role of the Hague Peace Conferences is also important in laying down rules and regulations aiming to give warfare a relatively more humane character. Specifically, the Second Peace Conference which was held in 1907, laid down detailed rules and regulations related to the conduct of Naval warfare. These rules were, subsequently, also enshrined in numerous Geneva Conventions.<ref>Frits Kalshoven and Liesbeth Zegveld, ''Constraints on the Waging of War: An Introduction to International Humanitarian Law'' (ICRC Publications 2001) 22-24. For non-Western but Islamic contributions, see Ahmed Al-Dawoody, 'Islamic law and international humanitarian law: An introduction to the main principles' (2017) 99/3 International Review of the Red Cross 995-1018; Mohamed Badar, 'Ius in Bello under Islamic International Law (2013) 13/3 ICLR 593-625.</ref> The horrific violence directed against both the civilians and soldiers during the First World War gave way to urgency in formulating universally applicable rules and regulations to curtail the horrendous character of modern warfare. To translate this vision into action, ICRC and the Swiss Government convened the diplomatic conference to devise binding rules to care for the sick and wounded. It also formulated detailed rules to address the issue of prisoners of war. Subsequently, once more and after the Second World War in 1949, a diplomatic conference under the auspices of ICRC and the Swiss Government was held in Geneva aiming to expand the scope of earlier conventions and to enshrine rules aiming at the protection of civilian populations both in times of war and under foreign occupation. Most importantly though the said conference agreed to incorporate a common article in all the conventions narrating the applicability of these rules in international as well as non-international armed conflicts.<ref>Frits Kalshoven and Liesbeth Zegveld, ''Constraints on the Waging of War: An Introduction to International Humanitarian Law'' (ICRC Publications 2001) 27-29.</ref> ==== 3. Weapons Law ==== The character of certain weapons is central to end unnecessary sufferings and superfluous injuries in warfare. That is why early instruments like the 1868 St. Petersburg Declaration and the Hague Declarations and Regulations prohibited certain weapons causing suffering among the targeted persons. More specifically, the St. Petersburg Declaration banned exploding bullets causing unnecessary injuries.<ref>'Declaration Renouncing the Use, in Time of War, of Explosive Projectiles Under 400 Grammes Weight' (29 November / 11 December 1868) <https://ihl-databases.icrc.org/ihl/full/declaration1868> accessed 24 June 2022 </ref> Later on, 1899/1907 Hague Declarations and Regulations also enshrined and protected this ban. Whereof, under the rule, the uses of projectiles, explosives from balloons, and asphyxiating gases were impermissible. Today, the law of armed conflict contains specific rules on the choice of weapons as means of warfare and is complemented by weapons law in the form of treaties related to different weapons, such as the 1972 Biological Weapons Convention, the 1993 Chemical Weapons Convention, or the 1980 Convention on Certain Conventional Weapons. <ref>'Weapons' (30 November 2011) < https://www.icrc.org/en/document/weapons> 25 June 2022 </ref> Moreover, speaking of the nuclear weapons though not ''outrightly'' banned by any treaty or court decisions so far, yet the International Court of Justice (ICJ) was categorical in questioning the applicability of the principle of proportionality in context of the usage of nuclear weapons in warfare.<ref>For further details, ''Legality of the Threat or Use of Nuclear Weapons, Advisory Opinion'' (1996) ICJ <https://www.icj-cij.org/public/files/case-related/95/095-19960708-ADV-01-00-EN.pdf> 24 June 2022 </ref> In recent times, debates surrounding the banning of autonomous and semi autonomous also fall under the weapons law and might end up someday as an instrument of such a law. ==== 4. Customary Law ==== Even in the absence of any specific treaty law, parties in a conflict made efforts to spare the lives of innocent civilians, treated prisoners humanely, as well as exchanged prisoners of war at the conclusion of hostilities. These norms, as an effect of the consistent practice and juridical value on the part of warring parties gradually emerged as customary rules of international law.<ref>Kalshoven and Zegveld (n 7) 15. </ref> These customs then became part of the various treaty laws in one form or the other. Nonetheless, they also continued maintaining their ''distinctive'' status as customary International Humanitarian Law. In this context, one might raise questions that given the fact that customary rules find expressions in treaty laws, then why do they need to continue having separate existence as the customary laws? The answer lies in the fact that there can be a state which is non-party to treaty law and may claim exemptions from the humanitarian laws. Albeit it efforts, such a state would find it hard to claim any exemption because of the customary rules. For further details, see in section on Customary [[Public International Law/Sources of International Law/Customary Law|Laws]]. ===II. Principles of the Law of Armed Conflict=== Various treaty and customary laws enshrine the principles of the law of armed conflict. They are then applicable to both international and non-international armed conflicts. They aim to regulate the conduct of hostilities in order to "humanize" the warfare without questioning the justifications of the recourse to war itself. Moreover, these principles help ensuring a balance between military necessity and humanitarian protection. Herein, it is important to understand {{OpenRewi/Advanced|Reference=Treatment of Non-state Actors in Non-international Armed Conflicts|Content=While the international armed conflicts involve international actors (states), the non-international armed conflicts include violent non-state actors, at least as one party in such conflicts. In this context, however, it is noteworthy that the treatment of non-state actors under non-international armed conflicts does not aim to grant them any legitimacy rather it strives to safeguard the innocent humans in armed conflicts.}} ==== 1. Humanity ==== Wars, through the use of deadly weapons of warfare, inherently, involve a horrible display of human conduct. Certain laws, on the contrary, strive to give war a humane character by prohibiting cruel and inhuman treatments of opponents. By laying emphasis upon the humane treatment of prisoners of war,<ref>'Lieber Code: Instructions for the Government of Armies of the United States in the Field' (24 April 1863) <https://ihl-databases.icrc.org/applic/ihl/ihl.nsf/Article.xsp?action=openDocument&documentId=0E91FD21E67035CCC12563CD00514E42> accessed 24 June 2022 </ref> the scope of the relevant laws later on expanded to include wounded, sick, shipwrecked as well as those not directly participating in war. For example, Article 3 which is common to all Geneva Conventions prohibits the inhumane treatment of all those persons who are not, as well as no more taking part in warfare.<ref>'Convention (I) for the Amelioration of the Condition of the Wounded and Sick in Armed Forces in the Field' (12 August 1949) <https://ihl-databases.icrc.org/applic/ihl/ihl.nsf/WebART/365-570006?OpenDocument> accessed 25 June 2022 </ref> Subsequently, the principle of humanity was further elaborated in Additional Protocol I through Article 75(1): whereof the said Article provides that it is incumbent upon all parties in a conflict that humans <blockquote>under this Protocol shall be treated humanely in all circumstances and shall enjoy, as a minimum, the protection provided by this Article without any adverse distinction based upon race, colour, sex, language, religion or belief, political or other opinion, national or social origin, wealth, birth or other status, or on any other similar criteria. Each Party shall respect the person, honour, convictions and religious practices of all such persons.<ref>'Protocol Additional to the Geneva Conventions of 12 August 1949, and relating to the Protection of Victims of International Armed Conflicts (Protocol I) (8 June 1977) <https://ihl-databases.icrc.org/ihl/WebART/470-750096?OpenDocument> accessed 26 June 2022 </ref></blockquote>Article 4 of Additional Protocol II further emphases that no circumstance in warfare can deprive a human of its right to be treated as human.<ref>'Protocol Additional to the Geneva Conventions of 12 August 1949, and relating to the Protection of Victims of Non-International Armed Conflicts (Protocol II)' (8 June 1977) < https://ihl-databases.icrc.org/ihl/WebART/475-760008?OpenDocument> accessed 26 June 2022 </ref> Besides the fact of being enshrined and underlined in various treaty laws, the principle of humanity has also become an important norm of customary international law.<ref>For a detailed treatment of this principle as a customary norm, Jean-Marie Henckaerts and Louise Doswald-Beck, ''Customary International Humanitarian Law'' (Vol. I, CUP 2005) 306-343.</ref> Such an importance thus underlines that, be a state or non-state violent actor, they are equally liable to uphold the principle of humanity. ==== 2. Distinction ==== Distinction implies ''who'' and ''what'' can be targeted or not, when perpetrating violence. Due its centrality within the legal discourse, distinction has emerged as a primary principle of general as well as customary international law. Underlining the fact, the International Court of Justice referred distinction as the 'cardinal' principle of International Humanitarian Law.<ref>''Legality of the Threat or Use of Nuclear Weapons'' (n 10) para 78, 92.</ref> In the conduct of hostilities while civilians and civilian objects are never a lawful target, military objects and combatants can lawfully be attacked. Nevertheless, under certain conditions, there can be permissible collateral damage to civilians and civilian objects. For a meaningful understanding and interpretation of this principle, however, it is important to read it in relation to other rules ensuring the safety of civilians, until and unless, they ''directly'' participate in hostilities and prohibiting attacks against those persons categorized as ''hors de combat.''<ref>Henckaerts and Doswald-Beck (n 16) 3. </ref> Historically every code of violent conduct and legal tradition stressed, albeit in varying degrees, sparing those humans and objects not engaging in violence and not becoming accessories to it. Within the secular tradition, however, the principle of distinction was set down, for the first time, in the St. Petersburg Declaration of 1868. Whereof the Declaration states 'the only legitimate object which States should endeavor to accomplish during war is to weaken the military forces of the enemy'.<ref>'Declaration Renouncing the Use, in Time of War, of Explosive Projectiles Under 400 Grammes Weight' (n 8). </ref> The 1899/1907 Hague Regulations (Article 25) meanwhile though did not, specifically, use the word "civilians" yet they sought to outlaw 'the attack or bombardment, by whatever means, of towns, villages, dwellings, or buildings which are undefended'.<ref>'Convention (IV) respecting the Laws and Customs of War on Land and its annex: Regulations concerning the Laws and Customs of War on Land' (18 October 1907) The Hague <https://ihl-databases.icrc.org/applic/ihl/ihl.nsf/Article.xsp?action=openDocument&documentId=D1C251B17210CE8DC12563CD0051678F> accessed 26 June 2022 </ref> Which might be interpreted as an attempt to protect the civilians in wars and draw a distinction between those armed to take part in the fighting and those avoid becoming accessory to it. Speaking of the modern treaty law relating to the law in war, Article 48 of the 1977 Additional Protocol I to the Geneva Conventions of 1949 provides that <blockquote>(I)n order to ensure respect for and protection of the civilian population and civilian objects, the Parties to the conflict shall at all times distinguish between the civilian population and combatants and between civilian objects and military objectives and accordingly shall direct their operations only against military objectives.<ref>Protocol Additional to the Geneva Conventions of 12 August 1949, and relating to the Protection of Victims of International Armed Conflicts (Protocol I), 8 June 1977, available at https://ihl-databases.icrc.org/ihl/WebART/470-750061?OpenDocument</ref> </blockquote>With their emphasis in varying degree, thus, all of the above mentioned legal rules note the importance of taking utmost care in military operations to ensure that no civilian or civilian object falls victim to the violence, characteristically, meant to be directed against combatants or military objectives. ===== a) Combatants and Military Objects ===== Specifically defining combatants and military objects, Article 57 (2)(b) of the Additional Protocol I states that <blockquote>an attack shall be canceled or suspended if it becomes apparent that the objective is not a military one or is subject to special protection or that the attack may be expected to cause incidental loss of civilian life, injury to civilians, damage to civilian objects, or a combination thereof, which would be excessive in relation to the concrete and direct military advantage anticipated.<ref>Protocol Additional to the Geneva Conventions of 12 August 1949, and relating to the Protection of Victims of International Armed Conflicts (Protocol I), 8 June 1977, available at https://ihl-databases.icrc.org/ihl/WebART/470-750073</ref></blockquote>The said Article stresses that it is important to direct armed attacks ''only'' against combatants and military objects. The realization of this objective is so central in upholding laws in war that an armed attack ought to be cancelled at any stage of planning or execution rather than harming non-combatants or non-military objects. ===== b) Civilians and Civilian Objects ===== To ensure the safety of civilian lives in wars, Article (13)2 of Additional Protocol II prohibits attacking civilian populations as well as treating any civilian person as an object of attack. It also outlaws those attacks or threats of violence causing terror among the civilians.<ref>Protocol Additional to the Geneva Conventions of 12 August 1949, and relating to the Protection of Victims of Non-International Armed Conflicts (Protocol II), 8 June 1977, available at https://ihl-databases.icrc.org/ihl/WebART/475-760019?OpenDocument</ref> In the same vein, Article 57(1) of the Additional Protocol I states that 'in the conduct of military operations, constant care shall be taken to spare the civilian population, civilians and civilian objects'. The said Protocol, furthermore, laying out the point of the centrality of the safety of civilians, in its sub-Article 57 (2)(a)(ii) stresses that all parties in a conflict should take utmost care ‘in the choice of means and methods of attack with a view to avoiding, and in any event to minimizing, incidental loss of civilian life, injury to civilians and damage to civilian objects'.<ref>Protocol Additional to the Geneva Conventions of 12 August 1949, and relating to the Protection of Victims of International Armed Conflicts (Protocol I), 8 June 1977, available at https://ihl-databases.icrc.org/ihl/WebART/470-750073</ref> ==== 3. Military Necessity ==== In an armed conduct, military necessity comes into play when translating the military objectives into violent force deployment. It also sets benchmarks for qualifying the means and methods in a military operation. More precisely, Article 4 of the Leiber Code defines military necessity, 'as understood by modern civilized nations, consists in the necessity of those measures which are indispensable for securing the ends of the war, and which are lawful according to the modern law and usages of war'.<ref>Francis Lieber, U.S. War Department, General Orders No. 100: Instructions for the Government of Armies of the United States in the Field (1863), available at https://avalon.law.yale.edu/19th_century/lieber.asp</ref> However it is also noteworthy that while the military necessity might be an outcome of military objectives yet every violent act ought to have its own justification for qualifying as a permissible act in warfare. And such a justification should entail the requirements of another basic principle of warfare, and that is of proportionality.<ref>Oscar Schachter and Frits Kalshoven, ''Proceedings of the Annual Meeting'' (American Society of International Law), Vol. 86 (April 1-4, 1992), p. 41. </ref> As part of earlier attempts to explain and codify this norm, Article 23(g) of the Hague Regulations of 1899/1907 prohibited 'to destroy or seize the enemy's property, unless such destruction or seizure be imperatively demanded by the necessities of war'.<ref>Convention (IV) respecting the Laws and Customs of War on Land and its annex: Regulations concerning the Laws and Customs of War on Land. The Hague, 18 October 1907, available at https://ihl-databases.icrc.org/ihl/WebART/195-200033?OpenDocument</ref> ==== 4. Proportionality ==== In any given armed conflict, proportionality entails the essence of perpetrating lawfully acceptable violence when conducting hostilities. Due to its centrality in assessing the justifications of warfare, the principle of proportionality is spread around the space through various principles as explained above. On its own and exclusively, it is enshrined in Articles 51 and 57 of the Additional Protocol to the Geneva Conventions of 1949. Whereof Article 51(5)(b) states that 'an attack which may be expected to cause incidental loss of civilian life, injury to civilians, damage to civilian objects, or a combination thereof, which would be excessive in relation to the concrete and direct military advantage anticipated'.<ref>Protocol Additional to the Geneva Conventions of 12 August 1949, and relating to the Protection of Victims of International Armed Conflicts (Protocol I), 8 June 1977, available at https://ihl-databases.icrc.org/ihl/WebART/470-750065</ref> However the said article, being aware of the usages of humans as shields, emphasizes that such treatment of civilians will not make the military targets immune from attacks.<ref>Article 51(7), Protocol Additional to the Geneva Conventions of 12 August 1949, and relating to the Protection of Victims of International Armed Conflicts (Protocol I), 8 June 1977.</ref> Resultantly, the responsibility for the losses to the civilian lives shall lie with those using humans as shields. Moreover, in addition to the Geneva Conventions, Amended Protocol II to the Convention on Certain Conventional Weapons in its Article 3(8)(a,b,c) also emphasizes the principle of proportionality by prohibiting indiscriminate usage of conventional weapons against the civilian populations and civilian inhabited dwellings.<ref>Protocol on Prohibitions or Restrictions on the Use of Mines, Booby-Traps and Other Devices as amended on 3 May 1996 (Protocol II to the 1980 CCW Convention as amended on 3 May 1996), available at https://ihl-databases.icrc.org/applic/ihl/ihl.nsf/Article.xsp?action=openDocument&documentId=55F0A5E12A51A635C12563FB00611D95</ref> With regard to the interpretation of this principle, it is common understanding among states that 'direct military advantage' speaks of the operation as a whole advantage and shall not be assessed against every bit and part of the attack.<ref>For further details, see Jean-Marie Henckaerts and Louise Doswald-Beck, ''Customary International Humanitarian Law'', Vol I (Cambridge: Cambridge University Press, 2005), pp.49-51.</ref> ==== 5. To Take all Feasible Precautions ==== A primary norm of the customary international humanitarian law, the principle of precaution was initially set out in Article 2 of the 1907 Hague Convention (IX). The said article provides that given the presence of a military target inside an undefended town or port, it is absolutely important for the military commander to 'take all due measures in order that the town may suffer as little harm as possible'.<ref>Convention (IX) concerning Bombardment by Naval Forces in Time of War. The Hague, 18 October 1907, available at https://ihl-databases.icrc.org/applic/ihl/ihl.nsf/Article.xsp?action=openDocument&documentId=C27C2D1A0E0C2C35C12563CD00516DB5</ref> Subsequently, this principle was further ''thoroughly'' explained and codified through the Article 57 of the Additional Protocol I to the Geneva Conventions of 1949. As the Article states that it is incumbent upon the warring parties to 'do everything feasible to verify that the objectives to be attacked are neither civilians nor civilian objects and are not subject to special protection'.<ref>Article (57)(2)(a)(i), Protocol Additional to the Geneva Conventions of 12 August 1949, and relating to the Protection of Victims of International Armed Conflicts (Protocol I), 8 June 1977, available at https://ihl-databases.icrc.org/ihl/WebART/470-750073</ref> The emphasis upon precautions to spare the civilians from the consequences of warfare has been serious and consistent as was shown by a UN General Assembly Resolution in 1970, which stated that 'in the conduct of military operations, every effort should be made to spare civilian populations from the ravages of war, and all necessary precautions should be taken to avoid injury, loss or damage to civilian populations'.<ref>UN General Assembly, Res. 2675 (XXV), 1970, available at https://undocs.org/en/A/RES/2675(XXV)</ref> Likewise, the Second Protocol to the Hague Convention for the Protection of Cultural Property also incorporate the element of precaution in conducting violence.<ref>Article 7, Second Protocol to the Hague Convention of 1954 for the Protection of Cultural Property in the Event of Armed Conflict The Hague, 26 March 1999, available at https://ihl-databases.icrc.org/applic/ihl/ihl.nsf/Article.xsp?action=openDocument&documentId=98D6720D8AE6D20F412567BB0052C84E</ref> Following through the laid down rules and fulfill their responsibility to protect civilian lives, most of the states, in one way or the other, thrashed out the principle of precaution in their military manuals to train the professional armed forces. ===III. Actors in the Law of Armed Conflict=== ==== 1. States ==== States<!-- Please insert a link to the states chapter in this textbook --> as traditional subjects of international law play an important role in the law of armed conflict like in any other field of public international law. For centuries, they have been an important actor in armed conflicts: They have started armed conflicts, they have participated in hostilities, they occupied territory and they came together to negotiate armistices. In collective efforts, states also assembled at international peace conferences, like the ones leading to the conclusion of the first Geneva Convention, the Hague Regulations or the Geneva Conventions from 1949. The role of states is also illustrated in the two categories of armed conflicts that exist in the law of armed conflicts (cf. common articles 2 + 3 to the Geneva Conventions): There are international armed conflicts between two or more states and there are so-called non-international armed conflicts that relate to conflicts between a state and a non-state actor or between several non-state actors on the territory of a state. Depending on this classification,<ref>See ICRC, Commentary GC I, pp 81–82 para. 224, available at https://ihl-databases.icrc.org/applic/ihl/ihl.nsf/Comment.xsp?action=openDocument&documentId=BE2D518CF5DE54EAC1257F7D0036B518#_Toc452041593; D. Akande, Classification of Armed Conflicts: Relevant Legal Concepts, in: E. Wilmshurst (ed.), International Law and the Classification of Conflicts (OUP, 2012), pp 32–79; J. K. Kleffner, Scope of Application of International Humanitarian Law, in: Fleck (ed.), Handbook of International Humanitarian Law, 4th ed., 2021, p. 52, para. 3</ref> a different set of rules and principles applies. While international armed conflicts are regulated by the four Geneva Conventions and Additional Protocol I (as well as by custom), non-international armed conflicts are governed by common Art. 3 to the Geneva Conventions and Additional Protocol II. If a state that is involved in a non-international armed conflict is not a party to Additional Protocol I, only common Art. 3 of the Geneva Conventions applies together with customary rules and principles. <s>In sum, states participate in armed conflicts and they create the rules governing such conflicts.</s> ==== 2. Non-State Actors ==== Over the past decades, more and more non-international armed conflicts broke out, with one state fighting organized armed groups within its territory (cf. common Art. 3 to the Geneva Conventions). This explains the rise of so-called non-state actors. In armed conflicts like the ones in Syria or Colombia but also in the aftermath of 9/11, rebel and terrorist groups were parties to the conflict and participated in the hostilities as armed non-state actors. The law of armed conflict directly addresses them in common Art. 3 to the Geneva Conventions and in Additional Protocol II. There are other non-state actors involved in armed conflicts, such as private military and security companies that support a party to the conflict. Despite their active role in conflicts, non-state actors do not participate in the actual law-making procedure in the law of armed conflicts. They are not a party to any treaties in the law of armed conflict, which are concluded between states exclusively. In peace negotiations, on the other hand, non-state actors participate together with states. Their actions are also only indirectly considered when interpreting the law of armed conflict,<ref>Cf. conclusion 7 and its commentary of the ILC's draft conclusions on subsequent agreements and subsequent practice in relation to the interpretation of treaties with commentaries, available at https://legal.un.org/ilc/texts/1_11.shtml</ref> and when identifying rules and principles of customary law.<ref>Cf. conclusion 4, para 4 of the ILC's draft conclusions on the identification of customary international law with commentaries, available at https://legal.un.org/ilc/texts/1_13.shtml</ref> In the past, there have been issues with armed non-state actors and their compliance with the laws of armed conflict.<ref>Bellal/Casey-Maslen, Enhancing Compliance with International Law by Armed Non-State Actors, Goettingen J. Int'l L. 2011, pp 175-197; see e.g. the initiative Geneva Call who aims at enhancing compliance of armed non-state actors in their conduct of hostilities to improve the protection of civilians: https://www.genevacall.org/</ref> I<s>n sum, non-state actors participate in the conduct of hostilities against states and are addressed by the law of armed conflict, but they do not participate in the law-making process.</s> ==== 3. The International Committee of the Red Cross ==== The International Committee of the Red Cross (ICRC) is the "guardian"<ref>ICRC blog, What is the ICRC's role in developing and ensuring respect for IHL?, available at https://blogs.icrc.org/ilot/2017/08/14/what-is-the-icrc-s-role-in-developing-and-ensuring-respect-for-ihl/ </ref> of the law of armed conflict. Established in 1863 by Henry Dunant after the Battle of Solferino<ref>Dunant, A Memory of Solferino, available at https://shop.icrc.org/a-memory-of-solferino-pdf-en.html</ref> as an association governed by Article 60 and following of the Swiss Civil Code, the ICRC is mandated to protect people affected by armed conflicts and violence. As a traditional subject of international law<!-- Please insert a link to the subject/actors part of this textbook -->, it enjoys a special international legal status that is different than the one from NGOs or international organizations. The ICRC is guided by seven principles: Humanity, Impartiality, Neutrality, Independence, Voluntary service, Unity & Universality,<ref>See ICRC, Research guide "The Fundamental Principles of the International Red Cross and Red Crescent Movement," available at https://blogs.icrc.org/cross-files/the-fundamental-principles-of-the-international-red-cross-and-red-crescent-movement/</ref> which guarantee access to all parties to a conflict. ==== 4. Others ==== ===IV. Use of Force and the Law of Armed Conflict=== ==B. Selection of Current Challenges in the Law of Armed Conflict == Beyond the frontiers of laying down elaborative and consensual rules to make violence less miserable in wars there lies the challenge of inventing and deploying weapons which might not impede the human capacity and willingness to abide by these rules. In present times, with the invention and introduction of various new technologies of warfare such a challenge has become more pronounced than ever. The following discussion highlights some of these challenges. === I. New Technologies=== ==== 1. Semi-Autonomous Weapons ==== In terms of the revolutions in warfare technology, the twenty-first century is proving to be the most advancement frenzy so far. Whereof the leap from manned military technology to the unmanned was rapid and reciprocal. Such a swiftness in development and deployment when provides the strategic and operational edge, it also raises numerous legal questions in upholding the ''jus in bello'' principles of warfare like distinction, necessity, proportionality, etc. Due their widespread usage against non-state actors, combat drones raised these questions more often. For their precision and persistence in killing, combat drones were presented as the "weapon of choice".<ref>Remarks of Director of Central Intelligence Agency, Leon E. Panetta, at the Pacific Council on International Policy (May 18, 2009) <<nowiki>https://www.cia.gov/newsinformation/speeches-testimony/directors-remarks-at-pacific-council.html</nowiki>> accessed 23 July 2022 </ref> In terms of saving lives of those deploying the combat drones, the results are ''certainly'' positive. However, the losses of lives when targeting the alleged terrorists, are in many cases, not proportionate to the actual security threat they pose. For instance, in cases of the US drone attacks against terrorists in Pakistan, Yemen, and Somalia, various governmental and non-governmental studies point to the fact that in contrast to their technological reputation for precision---combat drones are not that much ''precise'', operationally.<ref>'Living under Drones: Death, Injury and Trauma to Civilians from US Drone Practice in Pakistan (International Human Rights and Conflict Resolution Clinic, Stanford Law School and Global Justice Clinic, New York University School of Law 2012); Jo Becker and Scott Shane, 'Secret "Kill List" Proves a Test of Obama’s Principles and Will,' ''The New York Times'' (29 May 2012) A1; Letta Tayler, 'Between a Drone and Al-Qaeda: The Civilian Cost of US Targeted Killing in Yemen,' (New York, Human Rights Watch 2013); Jane Mayer, 'The Predator War: What are the Risks of the C.I.A.’s Covert Drone Program?' ''The New Yorker'' (26 October 2009); 'Daily Situation Report,' (FATA Secretariat, Ministry of Interior, Pakistan, 2007-2017; Ben Emmerson, 'Report of the Special Rapporteur on the Promotion and Protection of Human Rights and Fundamental Freedoms While Countering Terrorism,' UN Document A/68/389 (18 September 2013); Philip Alston, 'Report of the Special Rapporteur on extrajudicial, summary or arbitrary executions,' (presented to the Human Rights Council, 14th session, 28 May 2010). </ref> Nonetheless, the US remains adamant that the combat drones are precise and avoid losses to the innocent lives. For example, the Obama administration in its report disclosing the civilian killings in drone warfare in 2016 recorded that the civilian deaths are less than 200.<ref>Karen DeYoung and Greg Miller, 'White House Releases its Count of Civilian Deaths in Counterterrorism Operations under Obama,' ''The Washington Post'' (1 July 2016). </ref> However, a closer scrutiny of these numbers suggests that perhaps the US government counts only children and women deaths as civilians. And the rest are eligible targets under the laws in war, at least according to the US government. It seems even more probable proposition because various reports counting the deaths out of the US combat drones also estimate that there are children and women killed in drone warfare and their numbers are almost equal to the US estimates of total civilian deaths.<ref>For details, Peter Bergen, David Sterman and Melissa Salyk-Virk. 'America’s Counterterrorism Wars,' (The New America Foundation'','' 2020) <https://www.newamerica.org/in-depth/americas-counterterrorism-wars/> accessed 23 July 2022; 'Civilian Casualties & Collateral Damage,' (LAWFARE) < https://www.lawfareblog.com/civilian-casualties-collateral-damage?__cf_chl_captcha_tk__=4BIlxf_LBxZR1Xu5pL3CSbSRrgr.N4OUm54YU9qwWh4-1636355500-0-gaNycGzNCKU> accessed 24 July 2022 </ref> In view of these discrepancies surrounding the loss of innocent lives, one may notice that the dispute over evidence while on the one hand seems to be inherent when it comes to the application of laws in war. On the other, it points to the fact of the ''mere'' confidence of the governments in the precision of combat drones. However, at times, such confidence did translate into reality of precision strike, as combat drones pinpointed the terrorists on various occasions. For instance, the killing of a Pakistani Taliban leader in a drone strike, wherein the missile attack was so precise that even it did not cause any harm to the house, bore testimony to this fact.<ref>Imdad Ullah, ''Terrorism and the US Drone Attacks in Pakistan: Killing First'' (Routledge 2021) 131.</ref> In this case, it seems that the drone operators took 'all feasible precautions' before striking down the intended target, and adequately fulfilled the principles of necessity and proportionality. Hence, concerning the technological prowess of combat drones, it is absolutely evident that they have the manifest ability to be precise and proportional. Unlike the soldiers on the battlefield, combat drones do not fear for their safety, and hence, in principle can withstand risks while pinpointing the target. In practice, however, the usage of combat drones, specifically against the violent non-state actors, in recent times, raised more questions, concerning the fulfillment of humanitarian principles than answering them. In this context, one needs to closely study the combat drone deployments in Pakistan, Yemen, and various African states involving the United States and French militaries, against terrorists.<ref>Hugh Gusterson, ''Drone: Remote Control Warfare'' (The MIT Press 2016); 'Civilian Casualties & Collateral Damage,' (n 46); Letta Tayler, 'Between a Drone and Al-Qaeda: The Civilian Cost of US Targeted Killing in Yemen,' (Human Rights Watch 2013) < https://www.hrw.org/node/256485/printable/print> accessed 23 July 2022; 'A Wedding That Became a Funeral,' (Human Rights Watch 2014); 'France's Shadow War in Mali: Airstrikes at the Bounti Wedding,' (Stoke White Investigations 2021) <https://www.swiunit.com/post/france-s-shadow-war-in-mali-airstrikes-at-the-bounti-wedding> accessed 24 July 2022 </ref> ==== 2. AI and Autonomous Weapons ==== Within the context of the weapons of warfare, autonomy is a relative term. It may range as well as encompass launching a weapon into the battlefield to the point of successfully selecting, engaging, and neutralizing the target.<ref>For a detailed treatment of autonomy in autonomous weapons systems and how may it operate in warfare, see Kenneth Payne, 'Artificial Intelligence: Artificial Intelligence: A Revolution in Strategic Affairs?' (2018) 60 Survival 7-32; Giovanni Sartor and Andrea Omicini, 'The autonomy of technological systems and responsibilities for their use' in Nehal Bhutta and others (eds), ''Autonomous Weapons Systems: Law, Ethics, Policy'' (CUP 2016) 40-65. </ref> To make the concept more understandable, the United States Department of Defense underlines that a weapons system is autonomous when 'once activated, (it) can select and engage targets without further intervention by a human operator'.<ref>'Autonomy in Weapons Systems' ''U.S. Department of Defense'', directive no. 3000.09 (21 November 2012) </ref> At a time when, in the case of semi-autonomous weapons while humans remain in the loop when deciding and targeting the enemy combatants on the battlefield, however, with the emergence and usage of the fully automated weapons of warfare, the humans deem to be handing over control over decision as well as practice to engage the opponents to machines. Such an emerging scenario poses serious questions for the laws of warfare. More specifically, it amplifies the challenge to the principle of proportionality whose applicability was already turning out to be a daunting one in case of the semi-autonomous weapons. In this context, one understands that the entire notion of warfare is predicated upon the assumption that when humans face off humans on the battlefield, inherently, such a face-off imposes certain limitations on the excessive use of violence among the adversaries to achieve a particular as well as the general objective of warfare. Whereof humans might decide ''instantly'' that perhaps a certain objective of warfare can be better served by only injuring the enemy combatant rather than killing her. To the contrary, an automated gun would hardly bother to take such an instant decision at the battlefield and spare the life of a human in return for only injuring her. Likewise, speaking of the strategic and nuclear weapons, the mere presence of autonomous weapons on the battlefield can be tempting for the adversary to jump to the conclusion that might these weapons in a first strike scenario---take out the second-strike capability, and therefore, it is prudent to unleash the strategic weapons in advance. Such a scenario while on the one hand can make escalation scenarios in warfare more ''uncertain'' and ''dangerous.'' On the other hand, it can also undermine the principle of proportionality, concerning the particular objective of warfare.<ref>Michael T. Klare, 'Autonomous Weapons Systems and the Laws of War' (2019) 49 Arms Control Today 6-12.</ref> Moreover, AI powered autonomous weapons can also have serious repercussions for the principle of distinction. For instance, though an automated gun is fed with various image classifications such as soldier uniforms, insignias, numerous types of rifles and ammunitions yet the softwares commanding the operations of a gun can be hacked and fed with different image classification. Likewise, there are also chances that a gun may also indulge in automatic fire on the basis of mistaken identity. For example, in certain experiments guns have mistaken turtles as rifles.<ref>ibid.</ref> However, despite the fact of dominant voices raising serious ethical, legal, and political questions<ref>For details of such voices, Mary E. O’Connell, 'Banning Autonomous Killing—The Legal and Ethical Requirement That Humans Make Near- Time Lethal Decisions' in Matthew Evangelista and Henry Shue (eds), ''The American Way of Bombing: Changing Ethical and Legal Norms From Flying Fortresses to Drones'' (Cornell University Press 2014) 224-235; Rebecca Crootof, 'A Meaningful Floor For "Meaningful Human Control" (2016) 30 Temple International and Comparative Law Journal 53–62; Peter Asaro, 'Jus nascendi, Robotic Weapons and the Martens Clause' in Ryan Calo, Michael Froomkin and Ian Kerr (eds), ''Robot Law'' (Edward Elgar Publishing 2016) 367–386.</ref> about the nature as well as ''certain'' characteristics of autonomous weapons challenging the humanitarian principles in wars; there are some scholars who point to the fact that perhaps automated killing machines in the battlefield can better comb through the security threat, and thus, without fearing for its own safety, target the militarily vital object or combatant.<ref>Duncan Macintosh, 'Fire and Forget: A Moral Defense of the Use of Autonomous Weapons Systems in War and Peace' in Duncan Macintosh and Jens D. Ohlin (eds), ''Lethal Autonomous Weapons: Re- Examining the Law and Ethics of Robotic Warfare'' (OUP 2021) 9-23.</ref> In this context, one might presume that innovation in weapons is driven by the understanding that it might spare the lives of those seeking an edge in technology, yet it is also important to understand that these innovations must not make laws in warfare ineffective. For such understanding and reason underpinned the various instruments of international humanitarian law. Beginning with St. Petersburg Declaration and the Hague Declarations and Regulations, it was laid down that along with the precaution, only those weapons should be deployed in warfare which assure the avoidance of unnecessary injury of the targeted persons. Inside, the Geneva Conventions and Additional Protocols, Articles 51 and 57 stressed the importance of avoiding excessive physical as well as material damages when targeting the adversary in a warfare. Avoidance of excessive damage in terms of the autonomous weapons also depends upon the efficient decision-making and such an efficiency depends upon the thorough analysis of the choices made in targeting. Autonomous weapons based on data feeds, however, reach decisions within moments, and thus, might undermine the role of human judgement.<ref>Dan Saxon, 'A Human Touch: Autonomous Weapons, Directive 3000.09, and the "Appropriate Levels of Human Judgment over the Use of Force" (Summer/Fall 2014) 15/2 Georgetown Journal of International Affairs 103. For further details, see Bill Boothby, 'How Far Will the Law Allow Unmanned Targeting to Go?' in Dan Saxon (ed), ''International Humanitarian Law and the Changing Technology of War'' (Mārtiņus Nijhoff/Brill 2013) 62-63; and David Akerson, 'The Illegality of Offensive Lethal Autonomy' in Dan Saxon (ed), ''International Humanitarian Law and the Changing Technology of War'' (Mārtiņus Nijhoff/Brill 2013) 7I. </ref> Already we know that with regard to the semi-autonomous weapons, interplay between human judgement and machines have often produced horrible consequences when it comes to upholding the humanitarian principles in warfare. Autonomous weapons, therefore, do not seem to be offering any better alternatives to humans when taking decisions of applying kinetic force. The fulfillment of humanitarian principles, certainly, demands ''more'' role for the human judgement, not less. ==== 3. Cyber Weapons ==== In present times, a networked world has brought upon an unprecedented level of prosperity, and thus, as a consequence an extraordinary challenge to secure the very platforms underpinning this networking. In such networks, signals across and within the digital platforms remain ''the'' critical mass. Any ill-intended intrusion or tempering with the signals can turn a benevolent digital tool into a destructive weapon. In this context, spy wares and malicious software codes has already brought down the governmental digital platforms in Estonia and destroyed certain nuclear reactors in Iran. Whereas scenarios like shutting down the electricity grids, bringing down a commercial aero plane, etc., by introducing malware in their control and navigations systems, are also being drawn. These scenarios render the conduct of violence an utterly discreet activity: wherein the questions of distinction and proportionality will once more come to the fore, but in a manner where these humanitarian principles shall be extremely difficult to apply and assess. Even to begin with, there are questions about terming damages caused by cyber weapons as an 'attack' as well as fixing of the responsibility for such act. The dominant role of violent non-state actors in contemporary violence further complicates the situation and renders questions complexity. To answer such questions, International Committee of Red Cross, therefore, notes that ''only'' state practice can help finding adequate answers to these questions.<ref>'International Humanitarian Law and the Challenges of Contemporary Armed Conflicts' (October 2015) ICRC, 16. </ref> For instance, in cases of damages to Iranian and Estonian infrastructures, there was no claim of responsibility. And meanwhile, when selecting and hitting these targets, there was no regard for the principle of distinction either. Specifically speaking of the principle of distinction, which, along with the Hague Regulations, was effectively laid down in Article 48 of the Additional Protocol I to the Geneva Conventions of 1949 becomes problematic when applied in context of cyber warfare. For example, there can be a scenario that due to the easiness and less costly prospects, at least for the attacker, a military commander decides to shut down an electricity grid by employing a cyber attack; so that the command and communication structures of a nearby military installation may be rendered useless yet the same targeting can also turn off electricity in a nearby hospital and cause scores of deaths. In such a targeting, there is loss of innocent lives albeit as an unintended consequence of a cyber attack. Besides violating the principle of distinction, such an attack also ends up undermining the principles of humanity, military necessity as well as proportionality.<ref>Michael N. Schmitt, ''Tallinn Manual 2.0 on the International Law Applicable to Cyber Operations'' (CUP 2017) 348-50.</ref> To address these issues of uncertainty and complexity, some scholars have suggested to bring in binding international conventions protecting civilian digital platforms.<ref>Davis Brown, 'A Proposal for an International Convention To Regulate the Use of Information Systems in Armed Conflict' (2006) 47/149 Harvard ILJ. </ref> Nonetheless, questions shall arise when targeting those platforms powering civilian and military installations simultaneously. In such a scenario, there is never a question of ''either'' and ''or'' rather the digital platform is plugged to both the installations. Speaking of the functioning of cyber platforms, one can assume that such a dilemma will not be specific to the given case rather it will run across numerous platforms, and thus, complicating any military targeting decisions.<ref>For a detailed analysis of this targeting dilemma, see Michael N. Schmitt, 'The Law of Cyber Targeting' (Spring 2015) 68/2 Naval War College Review 10-29; Michael N. Schmitt and Eric W. Widmar, 'On Target: Precision and Balance in the Contemporary Law of Targeting' (2014) 7 Journal of National Security Law & Policy 379-409. </ref> Hence when a targeting decision is taken and executed, in all probability, it will give rise to questions about the applicability of proportionality. After all, pinpointing a networked target is extremely difficult and chances of indirectly targeting civilian cyber infrastructure while brining downing a military one are higher during a conflict.<ref>ibid 26.</ref> Massive cyber attacks against the Ukrainian government's digital infrastructure once more points toward such trends and difficulties when targeting cyber objects.<ref>Robert Hart, 'Ukraine Hit By "Massive Cyber Attack" As Russia Mobilizes Troops Near Border' (14 January 2022) Forbes <https://www.forbes.com/sites/roberthart/2022/01/14/ukraine-hit-by-massive-cyber-attack-as-russia-mobilizes-troops-near-border/?sh=54733e3b1cf2> accessed 30 July 2022 </ref> Tracing of the sources to fix responsibility for usages and damages caused by cyber weapons is another dilemma, potentially, making the violence in war a muddier business and adding another layer of complexity in applying the legal principles to ensure transparency as well as accountability.<ref>For further details, Schmitt (n 59) 79-104.</ref> Apparently, one can assume that unlike autonomous and semi-autonomous weapons, cyber weapons due to their nature, are indiscriminate and disproportionate. Hence to make their use subject to the given humanitarian rules and principles is bound to pose serious challenges.<!-- Engagement with the Tallinn Manual (2.0.) would be great! --> === II. Protected Groups and Objects ===<!-- In this part, a few footnotes do not contain any sources --> The law of armed conflict was originally created by states to spare the civilian population from the consequences of the conduct of hostilities. Nevertheless, some provisions of the Geneva Conventions and their Additional Protocols address other groups or objects, such as medical personnel and establishments, cultural property, or the natural environment. Indirectly, their protection can often be linked to the protection of civilians and civilian objects, but these provisions install special protection for specific protected groups and objects that differs from the general protection of civilians and civilian objects. The three mentioned examples are only a selection of protected groups and objects. ==== 1. Medical Personnel ==== The first Geneva Convention from 1864 was concluded to take care of the wounded and sick combatants of all belligerent states who were hors de combat (out of the battle). Without medical personnel and medical care, their protection would have remained meaningless. Today, several Geneva Conventions as well as Aditional Protocol I include provisions on the protection of medical personnel, medical units, and medical establishments. Art. 24 and 25 GC I, Art. 36 and 37 GC II, Art. 15 AP I on international armed conflicts, and Art. 9 AP II on non-international armed conflicts contain an obligation to respect and protect medical personnel under all circumstances. First of all, medical personnel includes civilians and militaries temporarily or permanently assigned to medical purposes, such as the search for, collection, transportation, diagnosis or treatment of the wounded, sick and shipwrecked, or to the prevention of disease, or to the administration or operation of medical units or medical transports. Only people with the official assignment of medical tasks by the competent authority of a belligerent party enjoy the special protection as medical personnel.<ref>?</ref> Second, to identify medical personnel, it is asked to use the distinctive sign of the red cross, red crescent, or red crystal worn on clothes. In the past, the distinctive sign has made medical personnel and medical units more vulnerable, since they were visible to the enemy's forces and have been attacked unlawfully.<ref>?</ref> They are of particularly high value based on their essential role in medical care to each belligerent state. Third, medical personnel and medical establishments may not be object to an attack. If they fall into the enemy's hands, they are not considered prisoners of war and must be set free.<ref>?</ref> The opposing party may, however, retain them to give medical care to prisoners of war.<ref>?</ref> military (permanent or temporary) medical personnel - Art. 24 + 25 GC I - Art. 36 + 37 GC II civilian medical personnel assigned by a party to the conflict - Art. 20 GC IV - Art. 8 AP I medical personnel made available by third States or organizations to a party to the conflict - Art. 8 AP I personnel of a National Society recognized and specifically authorized by a party to the conflict - Art. 26 GC I - Art. 24 GC II - Art. 8 AP I protection on the battlefield (including inhabitants of the combat zone): may not be attacked and may fulfill medical duties in conformity with medical ethics, Art. 24+25 GC I, Art. 36+37 GC II, Art. 15+16 AP I once fallen in enemy hands: immediate repatriation or employment caring for POWs Art. 28-32 GC I under control of the enemy: right to perform their medical mission, right not to perform acts contrary to medical ethics, right to maintain medical secret, except as required by law, Art. 15+16 AP I, Art. 10 AP II ==== 2. Cultural Property ==== - Hague Convention for the protection of cultural property in the event of armed conflict, 1954 - First Protocol to the Hague Convention, 1954 - Second Protocol to the Hague Convention,1999 - Art. 53 AP I - art. 16 AP II - World Heritage Convention - Chapter 12 ICRC IHL study ==== 3. Natural Environment ==== The environment has been called a "silent victim" of war.<ref>UN Environment Programme, Rooting for the Environment in Times of Conflict and War, Press release from 6 November 2019, available at https://www.unep.org/news-and-stories/story/rooting-environment-times-conflict-and-war (last visited 15 March 2022)</ref> Art. 35(3) Additional Protocol I (AP I), regulating international armed conflicts, specifically protects the "natural environment" from "widespread, long-term and severe damage." This provision has never been applied to an actual conflict since either some states to the conflict were not a party to Additional Protocol I and AP I did hence not apply.<ref>?</ref> Moreover, the undefined threshold of Art. 35(3) AP I has never been reached due to its vagueness, not even in the cases of the Vietnam war and the deployment of Agent Orange, or of the burning oil wells in Kuwait in 1991. During the negotiations of AP I, no consensus among states was reached regarding the definitions of the threshold. For instance, it is unclear whether "long-term" is measured in years or decades, based on the travaux préparatoires the latter seems to be the case.<ref>?</ref> Simultaneously to the negotiation of AP I, states drafted and adopted the Convention on the Prohibition of Military or Any Other Hostile Use of Environmental Modification Techniques (ENMOD Convention) which contains a similar threshold with almost identical wording ("widespread, long-lasting or severe"). In this case, however, states were able to agree on a definition in a memorandum of understanding: long-lasting, for instance, means "lasting for a period of months, or approximately a season" in terms of the ENMOD Convention.<ref>See https://ihl-databases.icrc.org/applic/ihl/ihl.nsf/Article.xsp?action=openDocument&documentId=A951B510E9491F56C12563CD0051FC40 (last visited 15 March 2022)</ref> In addition to the specific protection the "natural" environment enjoys under Art. 35(3) AP I (similar protection of the "natural" environment is also included in Art. 55(1) AP I and linked to the survival of the civilian population), elements of the environment can constitute civilian objects,<ref>See Droege/Tougas, The Protection of the Natural Environment in Armed Conflict–Existing Rules and need for further legal protection, Nordic Journal of International Law 2013, p. 23</ref> since they rarely serve military purposes and hence only rarely represent a military object that can lawfully be attacked. The principle of distinction thus protects the environment. The other cardinal principles of the law of armed conflict, like proportionality, military necessity, and precautions in an attack, also require the belligerent parties to at least consider the protection of the environment in their conduct of hostilities.<ref>See ICJ, Legality of the Threat or Use of Nuclear Weapons, Advisory Opinion from 8 July 1996, ICJ Rep. 1996, para. 30: "[…] States must take environmental considerations into account when assessing what is necessary and proportionate in the pursuit of legitimate military objectives. Respect for the environment is one of the elements that go to assessing whether an action is in conformity with the principles of necessity and proportionality.”</ref> In non-international armed conflicts, which are regulated by common Art. 3 to the Geneva Conventions and Additional Protocol II, there exists no specific provisions on the environment, hence the cardinal principles as well as the protection of elements of the environment as civilian objects apply. In the 2005 ICRC study on customary international humanitarian law, three rules were identified that protect the natural environment.<ref>Cf. rules 43-45 in chapter 14, available at https://ihl-databases.icrc.org/customary-ihl/eng/docindex/v1_cha_chapter14 (last visited 15 March 2022)</ref> Additionally, the UN International Law Commission started to analyze the topic "Protection of the Environment in relation to Armed Conflicts" in 2011 in order to clarify and enhance the protection of the environment in relation to armed conflict. - IEL? - IHRL? ==C. Interplay with Other Fields of Public International Law== === I. Human Rights Law === === II. International Environmental Law === === III. International Investment Law === === IV. International Criminal Law === ==Further Readings== * Source I * Source II ==Conclusion== * Summary I * Summary II <!--Please do not delete the part under this comment--> {{OpenRewi/Chapter-End}} {{BookCat}} gh2mwaev0zdtb46cbcpx5ic5ewxnxfd 4095194 4095187 2022-08-21T09:41:05Z IUllah 3358489 Citations formatting wikitext text/x-wiki <p style="clear: both;"></p> {{OpenRewi/Chapter-Top}} <p style="clear: both;"></p> <!--Please do not delete the part above this comment--> {{Template:OpenRewi/WIP}}<!--You can delete this template as soon as your text is (provisionally) finished--> <big>Author:<!--Anne Dienelt and Imdad Ullah --></big> <blockquote>Required knowledge: Link<!--Please insert links to other parts of the book or other books that are needed as prior knowledge--> </blockquote> <blockquote>Learning objectives: Understanding XY.<!--Please enter the learning objective for your chapter--> </blockquote> This is where the text begins.<ref>The first footnote. Please adhere to [https://www.law.ox.ac.uk/sites/files/oxlaw/oscola_4th_edn_hart_2012.pdf OSCOLA] when formating citations. Whenever possible, provide a link with the citation, ideally to an open-access source.</ref> This template follows [[Wikibooks:WikiProject_OpenRewi_-_Open_Legal_Science/Styleguide|our style guide]]. Please take into account our [[Wikibooks:WikiProject_OpenRewi_-_Open_Legal_Science/Didactics|guidelines for didactics]]. If you're wondering how to create text in Wikibooks, feel free to check out our guide on [[Wikibooks:WikiProject_OpenRewi_-_Open_Legal_Science/Writing|how to write]] in Wikibooks. {{OpenRewi/Advanced|Reference=Example|Content=This is your advanced content. You can create this text box using our template "Advanced". How to do this is described [[Wikibooks:WikiProject_OpenRewi_-_Open_Legal_Science/Writing|here]].}} {{Template:OpenRewi/Example|Content=This is your example.|Reference=to example topic}} {{Template:OpenRewi/Test|Link=https://openrewi.org/en/projects/project-public-international-law/history-theory-methods/#PIL-test}} Just replace the content above and below with your content. Test ==A. General Introduction to the Law of Armed Conflict == ==== I. Geneva Conventions and Additional Protocols ==== As a historical fact, there has not been a phenomenon as consistent as violence. The sheer prevalence of violence gave way to serious efforts to regulate it, in ways, that those not ''directly'' taking part in it, could be protected from its horrible consequences. Speaking of the earlier human history, it suggests that rules and regulations to limit the damages to human sufferings and means of their sustenance were present as early as 3000 BC. Perhaps, during those times the content of these rules was not purely humanitarian, yet their effect was ''certainly'' humanitarian. For instance, one rule of the African traditional law prohibited the poisoning of wells. Given the fact of the legal understanding of the contemporary communities, wherein tribalism triumphed over the promotion of common humanitarian values, and norms---one might question the humanitarian nature of such a law. One cannot, however, ignore the humanitarian effects of such laws helping to ebb human suffering by making violence less miserable.<ref>Marco Sassòli, Antoine Bouvier and Anne Quintin, ''How Does Law Protect in War? Cases, Documents and Teaching Materials on Contemporary Practice in International Humanitarian Law'' (Vol. I, 3rd edn, ICRC Publications 2011) 1.</ref> And thus, the law striving to make the wars less inhumane is called law of armed conflict, or alternatively, International Humanitarian Law and ''Jus in Bello''. Hence as an accumulation effect of the centuries' old laws, customs, norms, and traditions in making warfare humane, the modern law of armed conflict took birth against the backdrop of the utterly terrible violence during the battle of Solferino in 1859.<ref>Fought between the French troops, allied to the Sardinians and the Austrians troops on June 24, 1859, the battle of Solferino is among the deadliest wars in Europe. It left 6,000 dead and 40,000 wounded on the very first day of the armed encounter. In fact, the sufferings of unattended wounded gave way to the formation of the Red Cross. For details, 'The battle of Solferino' (1859) < https://www.icrc.org/en/doc/resources/documents/misc/57jnvr.htm> accessed 23 June 2022 </ref> The plight of wounded soldiers left to die on the battlefield, later on, compelled the International Committee of the Red Cross (ICRC) to devise laws to protect the wounded in wars. As a result of these efforts, the first diplomatic conference in Geneva in 1864 adopted the Geneva Convention for the Amelioration of the Condition of the Wounded in Armies in the Field.<ref>Sassòli, Bouvier and Quintin (n 2) 2.</ref> To discuss and promulgate this Convention, 16 states from across Europe and Latin America participated in the first Geneva Conference agreeing to the principles directed at the care for the wounded at the battlefield without any distinction of the nationality. The Convention came into effect in 1865.<ref>For further details of this Convention and its different articles, see 'Convention for the Amelioration of the Condition of the Wounded in Armies in the Field' (22 August 1864) <https://ihl-databases.icrc.org/ihl/INTRO/120> accessed 23 June 2022 </ref> In addition to the Geneva Conventions before the First World War, the role of the Hague Peace Conferences is also important in laying down rules and regulations aiming to give warfare a relatively more humane character. Specifically, the Second Peace Conference which was held in 1907, laid down detailed rules and regulations related to the conduct of Naval warfare. These rules were, subsequently, also enshrined in numerous Geneva Conventions.<ref>Frits Kalshoven and Liesbeth Zegveld, ''Constraints on the Waging of War: An Introduction to International Humanitarian Law'' (ICRC Publications 2001) 22-24. For non-Western but Islamic contributions, see Ahmed Al-Dawoody, 'Islamic law and international humanitarian law: An introduction to the main principles' (2017) 99/3 International Review of the Red Cross 995-1018; Mohamed Badar, 'Ius in Bello under Islamic International Law (2013) 13/3 ICLR 593-625.</ref> The horrific violence directed against both the civilians and soldiers during the First World War gave way to urgency in formulating universally applicable rules and regulations to curtail the horrendous character of modern warfare. To translate this vision into action, ICRC and the Swiss Government convened the diplomatic conference to devise binding rules to care for the sick and wounded. It also formulated detailed rules to address the issue of prisoners of war. Subsequently, once more and after the Second World War in 1949, a diplomatic conference under the auspices of ICRC and the Swiss Government was held in Geneva aiming to expand the scope of earlier conventions and to enshrine rules aiming at the protection of civilian populations both in times of war and under foreign occupation. Most importantly though the said conference agreed to incorporate a common article in all the conventions narrating the applicability of these rules in international as well as non-international armed conflicts.<ref>Frits Kalshoven and Liesbeth Zegveld, ''Constraints on the Waging of War: An Introduction to International Humanitarian Law'' (ICRC Publications 2001) 27-29.</ref> ==== 3. Weapons Law ==== The character of certain weapons is central to end unnecessary sufferings and superfluous injuries in warfare. That is why early instruments like the 1868 St. Petersburg Declaration and the Hague Declarations and Regulations prohibited certain weapons causing suffering among the targeted persons. More specifically, the St. Petersburg Declaration banned exploding bullets causing unnecessary injuries.<ref>'Declaration Renouncing the Use, in Time of War, of Explosive Projectiles Under 400 Grammes Weight' (29 November / 11 December 1868) <https://ihl-databases.icrc.org/ihl/full/declaration1868> accessed 24 June 2022 </ref> Later on, 1899/1907 Hague Declarations and Regulations also enshrined and protected this ban. Whereof, under the rule, the uses of projectiles, explosives from balloons, and asphyxiating gases were impermissible. Today, the law of armed conflict contains specific rules on the choice of weapons as means of warfare and is complemented by weapons law in the form of treaties related to different weapons, such as the 1972 Biological Weapons Convention, the 1993 Chemical Weapons Convention, or the 1980 Convention on Certain Conventional Weapons. <ref>'Weapons' (30 November 2011) < https://www.icrc.org/en/document/weapons> 25 June 2022 </ref> Moreover, speaking of the nuclear weapons though not ''outrightly'' banned by any treaty or court decisions so far, yet the International Court of Justice (ICJ) was categorical in questioning the applicability of the principle of proportionality in context of the usage of nuclear weapons in warfare.<ref>For further details, ''Legality of the Threat or Use of Nuclear Weapons, Advisory Opinion'' (1996) ICJ <https://www.icj-cij.org/public/files/case-related/95/095-19960708-ADV-01-00-EN.pdf> 24 June 2022 </ref> In recent times, debates surrounding the banning of autonomous and semi autonomous also fall under the weapons law and might end up someday as an instrument of such a law. ==== 4. Customary Law ==== Even in the absence of any specific treaty law, parties in a conflict made efforts to spare the lives of innocent civilians, treated prisoners humanely, as well as exchanged prisoners of war at the conclusion of hostilities. These norms, as an effect of the consistent practice and juridical value on the part of warring parties gradually emerged as customary rules of international law.<ref>Kalshoven and Zegveld (n 7) 15. </ref> These customs then became part of the various treaty laws in one form or the other. Nonetheless, they also continued maintaining their ''distinctive'' status as customary International Humanitarian Law. In this context, one might raise questions that given the fact that customary rules find expressions in treaty laws, then why do they need to continue having separate existence as the customary laws? The answer lies in the fact that there can be a state which is non-party to treaty law and may claim exemptions from the humanitarian laws. Albeit it efforts, such a state would find it hard to claim any exemption because of the customary rules. For further details, see in section on Customary [[Public International Law/Sources of International Law/Customary Law|Laws]]. ===II. Principles of the Law of Armed Conflict=== Various treaty and customary laws enshrine the principles of the law of armed conflict. They are then applicable to both international and non-international armed conflicts. They aim to regulate the conduct of hostilities in order to "humanize" the warfare without questioning the justifications of the recourse to war itself. Moreover, these principles help ensuring a balance between military necessity and humanitarian protection. Herein, it is important to understand {{OpenRewi/Advanced|Reference=Treatment of Non-state Actors in Non-international Armed Conflicts|Content=While the international armed conflicts involve international actors (states), the non-international armed conflicts include violent non-state actors, at least as one party in such conflicts. In this context, however, it is noteworthy that the treatment of non-state actors under non-international armed conflicts does not aim to grant them any legitimacy rather it strives to safeguard the innocent humans in armed conflicts.}} ==== 1. Humanity ==== Wars, through the use of deadly weapons of warfare, inherently, involve a horrible display of human conduct. Certain laws, on the contrary, strive to give war a humane character by prohibiting cruel and inhuman treatments of opponents. By laying emphasis upon the humane treatment of prisoners of war,<ref>'Lieber Code: Instructions for the Government of Armies of the United States in the Field' (24 April 1863) <https://ihl-databases.icrc.org/applic/ihl/ihl.nsf/Article.xsp?action=openDocument&documentId=0E91FD21E67035CCC12563CD00514E42> accessed 24 June 2022 </ref> the scope of the relevant laws later on expanded to include wounded, sick, shipwrecked as well as those not directly participating in war. For example, Article 3 which is common to all Geneva Conventions prohibits the inhumane treatment of all those persons who are not, as well as no more taking part in warfare.<ref>'Convention (I) for the Amelioration of the Condition of the Wounded and Sick in Armed Forces in the Field' (12 August 1949) <https://ihl-databases.icrc.org/applic/ihl/ihl.nsf/WebART/365-570006?OpenDocument> accessed 25 June 2022 </ref> Subsequently, the principle of humanity was further elaborated in Additional Protocol I through Article 75(1): whereof the said Article provides that it is incumbent upon all parties in a conflict that humans <blockquote>under this Protocol shall be treated humanely in all circumstances and shall enjoy, as a minimum, the protection provided by this Article without any adverse distinction based upon race, colour, sex, language, religion or belief, political or other opinion, national or social origin, wealth, birth or other status, or on any other similar criteria. Each Party shall respect the person, honour, convictions and religious practices of all such persons.<ref>'Protocol Additional to the Geneva Conventions of 12 August 1949, and relating to the Protection of Victims of International Armed Conflicts (Protocol I) (8 June 1977) <https://ihl-databases.icrc.org/ihl/WebART/470-750096?OpenDocument> accessed 26 June 2022 </ref></blockquote>Article 4 of Additional Protocol II further emphases that no circumstance in warfare can deprive a human of its right to be treated as human.<ref>'Protocol Additional to the Geneva Conventions of 12 August 1949, and relating to the Protection of Victims of Non-International Armed Conflicts (Protocol II)' (8 June 1977) < https://ihl-databases.icrc.org/ihl/WebART/475-760008?OpenDocument> accessed 26 June 2022 </ref> Besides the fact of being enshrined and underlined in various treaty laws, the principle of humanity has also become an important norm of customary international law.<ref>For a detailed treatment of this principle as a customary norm, Jean-Marie Henckaerts and Louise Doswald-Beck, ''Customary International Humanitarian Law'' (Vol. I, CUP 2005) 306-343.</ref> Such an importance thus underlines that, be a state or non-state violent actor, they are equally liable to uphold the principle of humanity. ==== 2. Distinction ==== Distinction implies ''who'' and ''what'' can be targeted or not, when perpetrating violence. Due its centrality within the legal discourse, distinction has emerged as a primary principle of general as well as customary international law. Underlining the fact, the International Court of Justice referred distinction as the 'cardinal' principle of International Humanitarian Law.<ref>''Legality of the Threat or Use of Nuclear Weapons'' (n 10) para 78, 92.</ref> In the conduct of hostilities while civilians and civilian objects are never a lawful target, military objects and combatants can lawfully be attacked. Nevertheless, under certain conditions, there can be permissible collateral damage to civilians and civilian objects. For a meaningful understanding and interpretation of this principle, however, it is important to read it in relation to other rules ensuring the safety of civilians, until and unless, they ''directly'' participate in hostilities and prohibiting attacks against those persons categorized as ''hors de combat.''<ref>Henckaerts and Doswald-Beck (n 16) 3. </ref> Historically every code of violent conduct and legal tradition stressed, albeit in varying degrees, sparing those humans and objects not engaging in violence and not becoming accessories to it. Within the secular tradition, however, the principle of distinction was set down, for the first time, in the St. Petersburg Declaration of 1868. Whereof the Declaration states 'the only legitimate object which States should endeavor to accomplish during war is to weaken the military forces of the enemy'.<ref>'Declaration Renouncing the Use, in Time of War, of Explosive Projectiles Under 400 Grammes Weight' (n 8). </ref> The 1899/1907 Hague Regulations (Article 25) meanwhile though did not, specifically, use the word "civilians" yet they sought to outlaw 'the attack or bombardment, by whatever means, of towns, villages, dwellings, or buildings which are undefended'.<ref>'Convention (IV) respecting the Laws and Customs of War on Land and its annex: Regulations concerning the Laws and Customs of War on Land' (18 October 1907) The Hague <https://ihl-databases.icrc.org/applic/ihl/ihl.nsf/Article.xsp?action=openDocument&documentId=D1C251B17210CE8DC12563CD0051678F> accessed 26 June 2022 </ref> Which might be interpreted as an attempt to protect the civilians in wars and draw a distinction between those armed to take part in the fighting and those avoid becoming accessory to it. Speaking of the modern treaty law relating to the law in war, Article 48 of the 1977 Additional Protocol I to the Geneva Conventions of 1949 provides that <blockquote>(I)n order to ensure respect for and protection of the civilian population and civilian objects, the Parties to the conflict shall at all times distinguish between the civilian population and combatants and between civilian objects and military objectives and accordingly shall direct their operations only against military objectives.<ref>'Protocol Additional to the Geneva Conventions of 12 August 1949, and relating to the Protection of Victims of International Armed Conflicts (Protocol I)' (8 June 1977) <https://ihl-databases.icrc.org/ihl/WebART/470-750061?OpenDocument> accessed 25 June 2022</ref> </blockquote>With their emphasis in varying degree, thus, all of the above mentioned legal rules note the importance of taking utmost care in military operations to ensure that no civilian or civilian object falls victim to the violence, characteristically, meant to be directed against combatants or military objectives. ===== a) Combatants and Military Objects ===== Specifically defining combatants and military objects, Article 57 (2)(b) of the Additional Protocol I states that <blockquote>an attack shall be canceled or suspended if it becomes apparent that the objective is not a military one or is subject to special protection or that the attack may be expected to cause incidental loss of civilian life, injury to civilians, damage to civilian objects, or a combination thereof, which would be excessive in relation to the concrete and direct military advantage anticipated.<ref>ibid.</ref></blockquote>The said Article stresses that it is important to direct armed attacks ''only'' against combatants and military objects. The realization of this objective is so central in upholding laws in war that an armed attack ought to be cancelled at any stage of planning or execution rather than harming non-combatants or non-military objects. ===== b) Civilians and Civilian Objects ===== To ensure the safety of civilian lives in wars, Article (13)2 of Additional Protocol II prohibits attacking civilian populations as well as treating any civilian person as an object of attack. It also outlaws those attacks or threats of violence causing terror among the civilians.<ref>'Protocol Additional to the Geneva Conventions of 12 August 1949, and relating to the Protection of Victims of Non-International Armed Conflicts (Protocol II)' (8 June 1977) <https://ihl-databases.icrc.org/ihl/WebART/475-760019?OpenDocument> accessed 25 June 2022 </ref> In the same vein, Article 57(1) of the Additional Protocol I states that 'in the conduct of military operations, constant care shall be taken to spare the civilian population, civilians and civilian objects'. The said Protocol, furthermore, laying out the point of the centrality of the safety of civilians, in its sub-Article 57 (2)(a)(ii) stresses that all parties in a conflict should take utmost care ‘in the choice of means and methods of attack with a view to avoiding, and in any event to minimizing, incidental loss of civilian life, injury to civilians and damage to civilian objects'.<ref>'Protocol Additional to the Geneva Conventions' (n 21). </ref> ==== 3. Military Necessity ==== In an armed conduct, military necessity comes into play when translating the military objectives into violent force deployment. It also sets benchmarks for qualifying the means and methods in a military operation. More precisely, Article 4 of the Leiber Code defines military necessity, 'as understood by modern civilized nations, consists in the necessity of those measures which are indispensable for securing the ends of the war, and which are lawful according to the modern law and usages of war'.<ref>'Lieber Code' (n 12).</ref> However it is also noteworthy that while the military necessity might be an outcome of military objectives yet every violent act ought to have its own justification for qualifying as a permissible act in warfare. And such a justification should entail the requirements of another basic principle of warfare, and that is of proportionality.<ref>Oscar Schachter and Frits Kalshoven, ''Proceedings of the Annual Meeting'' (1992) 86 ASIL 41. </ref> As part of earlier attempts to explain and codify this norm, Article 23(g) of the Hague Regulations of 1899/1907 prohibited 'to destroy or seize the enemy's property, unless such destruction or seizure be imperatively demanded by the necessities of war'.<ref>'Convention (IV) respecting the Laws and Customs of War on Land and its annex: Regulations concerning the Laws and Customs of War on Land' (18 October 1907) The Hague <https://ihl-databases.icrc.org/ihl/WebART/195-200033?OpenDocument> accessed 27 June 2022 </ref> ==== 4. Proportionality ==== In any given armed conflict, proportionality entails the essence of perpetrating lawfully acceptable violence when conducting hostilities. Due to its centrality in assessing the justifications of warfare, the principle of proportionality is spread around the space through various principles as explained above. On its own and exclusively, it is enshrined in Articles 51 and 57 of the Additional Protocol to the Geneva Conventions of 1949. Whereof Article 51(5)(b) states that 'an attack which may be expected to cause incidental loss of civilian life, injury to civilians, damage to civilian objects, or a combination thereof, which would be excessive in relation to the concrete and direct military advantage anticipated'.<ref>'Protocol Additional to the Geneva Conventions' (n 21). </ref> However the said article, being aware of the usages of humans as shields, emphasizes that such treatment of civilians will not make the military targets immune from attacks.<ref>ibid., art 51(7). </ref> Resultantly, the responsibility for the losses to the civilian lives shall lie with those using humans as shields. Moreover, in addition to the Geneva Conventions, Amended Protocol II to the Convention on Certain Conventional Weapons in its Article 3(8)(a,b,c) also emphasizes the principle of proportionality by prohibiting indiscriminate usage of conventional weapons against the civilian populations and civilian inhabited dwellings.<ref>'Protocol on Prohibitions or Restrictions on the Use of Mines, Booby-Traps and Other Devices as amended on 3 May 1996 (Protocol II to the 1980 CCW Convention as amended on 3 May 1996) <https://ihl-databases.icrc.org/applic/ihl/ihl.nsf/Article.xsp?action=openDocument&documentId=55F0A5E12A51A635C12563FB00611D95> accessed 27 June 2022 </ref> With regard to the interpretation of this principle, it is common understanding among states that 'direct military advantage' speaks of the operation as a whole advantage and shall not be assessed against every bit and part of the attack.<ref>Henckaerts and Doswald-Beck (n 16) 49-51.</ref> ==== 5. To Take all Feasible Precautions ==== A primary norm of the customary international humanitarian law, the principle of precaution was initially set out in Article 2 of the 1907 Hague Convention (IX). The said article provides that given the presence of a military target inside an undefended town or port, it is absolutely important for the military commander to 'take all due measures in order that the town may suffer as little harm as possible'.<ref>'Convention (IX) concerning Bombardment by Naval Forces in Time of War' (18 October 1907) The Hague <https://ihl-databases.icrc.org/applic/ihl/ihl.nsf/Article.xsp?action=openDocument&documentId=C27C2D1A0E0C2C35C12563CD00516DB5> accessed 28 June 2022 </ref> Subsequently, this principle was further ''thoroughly'' explained and codified through the Article 57 of the Additional Protocol I to the Geneva Conventions of 1949. As the Article states that it is incumbent upon the warring parties to 'do everything feasible to verify that the objectives to be attacked are neither civilians nor civilian objects and are not subject to special protection'.<ref>'Protocol Additional to the Geneva Conventions' (n 21) art (57)(2)(a)(i) <https://ihl-databases.icrc.org/ihl/WebART/470-750073> accessed 28 June 2022 </ref> The emphasis upon precautions to spare the civilians from the consequences of warfare has been serious and consistent as was shown by a UN General Assembly Resolution in 1970, which stated that 'in the conduct of military operations, every effort should be made to spare civilian populations from the ravages of war, and all necessary precautions should be taken to avoid injury, loss or damage to civilian populations'.<ref>UN General Assembly Res. 2675 (XXV) (1970) < https://undocs.org/en/A/RES/2675(XXV)> accessed 28 June 2022 </ref> Likewise, the Second Protocol to the Hague Convention for the Protection of Cultural Property also incorporate the element of precaution in conducting violence.<ref>'Second Protocol to the Hague Convention of 1954 for the Protection of Cultural Property in the Event of Armed Conflict' (26 March 1999) The Hague art 7 <https://ihl-databases.icrc.org/applic/ihl/ihl.nsf/Article.xsp?action=openDocument&documentId=98D6720D8AE6D20F412567BB0052C84E> accessed 28 June 2022 </ref> Following through the laid down rules and fulfill their responsibility to protect civilian lives, most of the states, in one way or the other, thrashed out the principle of precaution in their military manuals to train the professional armed forces. ===III. Actors in the Law of Armed Conflict=== ==== 1. States ==== States<!-- Please insert a link to the states chapter in this textbook --> as traditional subjects of international law play an important role in the law of armed conflict like in any other field of public international law. For centuries, they have been an important actor in armed conflicts: They have started armed conflicts, they have participated in hostilities, they occupied territory and they came together to negotiate armistices. In collective efforts, states also assembled at international peace conferences, like the ones leading to the conclusion of the first Geneva Convention, the Hague Regulations or the Geneva Conventions from 1949. The role of states is also illustrated in the two categories of armed conflicts that exist in the law of armed conflicts (cf. common articles 2 + 3 to the Geneva Conventions): There are international armed conflicts between two or more states and there are so-called non-international armed conflicts that relate to conflicts between a state and a non-state actor or between several non-state actors on the territory of a state. Depending on this classification,<ref>See ICRC, Commentary GC I, pp 81–82 para. 224, available at https://ihl-databases.icrc.org/applic/ihl/ihl.nsf/Comment.xsp?action=openDocument&documentId=BE2D518CF5DE54EAC1257F7D0036B518#_Toc452041593; D. Akande, Classification of Armed Conflicts: Relevant Legal Concepts, in: E. Wilmshurst (ed.), International Law and the Classification of Conflicts (OUP, 2012), pp 32–79; J. K. Kleffner, Scope of Application of International Humanitarian Law, in: Fleck (ed.), Handbook of International Humanitarian Law, 4th ed., 2021, p. 52, para. 3</ref> a different set of rules and principles applies. While international armed conflicts are regulated by the four Geneva Conventions and Additional Protocol I (as well as by custom), non-international armed conflicts are governed by common Art. 3 to the Geneva Conventions and Additional Protocol II. If a state that is involved in a non-international armed conflict is not a party to Additional Protocol I, only common Art. 3 of the Geneva Conventions applies together with customary rules and principles. <s>In sum, states participate in armed conflicts and they create the rules governing such conflicts.</s> ==== 2. Non-State Actors ==== Over the past decades, more and more non-international armed conflicts broke out, with one state fighting organized armed groups within its territory (cf. common Art. 3 to the Geneva Conventions). This explains the rise of so-called non-state actors. In armed conflicts like the ones in Syria or Colombia but also in the aftermath of 9/11, rebel and terrorist groups were parties to the conflict and participated in the hostilities as armed non-state actors. The law of armed conflict directly addresses them in common Art. 3 to the Geneva Conventions and in Additional Protocol II. There are other non-state actors involved in armed conflicts, such as private military and security companies that support a party to the conflict. Despite their active role in conflicts, non-state actors do not participate in the actual law-making procedure in the law of armed conflicts. They are not a party to any treaties in the law of armed conflict, which are concluded between states exclusively. In peace negotiations, on the other hand, non-state actors participate together with states. Their actions are also only indirectly considered when interpreting the law of armed conflict,<ref>Cf. conclusion 7 and its commentary of the ILC's draft conclusions on subsequent agreements and subsequent practice in relation to the interpretation of treaties with commentaries, available at https://legal.un.org/ilc/texts/1_11.shtml</ref> and when identifying rules and principles of customary law.<ref>Cf. conclusion 4, para 4 of the ILC's draft conclusions on the identification of customary international law with commentaries, available at https://legal.un.org/ilc/texts/1_13.shtml</ref> In the past, there have been issues with armed non-state actors and their compliance with the laws of armed conflict.<ref>Bellal/Casey-Maslen, Enhancing Compliance with International Law by Armed Non-State Actors, Goettingen J. Int'l L. 2011, pp 175-197; see e.g. the initiative Geneva Call who aims at enhancing compliance of armed non-state actors in their conduct of hostilities to improve the protection of civilians: https://www.genevacall.org/</ref> I<s>n sum, non-state actors participate in the conduct of hostilities against states and are addressed by the law of armed conflict, but they do not participate in the law-making process.</s> ==== 3. The International Committee of the Red Cross ==== The International Committee of the Red Cross (ICRC) is the "guardian"<ref>ICRC blog, What is the ICRC's role in developing and ensuring respect for IHL?, available at https://blogs.icrc.org/ilot/2017/08/14/what-is-the-icrc-s-role-in-developing-and-ensuring-respect-for-ihl/ </ref> of the law of armed conflict. Established in 1863 by Henry Dunant after the Battle of Solferino<ref>Dunant, A Memory of Solferino, available at https://shop.icrc.org/a-memory-of-solferino-pdf-en.html</ref> as an association governed by Article 60 and following of the Swiss Civil Code, the ICRC is mandated to protect people affected by armed conflicts and violence. As a traditional subject of international law<!-- Please insert a link to the subject/actors part of this textbook -->, it enjoys a special international legal status that is different than the one from NGOs or international organizations. The ICRC is guided by seven principles: Humanity, Impartiality, Neutrality, Independence, Voluntary service, Unity & Universality,<ref>See ICRC, Research guide "The Fundamental Principles of the International Red Cross and Red Crescent Movement," available at https://blogs.icrc.org/cross-files/the-fundamental-principles-of-the-international-red-cross-and-red-crescent-movement/</ref> which guarantee access to all parties to a conflict. ==== 4. Others ==== ===IV. Use of Force and the Law of Armed Conflict=== ==B. Selection of Current Challenges in the Law of Armed Conflict == Beyond the frontiers of laying down elaborative and consensual rules to make violence less miserable in wars there lies the challenge of inventing and deploying weapons which might not impede the human capacity and willingness to abide by these rules. In present times, with the invention and introduction of various new technologies of warfare such a challenge has become more pronounced than ever. The following discussion highlights some of these challenges. === I. New Technologies=== ==== 1. Semi-Autonomous Weapons ==== In terms of the revolutions in warfare technology, the twenty-first century is proving to be the most advancement frenzy so far. Whereof the leap from manned military technology to the unmanned was rapid and reciprocal. Such a swiftness in development and deployment when provides the strategic and operational edge, it also raises numerous legal questions in upholding the ''jus in bello'' principles of warfare like distinction, necessity, proportionality, etc. Due their widespread usage against non-state actors, combat drones raised these questions more often. For their precision and persistence in killing, combat drones were presented as the "weapon of choice".<ref>Remarks of Director of Central Intelligence Agency, Leon E. Panetta, at the Pacific Council on International Policy (May 18, 2009) <<nowiki>https://www.cia.gov/newsinformation/speeches-testimony/directors-remarks-at-pacific-council.html</nowiki>> accessed 23 July 2022 </ref> In terms of saving lives of those deploying the combat drones, the results are ''certainly'' positive. However, the losses of lives when targeting the alleged terrorists, are in many cases, not proportionate to the actual security threat they pose. For instance, in cases of the US drone attacks against terrorists in Pakistan, Yemen, and Somalia, various governmental and non-governmental studies point to the fact that in contrast to their technological reputation for precision---combat drones are not that much ''precise'', operationally.<ref>'Living under Drones: Death, Injury and Trauma to Civilians from US Drone Practice in Pakistan (International Human Rights and Conflict Resolution Clinic, Stanford Law School and Global Justice Clinic, New York University School of Law 2012); Jo Becker and Scott Shane, 'Secret "Kill List" Proves a Test of Obama’s Principles and Will,' ''The New York Times'' (29 May 2012) A1; Letta Tayler, 'Between a Drone and Al-Qaeda: The Civilian Cost of US Targeted Killing in Yemen,' (New York, Human Rights Watch 2013); Jane Mayer, 'The Predator War: What are the Risks of the C.I.A.’s Covert Drone Program?' ''The New Yorker'' (26 October 2009); 'Daily Situation Report,' (FATA Secretariat, Ministry of Interior, Pakistan, 2007-2017; Ben Emmerson, 'Report of the Special Rapporteur on the Promotion and Protection of Human Rights and Fundamental Freedoms While Countering Terrorism,' UN Document A/68/389 (18 September 2013); Philip Alston, 'Report of the Special Rapporteur on extrajudicial, summary or arbitrary executions,' (presented to the Human Rights Council, 14th session, 28 May 2010). </ref> Nonetheless, the US remains adamant that the combat drones are precise and avoid losses to the innocent lives. For example, the Obama administration in its report disclosing the civilian killings in drone warfare in 2016 recorded that the civilian deaths are less than 200.<ref>Karen DeYoung and Greg Miller, 'White House Releases its Count of Civilian Deaths in Counterterrorism Operations under Obama,' ''The Washington Post'' (1 July 2016). </ref> However, a closer scrutiny of these numbers suggests that perhaps the US government counts only children and women deaths as civilians. And the rest are eligible targets under the laws in war, at least according to the US government. It seems even more probable proposition because various reports counting the deaths out of the US combat drones also estimate that there are children and women killed in drone warfare and their numbers are almost equal to the US estimates of total civilian deaths.<ref>For details, Peter Bergen, David Sterman and Melissa Salyk-Virk. 'America’s Counterterrorism Wars,' (The New America Foundation'','' 2020) <https://www.newamerica.org/in-depth/americas-counterterrorism-wars/> accessed 23 July 2022; 'Civilian Casualties & Collateral Damage,' (LAWFARE) < https://www.lawfareblog.com/civilian-casualties-collateral-damage?__cf_chl_captcha_tk__=4BIlxf_LBxZR1Xu5pL3CSbSRrgr.N4OUm54YU9qwWh4-1636355500-0-gaNycGzNCKU> accessed 24 July 2022 </ref> In view of these discrepancies surrounding the loss of innocent lives, one may notice that the dispute over evidence while on the one hand seems to be inherent when it comes to the application of laws in war. On the other, it points to the fact of the ''mere'' confidence of the governments in the precision of combat drones. However, at times, such confidence did translate into reality of precision strike, as combat drones pinpointed the terrorists on various occasions. For instance, the killing of a Pakistani Taliban leader in a drone strike, wherein the missile attack was so precise that even it did not cause any harm to the house, bore testimony to this fact.<ref>Imdad Ullah, ''Terrorism and the US Drone Attacks in Pakistan: Killing First'' (Routledge 2021) 131.</ref> In this case, it seems that the drone operators took 'all feasible precautions' before striking down the intended target, and adequately fulfilled the principles of necessity and proportionality. Hence, concerning the technological prowess of combat drones, it is absolutely evident that they have the manifest ability to be precise and proportional. Unlike the soldiers on the battlefield, combat drones do not fear for their safety, and hence, in principle can withstand risks while pinpointing the target. In practice, however, the usage of combat drones, specifically against the violent non-state actors, in recent times, raised more questions, concerning the fulfillment of humanitarian principles than answering them. In this context, one needs to closely study the combat drone deployments in Pakistan, Yemen, and various African states involving the United States and French militaries, against terrorists.<ref>Hugh Gusterson, ''Drone: Remote Control Warfare'' (The MIT Press 2016); 'Civilian Casualties & Collateral Damage,' (n 46); Letta Tayler, 'Between a Drone and Al-Qaeda: The Civilian Cost of US Targeted Killing in Yemen,' (Human Rights Watch 2013) < https://www.hrw.org/node/256485/printable/print> accessed 23 July 2022; 'A Wedding That Became a Funeral,' (Human Rights Watch 2014); 'France's Shadow War in Mali: Airstrikes at the Bounti Wedding,' (Stoke White Investigations 2021) <https://www.swiunit.com/post/france-s-shadow-war-in-mali-airstrikes-at-the-bounti-wedding> accessed 24 July 2022 </ref> ==== 2. AI and Autonomous Weapons ==== Within the context of the weapons of warfare, autonomy is a relative term. It may range as well as encompass launching a weapon into the battlefield to the point of successfully selecting, engaging, and neutralizing the target.<ref>For a detailed treatment of autonomy in autonomous weapons systems and how may it operate in warfare, see Kenneth Payne, 'Artificial Intelligence: Artificial Intelligence: A Revolution in Strategic Affairs?' (2018) 60 Survival 7-32; Giovanni Sartor and Andrea Omicini, 'The autonomy of technological systems and responsibilities for their use' in Nehal Bhutta and others (eds), ''Autonomous Weapons Systems: Law, Ethics, Policy'' (CUP 2016) 40-65. </ref> To make the concept more understandable, the United States Department of Defense underlines that a weapons system is autonomous when 'once activated, (it) can select and engage targets without further intervention by a human operator'.<ref>'Autonomy in Weapons Systems' ''U.S. Department of Defense'', directive no. 3000.09 (21 November 2012) </ref> At a time when, in the case of semi-autonomous weapons while humans remain in the loop when deciding and targeting the enemy combatants on the battlefield, however, with the emergence and usage of the fully automated weapons of warfare, the humans deem to be handing over control over decision as well as practice to engage the opponents to machines. Such an emerging scenario poses serious questions for the laws of warfare. More specifically, it amplifies the challenge to the principle of proportionality whose applicability was already turning out to be a daunting one in case of the semi-autonomous weapons. In this context, one understands that the entire notion of warfare is predicated upon the assumption that when humans face off humans on the battlefield, inherently, such a face-off imposes certain limitations on the excessive use of violence among the adversaries to achieve a particular as well as the general objective of warfare. Whereof humans might decide ''instantly'' that perhaps a certain objective of warfare can be better served by only injuring the enemy combatant rather than killing her. To the contrary, an automated gun would hardly bother to take such an instant decision at the battlefield and spare the life of a human in return for only injuring her. Likewise, speaking of the strategic and nuclear weapons, the mere presence of autonomous weapons on the battlefield can be tempting for the adversary to jump to the conclusion that might these weapons in a first strike scenario---take out the second-strike capability, and therefore, it is prudent to unleash the strategic weapons in advance. Such a scenario while on the one hand can make escalation scenarios in warfare more ''uncertain'' and ''dangerous.'' On the other hand, it can also undermine the principle of proportionality, concerning the particular objective of warfare.<ref>Michael T. Klare, 'Autonomous Weapons Systems and the Laws of War' (2019) 49 Arms Control Today 6-12.</ref> Moreover, AI powered autonomous weapons can also have serious repercussions for the principle of distinction. For instance, though an automated gun is fed with various image classifications such as soldier uniforms, insignias, numerous types of rifles and ammunitions yet the softwares commanding the operations of a gun can be hacked and fed with different image classification. Likewise, there are also chances that a gun may also indulge in automatic fire on the basis of mistaken identity. For example, in certain experiments guns have mistaken turtles as rifles.<ref>ibid.</ref> However, despite the fact of dominant voices raising serious ethical, legal, and political questions<ref>For details of such voices, Mary E. O’Connell, 'Banning Autonomous Killing—The Legal and Ethical Requirement That Humans Make Near- Time Lethal Decisions' in Matthew Evangelista and Henry Shue (eds), ''The American Way of Bombing: Changing Ethical and Legal Norms From Flying Fortresses to Drones'' (Cornell University Press 2014) 224-235; Rebecca Crootof, 'A Meaningful Floor For "Meaningful Human Control" (2016) 30 Temple International and Comparative Law Journal 53–62; Peter Asaro, 'Jus nascendi, Robotic Weapons and the Martens Clause' in Ryan Calo, Michael Froomkin and Ian Kerr (eds), ''Robot Law'' (Edward Elgar Publishing 2016) 367–386.</ref> about the nature as well as ''certain'' characteristics of autonomous weapons challenging the humanitarian principles in wars; there are some scholars who point to the fact that perhaps automated killing machines in the battlefield can better comb through the security threat, and thus, without fearing for its own safety, target the militarily vital object or combatant.<ref>Duncan Macintosh, 'Fire and Forget: A Moral Defense of the Use of Autonomous Weapons Systems in War and Peace' in Duncan Macintosh and Jens D. Ohlin (eds), ''Lethal Autonomous Weapons: Re- Examining the Law and Ethics of Robotic Warfare'' (OUP 2021) 9-23.</ref> In this context, one might presume that innovation in weapons is driven by the understanding that it might spare the lives of those seeking an edge in technology, yet it is also important to understand that these innovations must not make laws in warfare ineffective. For such understanding and reason underpinned the various instruments of international humanitarian law. Beginning with St. Petersburg Declaration and the Hague Declarations and Regulations, it was laid down that along with the precaution, only those weapons should be deployed in warfare which assure the avoidance of unnecessary injury of the targeted persons. Inside, the Geneva Conventions and Additional Protocols, Articles 51 and 57 stressed the importance of avoiding excessive physical as well as material damages when targeting the adversary in a warfare. Avoidance of excessive damage in terms of the autonomous weapons also depends upon the efficient decision-making and such an efficiency depends upon the thorough analysis of the choices made in targeting. Autonomous weapons based on data feeds, however, reach decisions within moments, and thus, might undermine the role of human judgement.<ref>Dan Saxon, 'A Human Touch: Autonomous Weapons, Directive 3000.09, and the "Appropriate Levels of Human Judgment over the Use of Force" (Summer/Fall 2014) 15/2 Georgetown Journal of International Affairs 103. For further details, see Bill Boothby, 'How Far Will the Law Allow Unmanned Targeting to Go?' in Dan Saxon (ed), ''International Humanitarian Law and the Changing Technology of War'' (Mārtiņus Nijhoff/Brill 2013) 62-63; and David Akerson, 'The Illegality of Offensive Lethal Autonomy' in Dan Saxon (ed), ''International Humanitarian Law and the Changing Technology of War'' (Mārtiņus Nijhoff/Brill 2013) 7I. </ref> Already we know that with regard to the semi-autonomous weapons, interplay between human judgement and machines have often produced horrible consequences when it comes to upholding the humanitarian principles in warfare. Autonomous weapons, therefore, do not seem to be offering any better alternatives to humans when taking decisions of applying kinetic force. The fulfillment of humanitarian principles, certainly, demands ''more'' role for the human judgement, not less. ==== 3. Cyber Weapons ==== In present times, a networked world has brought upon an unprecedented level of prosperity, and thus, as a consequence an extraordinary challenge to secure the very platforms underpinning this networking. In such networks, signals across and within the digital platforms remain ''the'' critical mass. Any ill-intended intrusion or tempering with the signals can turn a benevolent digital tool into a destructive weapon. In this context, spy wares and malicious software codes has already brought down the governmental digital platforms in Estonia and destroyed certain nuclear reactors in Iran. Whereas scenarios like shutting down the electricity grids, bringing down a commercial aero plane, etc., by introducing malware in their control and navigations systems, are also being drawn. These scenarios render the conduct of violence an utterly discreet activity: wherein the questions of distinction and proportionality will once more come to the fore, but in a manner where these humanitarian principles shall be extremely difficult to apply and assess. Even to begin with, there are questions about terming damages caused by cyber weapons as an 'attack' as well as fixing of the responsibility for such act. The dominant role of violent non-state actors in contemporary violence further complicates the situation and renders questions complexity. To answer such questions, International Committee of Red Cross, therefore, notes that ''only'' state practice can help finding adequate answers to these questions.<ref>'International Humanitarian Law and the Challenges of Contemporary Armed Conflicts' (October 2015) ICRC, 16. </ref> For instance, in cases of damages to Iranian and Estonian infrastructures, there was no claim of responsibility. And meanwhile, when selecting and hitting these targets, there was no regard for the principle of distinction either. Specifically speaking of the principle of distinction, which, along with the Hague Regulations, was effectively laid down in Article 48 of the Additional Protocol I to the Geneva Conventions of 1949 becomes problematic when applied in context of cyber warfare. For example, there can be a scenario that due to the easiness and less costly prospects, at least for the attacker, a military commander decides to shut down an electricity grid by employing a cyber attack; so that the command and communication structures of a nearby military installation may be rendered useless yet the same targeting can also turn off electricity in a nearby hospital and cause scores of deaths. In such a targeting, there is loss of innocent lives albeit as an unintended consequence of a cyber attack. Besides violating the principle of distinction, such an attack also ends up undermining the principles of humanity, military necessity as well as proportionality.<ref>Michael N. Schmitt, ''Tallinn Manual 2.0 on the International Law Applicable to Cyber Operations'' (CUP 2017) 348-50.</ref> To address these issues of uncertainty and complexity, some scholars have suggested to bring in binding international conventions protecting civilian digital platforms.<ref>Davis Brown, 'A Proposal for an International Convention To Regulate the Use of Information Systems in Armed Conflict' (2006) 47/149 Harvard ILJ. </ref> Nonetheless, questions shall arise when targeting those platforms powering civilian and military installations simultaneously. In such a scenario, there is never a question of ''either'' and ''or'' rather the digital platform is plugged to both the installations. Speaking of the functioning of cyber platforms, one can assume that such a dilemma will not be specific to the given case rather it will run across numerous platforms, and thus, complicating any military targeting decisions.<ref>For a detailed analysis of this targeting dilemma, see Michael N. Schmitt, 'The Law of Cyber Targeting' (Spring 2015) 68/2 Naval War College Review 10-29; Michael N. Schmitt and Eric W. Widmar, 'On Target: Precision and Balance in the Contemporary Law of Targeting' (2014) 7 Journal of National Security Law & Policy 379-409. </ref> Hence when a targeting decision is taken and executed, in all probability, it will give rise to questions about the applicability of proportionality. After all, pinpointing a networked target is extremely difficult and chances of indirectly targeting civilian cyber infrastructure while brining downing a military one are higher during a conflict.<ref>ibid 26.</ref> Massive cyber attacks against the Ukrainian government's digital infrastructure once more points toward such trends and difficulties when targeting cyber objects.<ref>Robert Hart, 'Ukraine Hit By "Massive Cyber Attack" As Russia Mobilizes Troops Near Border' (14 January 2022) Forbes <https://www.forbes.com/sites/roberthart/2022/01/14/ukraine-hit-by-massive-cyber-attack-as-russia-mobilizes-troops-near-border/?sh=54733e3b1cf2> accessed 30 July 2022 </ref> Tracing of the sources to fix responsibility for usages and damages caused by cyber weapons is another dilemma, potentially, making the violence in war a muddier business and adding another layer of complexity in applying the legal principles to ensure transparency as well as accountability.<ref>For further details, Schmitt (n 59) 79-104.</ref> Apparently, one can assume that unlike autonomous and semi-autonomous weapons, cyber weapons due to their nature, are indiscriminate and disproportionate. Hence to make their use subject to the given humanitarian rules and principles is bound to pose serious challenges.<!-- Engagement with the Tallinn Manual (2.0.) would be great! --> === II. Protected Groups and Objects ===<!-- In this part, a few footnotes do not contain any sources --> The law of armed conflict was originally created by states to spare the civilian population from the consequences of the conduct of hostilities. Nevertheless, some provisions of the Geneva Conventions and their Additional Protocols address other groups or objects, such as medical personnel and establishments, cultural property, or the natural environment. Indirectly, their protection can often be linked to the protection of civilians and civilian objects, but these provisions install special protection for specific protected groups and objects that differs from the general protection of civilians and civilian objects. The three mentioned examples are only a selection of protected groups and objects. ==== 1. Medical Personnel ==== The first Geneva Convention from 1864 was concluded to take care of the wounded and sick combatants of all belligerent states who were hors de combat (out of the battle). Without medical personnel and medical care, their protection would have remained meaningless. Today, several Geneva Conventions as well as Aditional Protocol I include provisions on the protection of medical personnel, medical units, and medical establishments. Art. 24 and 25 GC I, Art. 36 and 37 GC II, Art. 15 AP I on international armed conflicts, and Art. 9 AP II on non-international armed conflicts contain an obligation to respect and protect medical personnel under all circumstances. First of all, medical personnel includes civilians and militaries temporarily or permanently assigned to medical purposes, such as the search for, collection, transportation, diagnosis or treatment of the wounded, sick and shipwrecked, or to the prevention of disease, or to the administration or operation of medical units or medical transports. Only people with the official assignment of medical tasks by the competent authority of a belligerent party enjoy the special protection as medical personnel.<ref>?</ref> Second, to identify medical personnel, it is asked to use the distinctive sign of the red cross, red crescent, or red crystal worn on clothes. In the past, the distinctive sign has made medical personnel and medical units more vulnerable, since they were visible to the enemy's forces and have been attacked unlawfully.<ref>?</ref> They are of particularly high value based on their essential role in medical care to each belligerent state. Third, medical personnel and medical establishments may not be object to an attack. If they fall into the enemy's hands, they are not considered prisoners of war and must be set free.<ref>?</ref> The opposing party may, however, retain them to give medical care to prisoners of war.<ref>?</ref> military (permanent or temporary) medical personnel - Art. 24 + 25 GC I - Art. 36 + 37 GC II civilian medical personnel assigned by a party to the conflict - Art. 20 GC IV - Art. 8 AP I medical personnel made available by third States or organizations to a party to the conflict - Art. 8 AP I personnel of a National Society recognized and specifically authorized by a party to the conflict - Art. 26 GC I - Art. 24 GC II - Art. 8 AP I protection on the battlefield (including inhabitants of the combat zone): may not be attacked and may fulfill medical duties in conformity with medical ethics, Art. 24+25 GC I, Art. 36+37 GC II, Art. 15+16 AP I once fallen in enemy hands: immediate repatriation or employment caring for POWs Art. 28-32 GC I under control of the enemy: right to perform their medical mission, right not to perform acts contrary to medical ethics, right to maintain medical secret, except as required by law, Art. 15+16 AP I, Art. 10 AP II ==== 2. Cultural Property ==== - Hague Convention for the protection of cultural property in the event of armed conflict, 1954 - First Protocol to the Hague Convention, 1954 - Second Protocol to the Hague Convention,1999 - Art. 53 AP I - art. 16 AP II - World Heritage Convention - Chapter 12 ICRC IHL study ==== 3. Natural Environment ==== The environment has been called a "silent victim" of war.<ref>UN Environment Programme, Rooting for the Environment in Times of Conflict and War, Press release from 6 November 2019, available at https://www.unep.org/news-and-stories/story/rooting-environment-times-conflict-and-war (last visited 15 March 2022)</ref> Art. 35(3) Additional Protocol I (AP I), regulating international armed conflicts, specifically protects the "natural environment" from "widespread, long-term and severe damage." This provision has never been applied to an actual conflict since either some states to the conflict were not a party to Additional Protocol I and AP I did hence not apply.<ref>?</ref> Moreover, the undefined threshold of Art. 35(3) AP I has never been reached due to its vagueness, not even in the cases of the Vietnam war and the deployment of Agent Orange, or of the burning oil wells in Kuwait in 1991. During the negotiations of AP I, no consensus among states was reached regarding the definitions of the threshold. For instance, it is unclear whether "long-term" is measured in years or decades, based on the travaux préparatoires the latter seems to be the case.<ref>?</ref> Simultaneously to the negotiation of AP I, states drafted and adopted the Convention on the Prohibition of Military or Any Other Hostile Use of Environmental Modification Techniques (ENMOD Convention) which contains a similar threshold with almost identical wording ("widespread, long-lasting or severe"). In this case, however, states were able to agree on a definition in a memorandum of understanding: long-lasting, for instance, means "lasting for a period of months, or approximately a season" in terms of the ENMOD Convention.<ref>See https://ihl-databases.icrc.org/applic/ihl/ihl.nsf/Article.xsp?action=openDocument&documentId=A951B510E9491F56C12563CD0051FC40 (last visited 15 March 2022)</ref> In addition to the specific protection the "natural" environment enjoys under Art. 35(3) AP I (similar protection of the "natural" environment is also included in Art. 55(1) AP I and linked to the survival of the civilian population), elements of the environment can constitute civilian objects,<ref>See Droege/Tougas, The Protection of the Natural Environment in Armed Conflict–Existing Rules and need for further legal protection, Nordic Journal of International Law 2013, p. 23</ref> since they rarely serve military purposes and hence only rarely represent a military object that can lawfully be attacked. The principle of distinction thus protects the environment. The other cardinal principles of the law of armed conflict, like proportionality, military necessity, and precautions in an attack, also require the belligerent parties to at least consider the protection of the environment in their conduct of hostilities.<ref>See ICJ, Legality of the Threat or Use of Nuclear Weapons, Advisory Opinion from 8 July 1996, ICJ Rep. 1996, para. 30: "[…] States must take environmental considerations into account when assessing what is necessary and proportionate in the pursuit of legitimate military objectives. Respect for the environment is one of the elements that go to assessing whether an action is in conformity with the principles of necessity and proportionality.”</ref> In non-international armed conflicts, which are regulated by common Art. 3 to the Geneva Conventions and Additional Protocol II, there exists no specific provisions on the environment, hence the cardinal principles as well as the protection of elements of the environment as civilian objects apply. In the 2005 ICRC study on customary international humanitarian law, three rules were identified that protect the natural environment.<ref>Cf. rules 43-45 in chapter 14, available at https://ihl-databases.icrc.org/customary-ihl/eng/docindex/v1_cha_chapter14 (last visited 15 March 2022)</ref> Additionally, the UN International Law Commission started to analyze the topic "Protection of the Environment in relation to Armed Conflicts" in 2011 in order to clarify and enhance the protection of the environment in relation to armed conflict. - IEL? - IHRL? ==C. Interplay with Other Fields of Public International Law== === I. Human Rights Law === === II. International Environmental Law === === III. International Investment Law === === IV. International Criminal Law === ==Further Readings== * Source I * Source II ==Conclusion== * Summary I * Summary II <!--Please do not delete the part under this comment--> {{OpenRewi/Chapter-End}} {{BookCat}} 1j3z8se4u2pfp70dzq19j62xgo0brum Levantine Arabic/Countries 0 434971 4095071 3959418 2022-08-20T15:53:48Z 178.244.76.89 /* Phrases */Corrected Arabic wikitext text/x-wiki ==Phrases== {|class="wikitable" |- ! Maculine !! Feminine !! Translation |- | {{ajp-smtext|إنت من وين؟}} ''''i'''nta min w'''ē'''n?<br>{{ajp-smtext|من وين إنت؟}} min w'''ē'''n ''''i'''nta? | {{ajp-smtext|إنتي من وين؟}} ''''i'''nti min w'''ē'''n?<br>{{ajp-smtext|من وين إنتي؟}} min w'''ē'''n ''''i'''nti? | Where do you come from? |- |colspan="2"| {{ajp-smtext|أنا من الأردن}} ''''a'''na min il-''''u'''rdon | I'm from Jordan. |- | {{ajp-smtext|أنا أردني}} ''''a'''na ''''u'''rdoni | {{ajp-smtext|أنا أردنيّة}} ''''a'''na 'urdon'''i'''yye | I'm Jordanian. |- | {{ajp-smtext|وين ساكن؟}} w'''ē'''n s'''ā'''ken? | {{ajp-smtext|وين ساكنة؟}} w'''ē'''n s'''ā'''kne? | Where do you live? |- | {{ajp-smtext|ساكن في عمّان}} s'''ā'''ken fi ʕamm'''ā'''n | {{ajp-smtext|ساكنة في عمّان}} s'''ā'''kne fi ʕamm'''ā'''n | I live in Amman. |} ==Countries== ===Arab countries=== {|class="wikitable" |- ! colspan="2"| Country || Nationality (masculine) |- | - || Arab || {{ajp-wikt|عربي}} ʕarabi <small>(plural without suffix)</small> |- | {{ajp-wikt|الجزاير}} il-jaz'''ā'''yer / {{ajp-wikt|الجزائر}} il-jaz'''ā'''&apos;er || Algeria || {{ajp-smtext|جزايري}} jazāyri / {{ajp-smtext|جزائري}} jazā'iri |- | {{ajp-wikt|مصر}} m'''a'''ṣr || Egypt || {{ajp-smtext|مصري}} maṣri |- | {{ajp-wikt|الإمارات}} il-'imār'''ā'''t || The Emirates|| {{ajp-smtext|إماراتي}} 'imārāti |- | {{ajp-wikt|العراق}} il-ʕir'''ā'''q || Iraq || {{ajp-smtext|عراقي}} ʕirāqi |- | {{ajp-wikt|الأردن}} il-''''u'''rdon || Jordan || {{ajp-smtext|أردني}} 'urdoni |- | {{ajp-wikt|لبنان}} libn'''ā'''n (N) / lubn'''ā'''n (S) || Lebanon || {{ajp-smtext|لبناني}} libnāni / lubnāni |- | {{ajp-wikt|المغرب}} il-m'''a'''ḡreb || Morocco || {{ajp-smtext|مغرب}} maḡrebi / muḡrabi |- | {{ajp-wikt|فلسطين}} falasṭ'''ī'''n || Palestine || {{ajp-smtext|فلسطيني}} falasṭīni |- | {{ajp-wikt|السعودية}} is-suʕūd'''i'''yye || Saudi Arabia || {{ajp-smtext|سعودي}} suʕūdi |- | {{ajp-wikt|سوريا}} s'''ū'''rya / sūr'''i'''yya || Syria || {{ajp-smtext|سوري}} sūri |- | {{ajp-wikt|تونس}} t'''ū'''nes || Tunesia || {{ajp-smtext|تونسي}} tūnesi |- | {{ajp-wikt|اليمن}} il-y'''a'''man || Yemen || {{ajp-smtext|يمني}} yamani |} ===Americas=== {|class="wikitable" |- ! colspan="2"| Country || Nationality (masculine) |- | {{ajp-wikt|الأرجنتين}} il-'arjent'''ī'''n || Argentinia || {{ajp-smtext|أرجنتيني}} 'arjentīni |- | {{ajp-wikt|برازيل}} brāz'''ī'''l || Brazil || {{ajp-smtext|برازيلي}} brāzīli |- | {{ajp-wikt|كندا}} k'''a'''nada || Canada || {{ajp-smtext|كنداوي}} kanadāwi |- | {{ajp-wikt|كولومبيا}} kōl'''ō'''mbya || Colombia || {{ajp-smtext|كولومبي}} kōlōmbi |- | {{ajp-wikt|المكسيك}} il-maks'''ī'''k || Mexico || {{ajp-smtext|مكسيكي}} maksīki |- | {{ajp-wikt|أميركا}} 'am'''ē'''rka / {{ajp-wikt|أمريكا}} 'amr'''ī'''ka || United States (coll.) || {{ajp-smtext|أميركاني}} 'amērkāni <small>(plural without suffix)</small> |} ===Asia=== {|class="wikitable" |- ! colspan="2"| Country || Nationality (masculine) |- | {{ajp-wikt|الصين}} iṣ-ṣ'''ī'''n || China || {{ajp-smtext|صيني}} ṣīni |- | {{ajp-wikt|الهند}} il-h'''i'''nd || India || {{ajp-smtext|هندي}} hindi |- | {{ajp-wikt|إندونيسيا}} 'indōn'''ī'''sya || Indonesia || {{ajp-smtext|إندونيسي}} 'indōnīsi |- | {{ajp-wikt|إيران}} 'īr'''ā'''n || Iran || {{ajp-smtext|إيراني}} 'īrāni |- | {{ajp-wikt|اليابان}} il-yāb'''ā'''n || Japan || {{ajp-smtext|ياباني}} yābāni |- | {{ajp-wikt|باكستان}} bākist'''ā'''n || Pakistan || {{ajp-smtext|باكستاني}} bākistāni |- | {{ajp-wikt|تركيا}} turk'''i'''yya || Turkey || {{ajp-smtext|تركي}} turki (<small>plural:</small> {{ajp-smtext|أتراك}} 'atrāk) |} ===Europe=== {|class="wikitable" |- ! colspan="2"| Country || Nationality (masculine) |- | {{ajp-wikt|فرنسا}} fr'''a'''nsa || France || {{ajp-smtext|فرنساوي}} fransāwi |- | {{ajp-wikt|ألمانيا}} 'alm'''ā'''nya || Germany || {{ajp-smtext|ألماني}} 'almāni <small>(plural without suffix)</small> |- | {{ajp-wikt|إيطاليا}} 'īṭ'''ā'''lya || Italy || {{ajp-smtext|إيطالي}} 'īṭāli |- | {{ajp-wikt|روسيا}} r'''ū'''sya / rūs'''i'''yya || Russia || {{ajp-smtext|روسي}} rūsi |- | {{ajp-wikt|إسبانيا}} 'isb'''ā'''nya || Spain || {{ajp-smtext|إسباني}} 'isbāni <small>(plural without suffix)</small> |- | {{ajp-wikt|بريطانيا}} briṭ'''ā'''nya || United Kingdowm || {{ajp-smtext|بريطاني}} briṭāni |} ==Nationalities== Nationalities are formed from the country names by adding the [[w:Arabic_nouns_and_adjectives#Nisba|Nisba]] suffix. The definite article is removed if present. {|class="wikitable" |- ! Masculine !! Feminine !! Plural |- | {{ajp-wikt|ـي‎}} -i | {{ajp-wikt|ـيّة‎}} -'''i'''yye | {{ajp-wikt|ـيّين‎}} -iyy'''īn''' |} Many countries end in {{ajp-smtext|ـيا‎}} (-ya). This ending is replaced by the Nisba suffix. In many cases the plural form has no suffix at all. {|class="wikitable" |+Examples of deriving nationalities from countries |- ! rowspan="2"| Country !! colspan="3"| Nationality !! rowspan="2"| Case |- ! Masculine !! Feminine !! Plural |- | {{ajp-smtext|لبنان}} libn'''ā'''n | {{ajp-smtext|لبناني}} libn'''ā'''ni | {{ajp-smtext|لبنانيّة}} libnān'''i'''yye | {{ajp-smtext|لبنانيّين}} libnāniyy'''ī'''n | suffix added |- | {{ajp-smtext|الأردن}} il-''''u'''rdon | {{ajp-smtext|أردني}} ''''u'''rdoni | {{ajp-smtext|أردنيّة}} 'urdon'''i'''yye | {{ajp-smtext|أردنيّين}} 'urdoniyy'''ī'''n | suffix added, definite article removed |- | {{ajp-smtext|سوريا}} s'''ū'''rya | {{ajp-smtext|سوري}} s'''ū'''ri | {{ajp-smtext|سوريّة}} sūr'''i'''yye | {{ajp-smtext|سوريّين}} sūriyy'''ī'''n | -ya replaced by the suffix |- | {{ajp-smtext|ألمانيا}} 'al'''mā'''nya | {{ajp-smtext|ألماني}} 'al'''mā'''ni | {{ajp-smtext|ألمانيّة}} 'almān'''i'''yye | {{ajp-smtext|ألمان}} 'alm'''ā'''n | -ya replaced by the suffix, plural without suffix |} {{BookCat}} lks613zm1cmu26mqj6pkjjaz1vvxdk5 User:MrAlanKoh 2 447253 4095161 4078599 2022-08-21T05:23:12Z MrAlanKoh 3392840 wikitext text/x-wiki Part time Matlab user Lookup: THe Nine Chapters Maths (Ancient China) lhmm35fe0stu2nfa7dpgso1cfyyrzcd Wikibooks:Reading room/Archives/2022/June 4 447970 4095184 4089235 2022-08-21T08:10:28Z ArchiverBot 1227662 Bot: Archiving 1 thread from [[Wikibooks:Reading room/General]] wikitext text/x-wiki {{talk archive}} == Relocating the table of contents == The table of contents for book chapters have been pulled out of the body recently :( and are turning up at the bottom of the navigation column where the are unseen and, IMHO, irrelevant. How can I return the table of contents back to the body of the chapter so that it is inline with the rest of the text? Or, failing that, how can I move the table to the top of the navigation column above the site material? [[User:Larsnooden|Larsnooden]] ([[User talk:Larsnooden|discuss]] • [[Special:Contributions/Larsnooden|contribs]]) 11:36, 30 April 2022 (UTC) :Please see [[WB:TOC]], it should explain what you need to do. --[[User:Mrjulesd|<span style="color:orange;">Jules</span>]]&nbsp;[[User talk:Mrjulesd|(Mrjulesd)]] 11:48, 30 April 2022 (UTC) :: I have seen that, thanks, but it does not address the problem I see. The link's text does not say more than, "With <nowiki>__TOC__</nowiki>, it is placed at the same position where this code is placed". I do have the magic word <nowiki>__TOC__</nowiki> in several chapters and that setting is still overridden and the TOC still ends up off to the bottom left in the navigation column and not where the magic word is placed. [[User:Larsnooden|Larsnooden]] ([[User talk:Larsnooden|discuss]] • [[Special:Contributions/Larsnooden|contribs]]) 12:00, 30 April 2022 (UTC) :::Can you provide some examples? One tip that might be helpful is the template {{tl|Clear}} which clears floating elements such as TOCs from other elements, and might help with placements. --[[User:Mrjulesd|<span style="color:orange;">Jules</span>]]&nbsp;[[User talk:Mrjulesd|(Mrjulesd)]] 12:10, 30 April 2022 (UTC) ::::Sure. The chapter on [[OpenSSH/Cookbook/Proxies_and_Jump_Hosts | Proxies and Jump Hosts]] has the magic <nowiki>__TOC__</nowiki> word in place but the TOC is still shown down below the site navigation menu instead of inline. Most of the other chapters, such the one on [[OpenSSH/Cookbook/Certificate-based_Authentication | Certificate-based Authentication]], do not have <nowiki>__TOC__</nowiki> and have the same problem. -- [[User:Larsnooden|Larsnooden]] ([[User talk:Larsnooden|discuss]] • [[Special:Contributions/Larsnooden|contribs]]) 12:18, 30 April 2022 (UTC) :::::Ah I think it might be a problem your end. On [[OpenSSH/Cookbook/Certificate-based_Authentication | Certificate-based Authentication]] the TOC appears to me as coming after the first two paragraphs. On [[OpenSSH/Cookbook/Proxies_and_Jump_Hosts | Proxies and Jump Hosts]] it comes after the first sentence. Tested on Firefox and Chrome browsers on a Windows 7 system. --[[User:Mrjulesd|<span style="color:orange;">Jules</span>]]&nbsp;[[User talk:Mrjulesd|(Mrjulesd)]] 12:54, 30 April 2022 (UTC) :::::: No. The problem is definitely in the wikibook site. I have not changed anything on my end recently nor have the <nowiki>__TOC__</nowiki> markers been moved. Something broke there and needs to be repaired. Thanks. -- [[User:Larsnooden|Larsnooden]] ([[User talk:Larsnooden|discuss]] • [[Special:Contributions/Larsnooden|contribs]]) 12:59, 30 April 2022 (UTC) :::::::If that's the case, can you explain to me why I can't replicate the problem on my system? One thing you could try is to [https://www.howtogeek.com/672607/how-to-hard-refresh-your-web-browser-to-bypass-your-cache/ bypass your cache]. --[[User:Mrjulesd|<span style="color:orange;">Jules</span>]]&nbsp;[[User talk:Mrjulesd|(Mrjulesd)]] 13:35, 30 April 2022 (UTC) ::::::::Dunno. I can't condone the use of Vista7 in any context, so I don't run it. But back to the problem here, I have cleared the cache, again, no luck. The problem rendering seems to be with Firefox 91.8.0esr-1 for Debian/Devuan om amd64 and maybe other versions of Firefox. Strangely, if I fetch the page using wget 1.21.3-1+b1 or curl 7.82.0-2 and then open the resulting file with Firefox, it renders as it should. Otherwise, lynx 2.9.0dev.10-1, Chromium 101.0.4951.41-2, and Brave 1.38.109 (all on amd64) all render the page correctly. Just Firefox is the exception. So maybe that narrows the possibilities? -- [[User:Larsnooden|Larsnooden]] ([[User talk:Larsnooden|discuss]] • [[Special:Contributions/Larsnooden|contribs]]) 04:03, 1 May 2022 (UTC) ::::::::I saved the page via Firefox and did a diff with files saved via the other web clients. There are a ''lot'' of differences so it seems that Firefox is getting served a very different page than the others, [https://en.wikipedia.org/wiki/KISS_principle contrary to that which is expected]. I haven't drilled down into all the deviations, but the second line differs in that Firefox gets the vector-sticky-header-enabled class, the others don't. -- [[User:Larsnooden|Larsnooden]] ([[User talk:Larsnooden|discuss]] • [[Special:Contributions/Larsnooden|contribs]]) 07:09, 1 May 2022 (UTC) {{od}} : Pretty curious. Just tested those pages on Android using Firefox and Chrome, and they render correctly. So none of my devices or browsers have this problem. : So it's not a wikitext coding problem on the pages in question anyway, but could be some kind of bug going on, but whether it is client or server side is difficult to say. : Have you tried to [[w:WP:PURGE]] the pages in question using your problematic Firefox browser? If you are running [[Special:Preferences#mw-prefsection-gadgets |the gadget]] LiveUTC clock, clicking on the clock time does this automatically. : Otherwise, it's possible the folks at [[w:WP:VPT]] might be able shed more light on this. --[[User:Mrjulesd|<span style="color:orange;">Jules</span>]]&nbsp;[[User talk:Mrjulesd|(Mrjulesd)]] 08:19, 1 May 2022 (UTC) ::It seems tied somehow to Firefox (in this case 91.9.0esr-1) because Chromium and its derivative, Brave, render the table of contents in the correct location. Like mentioned above, maybe the server is delivering very different content to each type of browser. Though a cursory attempt at using a user-agent switching plug-in seemed to make no difference. -- [[User:Larsnooden|Larsnooden]] ([[User talk:Larsnooden|discuss]] • [[Special:Contributions/Larsnooden|contribs]]) 18:29, 21 May 2022 (UTC) ::Any suggestions on solutions or work-arounds? The problem is still present in Firefox. The problem is not present in Curl, Wget, Lynx, Dillo, TBB, Chromium, or Brave. I don't have too many other browsers to test aside from those. It is interesting that Curl and Wget can fetch a page which can be rendered properly by Firefox. So, again, it looks like the site might be serving broken material to Firefox and only Firefox. -- [[User:Larsnooden|Larsnooden]] ([[User talk:Larsnooden|discuss]] • [[Special:Contributions/Larsnooden|contribs]]) 03:28, 4 June 2022 (UTC) :::{{re|Larsnooden}} have you tried [[w:WP:VPT]]? I don't think anyone here knows of a worakaound, but there are a lot of clever users there that might be able to help. --[[User:Mrjulesd|<span style="color:orange;">Jules</span>]]&nbsp;[[User talk:Mrjulesd|(Mrjulesd)]] 21:46, 4 June 2022 (UTC) == Proposal on how to keep the Authors and Contributors page of every book that has one up to date == Hi everyone, I have done quite a lot of editing in incubator.wikimedia (before Middle English Wikipedia was deleted), and there there’s a button in every test wiki “check test wiki activity”. It works based on the prefix of the test wiki, but it can also be used to inspect prefixes in other WMF wikis including Wikibooks. I have used it to update [[Minecraft resource gathering/Authors & Contributors]] (see [[special:MobileDiff/4071172]]). A more experienced user can implement a bot to do this task automatically (btw I’m interested in learning how wiki bots work). Here’s [https://meta.toolforge.org/catanalysis/?title=Minecraft+resource+gathering&cat=0&wiki=enwikibooks&listpages=on the tool]. You can type the name of your book. -<span style="background:yellow;">[[User:Slava Ukraini Heroyam Slava 123|🇺🇦<span style="color:blue;">Слава🇺🇦Україні</span>🇺🇦<span style="color:blue;">Героям🇺🇦Слава🇺🇦</span>]]([[User talk:Slava Ukraini Heroyam Slava 123|talk]])🇺🇦</span> 10:31, 6 June 2022 (UTC) == Desktop Improvements update == [[File:Table of contents shown on English Wikipedia 02.webm|thumb]] ; Making this the new default Hello. I wanted to give you an update about the [[mw:Special:MyLanguage/Reading/Web/Desktop_Improvements|Desktop Improvements]] project, which the Wikimedia Foundation Web team has been working on for the past few years. Our work is almost finished! 🎉 We would love to see these improvements become the default for readers and editors across all wikis. <span style="background-color:#fc3;">In the coming weeks, we will begin conversations on more wikis, including yours. 🗓️</span> We will gladly read your suggestions! The goals of the project are to make the interface more welcoming and comfortable for readers and useful for advanced users. The project consists of a series of feature improvements which make it easier to read and learn, navigate within the page, search, switch between languages, use article tabs and the user menu, and more. The improvements are already visible by default for readers and editors on more than 30 wikis, including Wikipedias in [[:fr:|French]], [[:pt:|Portuguese]], and [[:fa:|Persian]]. The changes apply to the [{{fullurl:{{FULLPAGENAMEE}}|useskin=vector}} Vector] skin only, although it will always be possible to revert to the previous version on an individual basis. [{{fullurl:{{FULLPAGENAMEE}}|useskin=monobook}} Monobook] or [{{fullurl:{{FULLPAGENAMEE}}|useskin=timeless}} Timeless] users will not notice any changes. ; The newest features * [[mw:Special:MyLanguage/Reading/Web/Desktop_Improvements/Features/Table of contents|Table of contents]] - our version is easier to reach, gain context of the page, and navigate throughout the page without needing to scroll. It is currently tested across our pilot wikis. It is also available for editors who have opted into the Vector 2022 skin. * [[mw:Special:MyLanguage/Reading/Web/Desktop_Improvements/Features/Page tools|Page tools]] - now, there are two types of links in the sidebar. There are actions and tools for individual pages (like [[Special:RecentChangesLinked|Related changes]]) and links of the wiki-wide nature (like [[Special:RecentChanges|Recent changes]]). We are going to separate these into two intuitive menus. ; How to enable/disable the improvements [[File:Desktop Improvements - how to enable globally.png|thumb|[[Special:GlobalPreferences#mw-prefsection-rendering|{{int:globalpreferences}}]]]] * It is possible to opt-in individually [[Special:Preferences#mw-prefsection-rendering|in the appearance tab within the preferences]] by selecting "{{int:skinname-vector-2022}}". Also, it is possible to opt-in on all wikis using the [[Special:GlobalPreferences#mw-prefsection-rendering|global preferences]]. * On wikis where the changes are visible by default for all, logged-in users can always opt-out to the Legacy Vector. There is an easily accessible link in the sidebar of the new Vector. ; Learn more and join our events If you would like to follow the progress of our project, you can [[mw:Special:Newsletter/28/subscribe|subscribe to our newsletter]]. You can read the [[mw:Special:MyLanguage/Reading/Web/Desktop_Improvements|pages of the project]], check [[mw:Special:MyLanguage/Reading/Web/Desktop_Improvements/Frequently_asked_questions|our FAQ]], write on the [[mw:Talk:Reading/Web/Desktop_Improvements|project talk page]], and [[mw:Special:MyLanguage/Reading/Web/Desktop Improvements/Updates/Talk to Web|join an online meeting with us]]. Thank you! [[User:SGrabarczuk (WMF)|SGrabarczuk (WMF)]] ([[User talk:SGrabarczuk (WMF)|talk]]) 16:59, 21 June 2022 (UTC) <!-- Message sent by User:SGrabarczuk (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=User:SGrabarczuk_(WMF)/sandbox/MM/En_fallback&oldid=23430301 --> ph28qkdbddh0ipoi1b5fdv6hzqz5p3o Guide to the Godot game engine/Debugging 0 448232 4095175 4094317 2022-08-21T07:24:53Z L10nM4st3r 3380243 /* Misc */ wikitext text/x-wiki {{stub}} ==The debugger dock== The debugger dock is the deafult and best way to debug. If a red circle is shown next to it, there is an error to read. If there is a yellow circle, you have a new warning to read. When you open it, you have several tabs: ===Debugger=== This is the tab opened when a fatal error occurs, which is an error that could cause your game to crash in release builds. It shows the "stack frames". This is a ''stack'' of function calls, allowing you to find the source of the error. This is invaluable. To the right of the stack frames show all the variables the script can access, and what they are set to. Above that is a few buttons: *Skip Breakpoints: stops the game being paused on breakpoints until this is repressed. *Copy Error: copy the error to your clipboard. *Step Into: runs the next expression. Enters indented blocks that it would enter anyway. *Step Over: runs the next expression. Skips indented blocks. *Break: pauses the game as if a breakpoint was used. *Continue: resumes the game. ===Errors=== Allows you to see every fatal and non-fatal error and warning that you encountered during the running game. There are a few buttons: *Clear: empties this list. *Expand All: expands every error to see more information. *Collapse All: collapses every error to see less information. Each error may be pressed to go to the script and line the error came from. Double click it to expand or collapse. You can also click the arrow to expand/collapse. Expanding it shows the error and the code stack. ===Profiler=== This allows you to record function call count and how much frame time is used. It is priceless when optimizing your game, and can be used for debugging too. To begin, you must press ''start''. On the right, a chart will generate. Higher up lines means that something takes up a large amount of the game's processing. They should be optimized at some point, as much as possible. To check what is slowing the game down the most, click in the chart in the area with a high peak, and scroll down the left. You will see how many seconds each function call costs, and how many times it was called. If you want a percentage, click on the <code>Mesure:</code> value, and choose <code>Frame %</code>. The <code>Time:</code> has two values: *Inclusive: shows the frame time or percentage of all calls to a function *Self: shows the single largest frame time or percentage during a call. ===Network Profiler=== This allows you to see how much internet is being used by each node. Both how much used in sending, and how much used in reciving. ===Monitors=== ===Video RAM=== ===Misc=== This allows you to see the Control node last activated before the game closed, and its node path. ==Script debugging== ==Debug options== ==Debugging editor plugins== {{bookcat}} rj7ve15e78p9k9ia2ryheelc92s174u Project Hephaistos 0 448244 4095079 4092132 2022-08-20T17:05:41Z L10nM4st3r 3380243 wikitext text/x-wiki {{Query|What is this? Is it a book?} == Project Hephaistos == Hḗphaistos was the Greek god of metalworking, craftsmen, artisans, and fire. In Greek mythology, Hephaestus was cast off Mount Olympus and lived in exile underneath Mount Etna, later to return to Olympus. He is described as being lame as the result of a congenital impairment, but a craftsman who makes up for his impairment by devicing genial designs. In this Book we will discuss in broad strokes the ideas and designs of "Project Hephaistos", an interstellar starship. Just like its namesake this ship will suffer from being lame and will have to make up for its slowness by utilizing all kinds of crafts. == Why should we reach for the stars? == A common question asked when pondering interstellar travel, is why try this in the first place? After all, there is no reasonable expectation of any kind of trade with distant colonies, a mission that under enormous costs at the very edge of our abilities would bring a handful of humans to another star system would not alleviate any population problems on earth, and all the resources committed to this singular project could surely be used back at home? There are some arguments for a mission like it: * Survival of species-level extinction events * knowledge only obtainable by spreading throughout the galaxy * advancements in technologies necessary for this mission would benefit broader society == Limits of imagination == If we try to envision a realistic future mission to the stars we will always have to start with the technologies we currently have at our disposal. We might speculate about enhancing performance characteristics by some factor or to engineer proven principles on a much larger scale. However if we start speculating about technologies not even in its infancy yet we would soon enter the realm of fentasy. Let's have a look at three examples: Antimatter, Cryosleep, Alcubiere-Warpdrive. For an interstellar mission the Alcubierre-Warpdrive looks most promising: afterall to warp spacetime around the ship would free us from the shackles of this peski speed limit of the universe, the ship could travel with any speed needed, without the inhabitants even feeling any acceleration. Some mathematical work has been done regarding the energy requirements and the possible solutions of the spacetime geometries, so why should we ignore this? The answer is simple: it would require negative energies, we don't even know if this is physically possible. No one has ever created a warp bubble nor is it even so much as a proven possibility. The case for antimatter is slightly better. We do know it exists, we regularly produce it. We even have stored minuscule amounts of it. So surely it's only a matter of engineering to create a dedicated antimatter factory and drive concepts like "Antimatter Catalysed Fusion" (AimStar) to become possible? The ships would still be bound by the universal speed limit, but could come arbitrarily close to it? so why not a ship that cruises at 99% the speed of light? There is no experimental evidence for any kind of successful reanimation after freezing a complex organism. If we want to avoid just using magic fantasy technology we will have to limit ourselves to technologies that have a physically sound foundation, have already small-scale applications, and could conceivably be upscaled. Inherently this will lead to us missing quite a lot of interesting developments! in fact we will be in a situation like Jules Verne, using the steam-powered technology of his time to envision submarines and space travel in a near future while completly obvious of any advances in electric engineering, computation and nuclear physics. So any kind of space ship we will discuss on the basis of todays technology will necessarily turn out to be a kind of steam-punk contraption. == The challenge == <blockquote>Space [...] is big. Really big. You just won't believe how vastly hugely mind-bogglingly big it is. I mean, you may think it's a long way down the road to the chemist, but that's just peanuts to space.</blockquote> Douglas Adams Size comparison (star=salt crystal, size of a galaxy, collision with andromeda), Speed comparison (fastest man-made object), {| class="wikitable" |+ fastest man made object in space |- ! Name !! Started (flight time) !! Distance !! Current Speed !! time for 1 ly !! Header text |- | Voyager 1 || Example || 61,200 km/h || 17,600 years || Example || Example |- | Voyager 2 || Example || 55,300 km/h || Example || Example || Example |- | Pioneer 10 || Example || 12,300 km/s || Example || Example || Example |- | Pioneer 11 || Example || 40,400 km/h || Example || Example || Example |- | Parker Solar Probe || Example || 692,000 km/h|| 1,560 years || Example || Example |- | New Horizons || Example || 47,000 km/h|| Example || Example || Example |} Now if we are honest we have to admit none of those probes was explicitly build and launched to reach interstellar space. Their mission was to visit planets in our own solar system during the span of a few years, a mission they all very successfully performed. This begs the question, which kind of speed could we achieve if we wanted to? So lets ponder which speed we could attain if we used the most powerful rocket that ver existed, NASAs Saturn V. But instead of using all its energy to lift thousands of tons from earth, lets start the journey with a fully tanked Rocket already in space. To answer these kind if Questions, "How much speed can we obtain using a specific rocket" we will use a more than 100 year old equation: The '''classical rocket equation''', or '''ideal rocket equation''' It is credited to the Russian scientist [[Konstantin Tsiolkovsky]] who independently derived it and published it in 1903, although it had been independently derived by several other scientists as well. [[File:Tsiolkovsky rocket equation.svg|thumb|right|A rocket's required mass ratio as a function of effective exhaust velocity ratio]] The maximum change of velocity of the vehicle, <math>\Delta v</math> (with no external forces acting) is: <math display="block">\Delta v = v_\text{e} \ln \frac{m_0}{m_f} = I_\text{sp} g_0 \ln \frac{m_0}{m_f},</math> where: * <math>v_\text{e} = I_\text{sp} g_0</math> is the effective exhaust velocity; **<math>I_\text{sp}</math> is the specific impulse in dimension of time; **<math>g_0</math> is standard gravity; * <math>\ln</math> is the natural logarithm function; * <math>m_0</math> is the initial total mass, including propellant, a.k.a. wet mass; * <math>m_f</math> is the final total mass without propellant, a.k.a. dry mass. Given the effective exhaust velocity determined by the rocket motor's design, the desired delta-v, and a given dry mass <math>m_f</math>, the equation can be solved for the required propellant mass <math>m_0 - m_f</math>: <math display="block">m_0 = m_f e^{\Delta v / v_\text{e}}.</math> The necessary wet mass grows exponentially with the desired delta-v. what if we put a Sturn V in orbit, attach our most efficient engine, which speed can we reach?) All that remains to do yo answer our question is to find the exhaust velocity, the dry and wet mass of each stage, and then plug these numbers into th equation: {| class="wikitable" |+ Saturn V |- ! Stage !! rocket engine !! exhaust velocity !! dry mass !! wet mass |- | S-IC|| Rocketdyne F-1 || 3km/s || 137,000 kg || 2,214,000 kg |- | S-II|| Rocketdyne J-2|| 4.13 km/s || 36,000 kg || 480,000 kg |- | S-IVB || Rocketdyne J-2 || 4.13 km/s || 13,500 kg|| 119,000 kg |} Now of course since all stages are together at the beginning, we will have to add all the masses of all remaining stages for each of the engines. So when stage 1 begins its burn and throws hot exhaust gas with a velocity of 3 km/s behind the rocket, the wet mass of the whole rocket will be: 2813000 kg. When stage 1 ends, the remaining mass will be the dry-mass of stage 1 plus the total mass of the still remaining stages. <math display="block">\Delta v = v_\text{e} \ln \frac{m_0}{m_f} = 3km/s \ln \frac{2813000kg}{736000kg} = 4.02 km/s</math> <math display="block">\Delta v = v_\text{e} \ln \frac{m_0}{m_f} = 4.13km/s \ln \frac{599000kg}{49500kg} = 10.2 km/s</math> <math display="block">\Delta v = v_\text{e} \ln \frac{m_0}{m_f} = 4.13km/s \ln \frac{119000kg}{13500kg} = 8.92 km/s </math> Combined, at the end of all three stages completely exhausted the empty last stage (with its payload) would have attained a speed of 23.14 km/s. Without any possibility to ever slowdown. But of course we could do a bit better! After all, why should we use the less effective engine of the first stage, when we already have more effective ones. Infact we could use Even if we use the best engine at hand, ignore all the problems associated with starting from the surface, construct a 10 times larger rocket then the largest one we have today, fuel it with the most efficient fuel - a one way trip to the nearest star would take ~ thousands (?) years. How can we compare drives? * thrust * specific impulse exhaust velocity - temperature Ion-Engine VASIMIR Oberth Effect Gravitational Slingshot examining the data of the above table shows with currently reachable technologies only nuclear pulse propulsion gives us the slightest chance of propelling anything over interstellar distance that has more mass than a dandelion seed and would arrive in less than a thousand years. == The proposal == === Drive === === Habitation === === Waste break down === === Food production === === Oxygen regeneration === === Psychological effects === [[Image:biosphere2 1.jpg|thumb|right|300px|Biosphere 2]] [[File:Wiki bio2 sunset 001.jpg|thumb|Biosphere 2 ]] [[Image:Biosphere2 Inside big.jpg|thumb|Biosphere 2, interrior viewed from the thornscrub towards the Ocean sections]] [https://www.closed-worlds.com/bios-3?lightbox=dataItem-jg4l694e BIOS-3] [http://www.sci.brooklyn.cuny.edu/~meyer/CISC1600/Materials/Unit3/Sources_Project_3/Lab_Project_3_files/Biosphere2cutaway.jpg BIOSphere] [https://www.vulture.com/2013/08/syd-mead-design-blade-runner-aliens-elysium.html Syd Mead Design] [https://cdnb.artstation.com/p/assets/images/images/040/290/933/large/nichlas-benjamin-5000-final-torus-interior-2.jpg?1628434985 Nichlas Benjamin] [https://i.pinimg.com/originals/c3/d8/85/c3d8856f9d2854b2fa10ec11691552a7.jpg Standford Torus] [[File:1915 Çanakkale Bridge 20220327.jpg|thumb|right|300px|The 1915 Çanakkale Bridge of Turkey, opened in 2022, has the longest central span (2,023 m) of any suspension bridge.]] Size comparison: Aircraft Carrier, Suspension Bridge, Stanford Torus With staying cables of 1 km length (radius), the habitat torus would have a circumference of 6.3 km. If each habitat ring has a width of 200m, the surface area of each ring would be 1.26 km^2. Employing 3 decks per ring, with a vertical distance of 40m would yield a total of 3.8 km^2., which is the same are of central park in New York. 4 such rings per ship would put the total living area at 15 km^2. [http://islands.unep.ch/Tiarea.htm Land area of Islands] '''Lo''' (sometimes wrongly spelled ''Loh'') is an island in the Torres group of islands, in northern Vanuatu. The island is located 2.25 miles from the Toga Island As of 2009, the population of the island was 210.<ref> {{cite document | url=http://www.spc.int/prism/country/vu/stats/Publications/2009%20Census%20Summary%20release%20final.pdf | title=2009 National Census of Population and Housing: Summary Release | publisher=Vanuatu National Statistics Office | year=2009 | access-date= October 11, 2010}}</ref> It had in 1979 a population of 84 people. [[File:Pitcairn Island Group.svg|Map of the Pitcairn Islands]] Rapa Nui (Easter Island) has a land area of 163.6 km<sup>2</sup> and sustained a population of 3000-4000. To sustain the caloric intake of a population of 90 people at least 200 acres or 0.8 km^2 are needed. High yield hydroponic and vertical farming not included. One person breathes the oxygen production of around 8 trees. == Sociology == 7jibzizlgu4z65e3zie6sqsmmw7fgm6 4095080 4095079 2022-08-20T17:06:35Z L10nM4st3r 3380243 Renuing query, recent development, but don't want to completely remove it wikitext text/x-wiki {{Query|What is this? Is it a book?}} == Project Hephaistos == Hḗphaistos was the Greek god of metalworking, craftsmen, artisans, and fire. In Greek mythology, Hephaestus was cast off Mount Olympus and lived in exile underneath Mount Etna, later to return to Olympus. He is described as being lame as the result of a congenital impairment, but a craftsman who makes up for his impairment by devicing genial designs. In this Book we will discuss in broad strokes the ideas and designs of "Project Hephaistos", an interstellar starship. Just like its namesake this ship will suffer from being lame and will have to make up for its slowness by utilizing all kinds of crafts. == Why should we reach for the stars? == A common question asked when pondering interstellar travel, is why try this in the first place? After all, there is no reasonable expectation of any kind of trade with distant colonies, a mission that under enormous costs at the very edge of our abilities would bring a handful of humans to another star system would not alleviate any population problems on earth, and all the resources committed to this singular project could surely be used back at home? There are some arguments for a mission like it: * Survival of species-level extinction events * knowledge only obtainable by spreading throughout the galaxy * advancements in technologies necessary for this mission would benefit broader society == Limits of imagination == If we try to envision a realistic future mission to the stars we will always have to start with the technologies we currently have at our disposal. We might speculate about enhancing performance characteristics by some factor or to engineer proven principles on a much larger scale. However if we start speculating about technologies not even in its infancy yet we would soon enter the realm of fentasy. Let's have a look at three examples: Antimatter, Cryosleep, Alcubiere-Warpdrive. For an interstellar mission the Alcubierre-Warpdrive looks most promising: afterall to warp spacetime around the ship would free us from the shackles of this peski speed limit of the universe, the ship could travel with any speed needed, without the inhabitants even feeling any acceleration. Some mathematical work has been done regarding the energy requirements and the possible solutions of the spacetime geometries, so why should we ignore this? The answer is simple: it would require negative energies, we don't even know if this is physically possible. No one has ever created a warp bubble nor is it even so much as a proven possibility. The case for antimatter is slightly better. We do know it exists, we regularly produce it. We even have stored minuscule amounts of it. So surely it's only a matter of engineering to create a dedicated antimatter factory and drive concepts like "Antimatter Catalysed Fusion" (AimStar) to become possible? The ships would still be bound by the universal speed limit, but could come arbitrarily close to it? so why not a ship that cruises at 99% the speed of light? There is no experimental evidence for any kind of successful reanimation after freezing a complex organism. If we want to avoid just using magic fantasy technology we will have to limit ourselves to technologies that have a physically sound foundation, have already small-scale applications, and could conceivably be upscaled. Inherently this will lead to us missing quite a lot of interesting developments! in fact we will be in a situation like Jules Verne, using the steam-powered technology of his time to envision submarines and space travel in a near future while completly obvious of any advances in electric engineering, computation and nuclear physics. So any kind of space ship we will discuss on the basis of todays technology will necessarily turn out to be a kind of steam-punk contraption. == The challenge == <blockquote>Space [...] is big. Really big. You just won't believe how vastly hugely mind-bogglingly big it is. I mean, you may think it's a long way down the road to the chemist, but that's just peanuts to space.</blockquote> Douglas Adams Size comparison (star=salt crystal, size of a galaxy, collision with andromeda), Speed comparison (fastest man-made object), {| class="wikitable" |+ fastest man made object in space |- ! Name !! Started (flight time) !! Distance !! Current Speed !! time for 1 ly !! Header text |- | Voyager 1 || Example || 61,200 km/h || 17,600 years || Example || Example |- | Voyager 2 || Example || 55,300 km/h || Example || Example || Example |- | Pioneer 10 || Example || 12,300 km/s || Example || Example || Example |- | Pioneer 11 || Example || 40,400 km/h || Example || Example || Example |- | Parker Solar Probe || Example || 692,000 km/h|| 1,560 years || Example || Example |- | New Horizons || Example || 47,000 km/h|| Example || Example || Example |} Now if we are honest we have to admit none of those probes was explicitly build and launched to reach interstellar space. Their mission was to visit planets in our own solar system during the span of a few years, a mission they all very successfully performed. This begs the question, which kind of speed could we achieve if we wanted to? So lets ponder which speed we could attain if we used the most powerful rocket that ver existed, NASAs Saturn V. But instead of using all its energy to lift thousands of tons from earth, lets start the journey with a fully tanked Rocket already in space. To answer these kind if Questions, "How much speed can we obtain using a specific rocket" we will use a more than 100 year old equation: The '''classical rocket equation''', or '''ideal rocket equation''' It is credited to the Russian scientist [[Konstantin Tsiolkovsky]] who independently derived it and published it in 1903, although it had been independently derived by several other scientists as well. [[File:Tsiolkovsky rocket equation.svg|thumb|right|A rocket's required mass ratio as a function of effective exhaust velocity ratio]] The maximum change of velocity of the vehicle, <math>\Delta v</math> (with no external forces acting) is: <math display="block">\Delta v = v_\text{e} \ln \frac{m_0}{m_f} = I_\text{sp} g_0 \ln \frac{m_0}{m_f},</math> where: * <math>v_\text{e} = I_\text{sp} g_0</math> is the effective exhaust velocity; **<math>I_\text{sp}</math> is the specific impulse in dimension of time; **<math>g_0</math> is standard gravity; * <math>\ln</math> is the natural logarithm function; * <math>m_0</math> is the initial total mass, including propellant, a.k.a. wet mass; * <math>m_f</math> is the final total mass without propellant, a.k.a. dry mass. Given the effective exhaust velocity determined by the rocket motor's design, the desired delta-v, and a given dry mass <math>m_f</math>, the equation can be solved for the required propellant mass <math>m_0 - m_f</math>: <math display="block">m_0 = m_f e^{\Delta v / v_\text{e}}.</math> The necessary wet mass grows exponentially with the desired delta-v. what if we put a Sturn V in orbit, attach our most efficient engine, which speed can we reach?) All that remains to do yo answer our question is to find the exhaust velocity, the dry and wet mass of each stage, and then plug these numbers into th equation: {| class="wikitable" |+ Saturn V |- ! Stage !! rocket engine !! exhaust velocity !! dry mass !! wet mass |- | S-IC|| Rocketdyne F-1 || 3km/s || 137,000 kg || 2,214,000 kg |- | S-II|| Rocketdyne J-2|| 4.13 km/s || 36,000 kg || 480,000 kg |- | S-IVB || Rocketdyne J-2 || 4.13 km/s || 13,500 kg|| 119,000 kg |} Now of course since all stages are together at the beginning, we will have to add all the masses of all remaining stages for each of the engines. So when stage 1 begins its burn and throws hot exhaust gas with a velocity of 3 km/s behind the rocket, the wet mass of the whole rocket will be: 2813000 kg. When stage 1 ends, the remaining mass will be the dry-mass of stage 1 plus the total mass of the still remaining stages. <math display="block">\Delta v = v_\text{e} \ln \frac{m_0}{m_f} = 3km/s \ln \frac{2813000kg}{736000kg} = 4.02 km/s</math> <math display="block">\Delta v = v_\text{e} \ln \frac{m_0}{m_f} = 4.13km/s \ln \frac{599000kg}{49500kg} = 10.2 km/s</math> <math display="block">\Delta v = v_\text{e} \ln \frac{m_0}{m_f} = 4.13km/s \ln \frac{119000kg}{13500kg} = 8.92 km/s </math> Combined, at the end of all three stages completely exhausted the empty last stage (with its payload) would have attained a speed of 23.14 km/s. Without any possibility to ever slowdown. But of course we could do a bit better! After all, why should we use the less effective engine of the first stage, when we already have more effective ones. Infact we could use Even if we use the best engine at hand, ignore all the problems associated with starting from the surface, construct a 10 times larger rocket then the largest one we have today, fuel it with the most efficient fuel - a one way trip to the nearest star would take ~ thousands (?) years. How can we compare drives? * thrust * specific impulse exhaust velocity - temperature Ion-Engine VASIMIR Oberth Effect Gravitational Slingshot examining the data of the above table shows with currently reachable technologies only nuclear pulse propulsion gives us the slightest chance of propelling anything over interstellar distance that has more mass than a dandelion seed and would arrive in less than a thousand years. == The proposal == === Drive === === Habitation === === Waste break down === === Food production === === Oxygen regeneration === === Psychological effects === [[Image:biosphere2 1.jpg|thumb|right|300px|Biosphere 2]] [[File:Wiki bio2 sunset 001.jpg|thumb|Biosphere 2 ]] [[Image:Biosphere2 Inside big.jpg|thumb|Biosphere 2, interrior viewed from the thornscrub towards the Ocean sections]] [https://www.closed-worlds.com/bios-3?lightbox=dataItem-jg4l694e BIOS-3] [http://www.sci.brooklyn.cuny.edu/~meyer/CISC1600/Materials/Unit3/Sources_Project_3/Lab_Project_3_files/Biosphere2cutaway.jpg BIOSphere] [https://www.vulture.com/2013/08/syd-mead-design-blade-runner-aliens-elysium.html Syd Mead Design] [https://cdnb.artstation.com/p/assets/images/images/040/290/933/large/nichlas-benjamin-5000-final-torus-interior-2.jpg?1628434985 Nichlas Benjamin] [https://i.pinimg.com/originals/c3/d8/85/c3d8856f9d2854b2fa10ec11691552a7.jpg Standford Torus] [[File:1915 Çanakkale Bridge 20220327.jpg|thumb|right|300px|The 1915 Çanakkale Bridge of Turkey, opened in 2022, has the longest central span (2,023 m) of any suspension bridge.]] Size comparison: Aircraft Carrier, Suspension Bridge, Stanford Torus With staying cables of 1 km length (radius), the habitat torus would have a circumference of 6.3 km. If each habitat ring has a width of 200m, the surface area of each ring would be 1.26 km^2. Employing 3 decks per ring, with a vertical distance of 40m would yield a total of 3.8 km^2., which is the same are of central park in New York. 4 such rings per ship would put the total living area at 15 km^2. [http://islands.unep.ch/Tiarea.htm Land area of Islands] '''Lo''' (sometimes wrongly spelled ''Loh'') is an island in the Torres group of islands, in northern Vanuatu. The island is located 2.25 miles from the Toga Island As of 2009, the population of the island was 210.<ref> {{cite document | url=http://www.spc.int/prism/country/vu/stats/Publications/2009%20Census%20Summary%20release%20final.pdf | title=2009 National Census of Population and Housing: Summary Release | publisher=Vanuatu National Statistics Office | year=2009 | access-date= October 11, 2010}}</ref> It had in 1979 a population of 84 people. [[File:Pitcairn Island Group.svg|Map of the Pitcairn Islands]] Rapa Nui (Easter Island) has a land area of 163.6 km<sup>2</sup> and sustained a population of 3000-4000. To sustain the caloric intake of a population of 90 people at least 200 acres or 0.8 km^2 are needed. High yield hydroponic and vertical farming not included. One person breathes the oxygen production of around 8 trees. == Sociology == iqwefchgl04xlckq5365wqxd8kdplxv Health Sociology 0 448270 4095183 4094766 2022-08-21T08:09:35Z Jamzze 3329473 wikitext text/x-wiki __NOTOC__ [[File:HealthSociologyBannerPNG.png|900px|center]] == Welcome == '''Purpose:''' this Wikibook sets out to create an open, free, and editable e-textbook on the subject of health sociology. '''Audience:''' [[w:International Standard Classification of Education|ISCED]] level 6 (e.g. Bachelor's) or above students seeking an introduction to health sociology, although everyone is welcome to read and participate with this work. '''Scope:''' this work sets out to provide a top-level overview of topics relating to health sociology. As such, this is not an exhaustive text, but a concise presentation of concepts, ideas, and issues related to health sociology. Efforts to include a variety of relevant materials, from case studies to videos, have been utilised throughout to supplement reading and signposting to further readings has been made where additional exploration of issues can take place. == Contents == <div style="text-align: left-aligned;"> {{center| {{Multicol|50%}} [[Health Sociology/Introduction|Introduction]] Contributors '''Part 1: Understanding health and society''' Health and society Theory and "knowing" health Key concepts '''Part 2: Themes of health and society''' [[Health Sociology/Inequality, Inequity, Injustice, and Liberation|Inequality, Inequity, Injustice, and Liberation]] Intersectionality Class Ethnicity [[Health Sociology/Sex, Sexuality, and Gender|Sex, Sexuality, and Gender]] Age Location Environment Genetics The body and the mind '''Part 3: Living within a human lifespan''' [[Health Sociology/Sex and Reproduction|Sex and Reproduction]] Infancy Childhood Teenhood Adulthood Relationships [[Health Sociology/Bodies|Bodies]] Pain [[Health Sociology/Mental Health|Mental Health]] Anxiety, scares, uncertainty, and the unknown Drugs, usage, and addicition [[Health Sociology/Chronic Illness|Chronic Illness]] Disability Sleep Aging [[Health Sociology/Death and Dying|Death and Dying]] '''Part 4: Doing health in society''' Organising care Institutionalisation Doctoring Nursing Dentistry Allied health professions Public health Health promotion Lay care [[Health Sociology/Complementary and Alternative Medicine|Complementary and Alternative Medicine]] Palliative care Deathcare {{Multicol-break}} '''Part 5: Negotiating health with society''' Social construction of health Medical model [[Health Sociology/The Professional and the Lay Person|The Professional and the Lay Person]] Diagnosis to treatment Cure finding Professionalisation [[Health Sociology/Medicalisation|Medicalisation]] Pharmaceuticalisation [[Health Sociology/Geneticisation|Geneticisation]] Healthcare journeys Natural disasters Human disasters '''Part 6: Setting the agenda in health and society''' Policy Economics [[Health Sociology/Politics|Politics]] Ideology Neoliberalism Consumerism Capitalism Lobbying Privatisation NGOs Think tanks and research groups Sceptics and conspiricy theorists Community groups '''Part 7: Histories of health and society''' [[Health Sociology/Histories of Healing|Histories of Healing]] Westerncentricism Empiricism Mechanical anatomy Industrialisation Globalisation '''Part 8: Perspectives of health and society''' Bioethics Feminism Foucault Marxism Political economy Social constructivism Planetary health Queer theory '''Part 9: Bettering health and society''' Activism Democratic innovations Citizenship Digital information Technology Wellbeing '''End matter''' Glossary {{Multicol-end}} }} </div> == References == {{reflist}} {{Shelves|Sociology}} {{status|0%}} 5zjinm7on938sxp6nckg551lcsvsz39 4095189 4095183 2022-08-21T09:12:59Z Jamzze 3329473 wikitext text/x-wiki __NOTOC__ [[File:HealthSociologyBannerPNG.png|900px|center]] == Welcome == '''Purpose:''' this Wikibook sets out to create an open, free, and editable e-textbook on the subject of health sociology. '''Audience:''' [[w:International Standard Classification of Education|ISCED]] level 6 (e.g. Bachelor's) or above students seeking an introduction to health sociology, although everyone is welcome to read and participate with this work. '''Scope:''' this work sets out to provide a top-level overview of topics relating to health sociology. As such, this is not an exhaustive text, but a concise presentation of concepts, ideas, and issues related to health sociology. Efforts to include a variety of relevant materials, from case studies to videos, have been utilised throughout to supplement reading and signposting to further readings has been made where additional exploration of issues can take place. == Contents == <div style="text-align: left-aligned;"> {{center| {{Multicol|50%}} [[Health Sociology/Introduction|Introduction]] Contributors '''Part 1: Understanding health and society''' Health and society Theory and "knowing" health Key concepts '''Part 2: Themes of health and society''' [[Health Sociology/Inequality, Inequity, Injustice, and Liberation|Inequality, Inequity, Injustice, and Liberation]] Intersectionality Class Ethnicity [[Health Sociology/Sex, Sexuality, and Gender|Sex, Sexuality, and Gender]] Age Location Environment Genetics The body and the mind '''Part 3: Living within a human lifespan''' [[Health Sociology/Sex and Reproduction|Sex and Reproduction]] [[Health Sociology/Childhood|Childhood]] Teenhood Adulthood Relationships [[Health Sociology/Bodies|Bodies]] Pain [[Health Sociology/Mental Health|Mental Health]] Anxiety, scares, uncertainty, and the unknown Drugs, usage, and addicition [[Health Sociology/Chronic Illness|Chronic Illness]] Disability Sleep Aging [[Health Sociology/Death and Dying|Death and Dying]] '''Part 4: Doing health in society''' Organising care Institutionalisation Doctoring Nursing Dentistry Allied health professions Public health Health promotion Lay care [[Health Sociology/Complementary and Alternative Medicine|Complementary and Alternative Medicine]] Palliative care Deathcare {{Multicol-break}} '''Part 5: Negotiating health with society''' Social construction of health Medical model [[Health Sociology/The Professional and the Lay Person|The Professional and the Lay Person]] Diagnosis to treatment Cure finding Professionalisation [[Health Sociology/Medicalisation|Medicalisation]] Pharmaceuticalisation [[Health Sociology/Geneticisation|Geneticisation]] Healthcare journeys Natural disasters Human disasters '''Part 6: Setting the agenda in health and society''' Policy Economics [[Health Sociology/Politics|Politics]] Ideology Neoliberalism Consumerism Capitalism Lobbying Privatisation NGOs Think tanks and research groups Sceptics and conspiricy theorists Community groups '''Part 7: Histories of health and society''' [[Health Sociology/Histories of Healing|Histories of Healing]] Westerncentricism Empiricism Mechanical anatomy Industrialisation Globalisation '''Part 8: Perspectives of health and society''' Bioethics Feminism Foucault Marxism Political economy Social constructivism Planetary health Queer theory '''Part 9: Bettering health and society''' Activism Democratic innovations Citizenship Digital information Technology Wellbeing '''End matter''' Glossary {{Multicol-end}} }} </div> == References == {{reflist}} {{Shelves|Sociology}} {{status|0%}} kn1p05f8awf18ttml6jgvpfwmne7bvd 4095195 4095189 2022-08-21T09:54:34Z Jamzze 3329473 wikitext text/x-wiki __NOTOC__ [[File:HealthSociologyBannerPNG.png|900px|center]] == Welcome == '''Purpose:''' this Wikibook sets out to create an open, free, and editable introductory e-textbook on the subject of health sociology. '''Audience:''' [[w:International Standard Classification of Education|ISCED]] level 6 (e.g. Bachelor's) or above students seeking an introduction to health sociology, although everyone is welcome to read and participate with this work. '''Scope:''' this work sets out to provide a top-level overview of topics relating to health sociology. As such, this is not an exhaustive text, but a concise presentation of concepts, ideas, and issues related to health sociology. Efforts to include a variety of relevant materials, from case studies to videos, have been utilised throughout to enhance the project as an e-textbook. A number of sections have further readings to explore beyond this work and links to additional wiki resources. '''Format:''' this e-textbook is a dynamic, rather than static, piece of work. Its content, layout, and direction will alter and be expanded upon as contributors come and go. As such, whilst reading and engaging with the material, if there is something you disagree with, want to flag for review, or you find an error on - you are able to contribute. As a community project, all contributions are made freely and voluntarily and decision making on any aspect will take place collectively. Fact checking, layout, and wider editorial responsibilities fall on all contributors to take part in. If there comes a point in the future where a single record of our work would be beneficial, potentially an archived copy of our contributions can be saved and a new edition can be started. Currently, this e-textbook is writen in British English and further language editions may be started in the future. But, this project is a long way off from that and welcomes all interested in health sociology to contribute their knowledge for future generations to engage with. '''Structure:''' this e-textbook is structured in nine parts. '''Part one''' focuses on providing a general overview of what health sociology means, how we "know" health, and key concepts that learners should understand before going into the material. '''Part two''' develops upon overarching themes found throughout health and society, exploring issues such as inequality to class. '''Part three''' then explores the lived experiences of humans and their health throughout various stages and experiences of living and death. '''Part four''' offers insight into the practical considerations of undertaking healthcare activities within society. '''Part five''' builds upon these practical insights and examines the social processes and phenomenon that govern these practices. '''Part six''' moves to a top-level view of our society to explore wider social influences on our health and wellbeing. '''Part seven''' considers the historical social relationships with our health and their ramifications for present and future generations. '''Part eight''' then leans on significant theoretical perspectives to frame and contextualise the various insights provided throughout. '''Part nine''' ends by discussing the future of our health and society, exploring the importance of democratic activism, technology, and societal wellbeing to the continued development and equity of everyone's health. == Contents == <div style="text-align: left-aligned;"> {{center| {{Multicol|50%}} [[Health Sociology/Introduction|Introduction]] Contributors '''Part 1: Understanding health and society''' Health and society Theory and "knowing" health Key concepts '''Part 2: Themes of health and society''' [[Health Sociology/Inequality, Inequity, Injustice, and Liberation|Inequality, Inequity, Injustice, and Liberation]] Intersectionality Class Ethnicity [[Health Sociology/Sex, Sexuality, and Gender|Sex, Sexuality, and Gender]] Age Location Environment Genetics The body and the mind '''Part 3: Living within a human lifespan''' [[Health Sociology/Sex and Reproduction|Sex and Reproduction]] [[Health Sociology/Childhood|Childhood]] Teenhood Adulthood Relationships [[Health Sociology/Bodies|Bodies]] Pain [[Health Sociology/Mental Health|Mental Health]] Anxiety, scares, uncertainty, and the unknown Drugs, usage, and addicition [[Health Sociology/Chronic Illness|Chronic Illness]] Disability Sleep Aging [[Health Sociology/Death and Dying|Death and Dying]] '''Part 4: Doing health in society''' Organising care Institutionalisation Doctoring Nursing Dentistry Allied health professions Public health Health promotion Lay care [[Health Sociology/Complementary and Alternative Medicine|Complementary and Alternative Medicine]] Palliative care Deathcare {{Multicol-break}} '''Part 5: Negotiating health with society''' Social construction of health Medical model [[Health Sociology/The Professional and the Lay Person|The Professional and the Lay Person]] Diagnosis to treatment Cure finding Professionalisation [[Health Sociology/Medicalisation|Medicalisation]] Pharmaceuticalisation [[Health Sociology/Geneticisation|Geneticisation]] Healthcare journeys Natural disasters Human disasters '''Part 6: Setting the agenda in health and society''' Policy Economics [[Health Sociology/Politics|Politics]] Ideology Neoliberalism Consumerism Capitalism Lobbying Privatisation NGOs Think tanks and research groups Sceptics and conspiricy theorists Community groups '''Part 7: Histories of health and society''' [[Health Sociology/Histories of Healing|Histories of Healing]] Westerncentricism Empiricism Mechanical anatomy Industrialisation Globalisation '''Part 8: Perspectives of health and society''' Bioethics Feminism Foucault Marxism Political economy Social constructivism Planetary health Queer theory '''Part 9: Bettering health and society''' Activism Democratic innovations Citizenship Digital information Technology Wellbeing '''End matter''' Glossary {{Multicol-end}} }} </div> == References == {{reflist}} {{Shelves|Sociology}} {{status|0%}} houwwzpgnjhsiy7vgp1kivqlwseu3gz 4095196 4095195 2022-08-21T09:56:16Z Jamzze 3329473 wikitext text/x-wiki __NOTOC__ [[File:HealthSociologyBannerPNG.png|900px|center]] == Welcome == '''Purpose:''' this Wikibook sets out to create an open, free, and editable introductory e-textbook on the subject of health sociology. '''Audience:''' [[w:International Standard Classification of Education|ISCED]] level 6 (e.g. Bachelor's) or above students seeking an introduction to health sociology, although everyone is welcome to read and participate with this work. '''Scope:''' this work sets out to provide a top-level overview of topics relating to health sociology. As such, this is not an exhaustive text, but a concise presentation of concepts, ideas, and issues related to health sociology. Efforts to include a variety of relevant materials, from case studies to videos, have been utilised throughout to enhance the project as an e-textbook. A number of sections have further readings to explore beyond this work and links to additional wiki resources. '''Format:''' this e-textbook is a dynamic, rather than static, piece of work. Its content, layout, and direction will alter and be expanded upon as contributors come and go. As such, whilst reading and engaging with the material, if there is something you disagree with, want to flag for review, or you find an error on - you are able to contribute. As a community project, all contributions are made freely and voluntarily and decision making on any aspect will take place collectively. Fact checking, layout, and wider editorial responsibilities fall on all contributors to take part in. If there comes a point in the future where a single record of our work would be beneficial, potentially an archived copy of our contributions can be saved and a new edition can be started. Currently, this e-textbook is writen in British English and further language editions may be started in the future. But, this project is a long way off from that and welcomes all interested in health sociology to contribute what they can to this in-development project for future generations to engage with. '''Structure:''' this e-textbook is structured in nine parts. '''Part one''' focuses on providing a general overview of what health sociology means, how we "know" health, and key concepts that learners should understand before going into the material. '''Part two''' develops upon overarching themes found throughout health and society, exploring issues such as inequality to class. '''Part three''' then explores the lived experiences of humans and their health throughout various stages and experiences of living and death. '''Part four''' offers insight into the practical considerations of undertaking healthcare activities within society. '''Part five''' builds upon these practical insights and examines the social processes and phenomenon that govern these practices. '''Part six''' moves to a top-level view of our society to explore wider social influences on our health and wellbeing. '''Part seven''' considers the historical social relationships with our health and their ramifications for present and future generations. '''Part eight''' then leans on significant theoretical perspectives to frame and contextualise the various insights provided throughout. '''Part nine''' ends by discussing the future of our health and society, exploring the importance of democratic activism, technology, and societal wellbeing to the continued development and equity of everyone's health. == Contents == <div style="text-align: left-aligned;"> {{center| {{Multicol|50%}} [[Health Sociology/Introduction|Introduction]] Contributors '''Part 1: Understanding health and society''' Health and society Theory and "knowing" health Key concepts '''Part 2: Themes of health and society''' [[Health Sociology/Inequality, Inequity, Injustice, and Liberation|Inequality, Inequity, Injustice, and Liberation]] Intersectionality Class Ethnicity [[Health Sociology/Sex, Sexuality, and Gender|Sex, Sexuality, and Gender]] Age Location Environment Genetics The body and the mind '''Part 3: Living within a human lifespan''' [[Health Sociology/Sex and Reproduction|Sex and Reproduction]] [[Health Sociology/Childhood|Childhood]] Teenhood Adulthood Relationships [[Health Sociology/Bodies|Bodies]] Pain [[Health Sociology/Mental Health|Mental Health]] Anxiety, scares, uncertainty, and the unknown Drugs, usage, and addicition [[Health Sociology/Chronic Illness|Chronic Illness]] Disability Sleep Aging [[Health Sociology/Death and Dying|Death and Dying]] '''Part 4: Doing health in society''' Organising care Institutionalisation Doctoring Nursing Dentistry Allied health professions Public health Health promotion Lay care [[Health Sociology/Complementary and Alternative Medicine|Complementary and Alternative Medicine]] Palliative care Deathcare {{Multicol-break}} '''Part 5: Negotiating health with society''' Social construction of health Medical model [[Health Sociology/The Professional and the Lay Person|The Professional and the Lay Person]] Diagnosis to treatment Cure finding Professionalisation [[Health Sociology/Medicalisation|Medicalisation]] Pharmaceuticalisation [[Health Sociology/Geneticisation|Geneticisation]] Healthcare journeys Natural disasters Human disasters '''Part 6: Setting the agenda in health and society''' Policy Economics [[Health Sociology/Politics|Politics]] Ideology Neoliberalism Consumerism Capitalism Lobbying Privatisation NGOs Think tanks and research groups Sceptics and conspiricy theorists Community groups '''Part 7: Histories of health and society''' [[Health Sociology/Histories of Healing|Histories of Healing]] Westerncentricism Empiricism Mechanical anatomy Industrialisation Globalisation '''Part 8: Perspectives of health and society''' Bioethics Feminism Foucault Marxism Political economy Social constructivism Planetary health Queer theory '''Part 9: Bettering health and society''' Activism Democratic innovations Citizenship Digital information Technology Wellbeing '''End matter''' Glossary {{Multicol-end}} }} </div> == References == {{reflist}} {{Shelves|Sociology}} {{status|0%}} 98s5tokbfd7l8noudkhbxs03jl60tzy 4095197 4095196 2022-08-21T09:59:09Z Jamzze 3329473 wikitext text/x-wiki __NOTOC__ [[File:HealthSociologyBannerPNG.png|900px|center]] == Welcome == '''Purpose:''' this Wikibook sets out to create an open, free, and editable introductory e-textbook on the subject of health sociology. '''Audience:''' [[w:International Standard Classification of Education|ISCED]] level 6 (e.g. Bachelor's) or above students seeking an introduction to health sociology, although everyone is welcome to read and participate with this work. '''Scope:''' this work sets out to provide a top-level overview of topics relating to health sociology. As such, this is not an exhaustive text, but a concise presentation of concepts, ideas, and issues related to health sociology. Efforts to include a variety of relevant materials, from case studies to videos, have been utilised throughout to enhance the project as an e-textbook. A number of sections have further readings to explore beyond this work and links to additional wiki resources. '''Format:''' this e-textbook is a dynamic, rather than static, piece of work. Its content, layout, and direction will alter and be expanded upon as contributors come and go. As such, whilst reading and engaging with the material, if there is something you disagree with, want to flag for review, or you find an error on - you are able to contribute. As a community project, all contributions are made freely and voluntarily and decision making on any aspect will take place collectively. Fact checking, layout, and wider editorial responsibilities fall on all contributors to take part in. If there comes a point in the future where a single record of our work would be beneficial, potentially an archived copy of our contributions can be saved and a new edition can be started. Currently, this e-textbook is written in British English and further language editions may be started in the future. But, this project is a long way off from that and welcomes all interested in health sociology to contribute what they can to this in-development project for future generations to engage with. '''Structure:''' this e-textbook is structured in nine parts. '''Part one''' focuses on providing a general overview of what health sociology means, how we "know" health, and key concepts that learners should understand before going into the material. '''Part two''' develops upon overarching themes found throughout health and society, exploring issues such as inequality to class. '''Part three''' then explores the lived experiences of humans and their health throughout various stages and experiences of living and death. '''Part four''' offers insight into the practical considerations of undertaking healthcare activities within society. '''Part five''' builds upon these practical insights and examines the social processes and phenomenon that govern these practices. '''Part six''' moves to a top-level view of our society to explore wider social influences on our health and wellbeing. '''Part seven''' considers the historical social relationships with our health and their ramifications for present and future generations. '''Part eight''' then leans on significant theoretical perspectives to frame and contextualise the various insights provided throughout. '''Part nine''' ends by discussing the future of our health and society, exploring the importance of democratic activism, technology, and societal wellbeing to the continued development and equity of everyone's health. == Contents == <div style="text-align: left-aligned;"> {{center| {{Multicol|50%}} [[Health Sociology/Introduction|Introduction]] Contributors '''Part 1: Understanding health and society''' Health and society Theory and "knowing" health Key concepts '''Part 2: Themes of health and society''' [[Health Sociology/Inequality, Inequity, Injustice, and Liberation|Inequality, Inequity, Injustice, and Liberation]] Intersectionality Class Ethnicity [[Health Sociology/Sex, Sexuality, and Gender|Sex, Sexuality, and Gender]] Age Location Environment Genetics The body and the mind '''Part 3: Living within a human lifespan''' [[Health Sociology/Sex and Reproduction|Sex and Reproduction]] [[Health Sociology/Childhood|Childhood]] Teenhood Adulthood Relationships [[Health Sociology/Bodies|Bodies]] Pain [[Health Sociology/Mental Health|Mental Health]] Anxiety, scares, uncertainty, and the unknown Drugs, usage, and addicition [[Health Sociology/Chronic Illness|Chronic Illness]] Disability Sleep Aging [[Health Sociology/Death and Dying|Death and Dying]] '''Part 4: Doing health in society''' Organising care Institutionalisation Doctoring Nursing Dentistry Allied health professions Public health Health promotion Lay care [[Health Sociology/Complementary and Alternative Medicine|Complementary and Alternative Medicine]] Palliative care Deathcare {{Multicol-break}} '''Part 5: Negotiating health with society''' Social construction of health Medical model [[Health Sociology/The Professional and the Lay Person|The Professional and the Lay Person]] Diagnosis to treatment Cure finding Professionalisation [[Health Sociology/Medicalisation|Medicalisation]] Pharmaceuticalisation [[Health Sociology/Geneticisation|Geneticisation]] Healthcare journeys Natural disasters Human disasters '''Part 6: Setting the agenda in health and society''' Policy Economics [[Health Sociology/Politics|Politics]] Ideology Neoliberalism Consumerism Capitalism Lobbying Privatisation NGOs Think tanks and research groups Sceptics and conspiricy theorists Community groups '''Part 7: Histories of health and society''' [[Health Sociology/Histories of Healing|Histories of Healing]] Westerncentricism Empiricism Mechanical anatomy Industrialisation Globalisation '''Part 8: Perspectives of health and society''' Bioethics Feminism Foucault Marxism Political economy Social constructivism Planetary health Queer theory '''Part 9: Bettering health and society''' Activism Democratic innovations Citizenship Digital information Technology Wellbeing '''End matter''' Glossary {{Multicol-end}} }} </div> == References == {{reflist}} {{Shelves|Sociology}} {{status|0%}} 3c9dvifvykwkmwttmqhmlwqgurbnn17 History of video games/Platforms/Aquaplus P/ECE 0 448280 4095114 4093532 2022-08-21T00:30:30Z Mbrickn 3181019 wikitext text/x-wiki <gallery mode="packed" heights="300px"> File:Piece PME-001.jpg </gallery> ==History== ===Launch=== The system was released in 2001 for 11000 Japanese Yen.<ref>{{cite news |title=Aquaplus P/ECE (vs Panic Playdate) ⌘I Get Info |url=https://blog.gingerbeardman.com/2021/08/19/aquaplus-piece-vs-panic-playdate/ |access-date=13 August 2022 |work=blog.gingerbeardman.com}}</ref> ===Legacy=== This console was referenced in Episode 11 of the 2020 anime ''Tonikawa: Over the Moon for You''.<ref>{{cite news |last1=Martin |first1=Theron |title=TONIKAWA: Over The Moon For You ‒ Episode 11 |url=https://www.animenewsnetwork.com/review/tonikawa-over-the-moon-for-you/episode-11/.167388 |access-date=13 August 2022 |work=Anime News Network |date=December 14, 2020 |language=en}}</ref> ==Technology== The system supported Infrared based wireless communication with other consoles.<ref>{{cite web |title=P/ECE Official WebPage |url=https://aquaplus.jp/piece/intr.html |access-date=13 August 2022 |work=aquaplus.jp}}</ref> ==References== {{Reflist}} {{Status|0%}} {{Bookcat}} __NOTOC__ kh9qh1384zvtkz8cdisti9lp80eky02 4095115 4095114 2022-08-21T00:39:52Z Mbrickn 3181019 /* Legacy */ wikitext text/x-wiki <gallery mode="packed" heights="300px"> File:Piece PME-001.jpg </gallery> ==History== ===Launch=== The system was released in 2001 for 11000 Japanese Yen.<ref>{{cite news |title=Aquaplus P/ECE (vs Panic Playdate) ⌘I Get Info |url=https://blog.gingerbeardman.com/2021/08/19/aquaplus-piece-vs-panic-playdate/ |access-date=13 August 2022 |work=blog.gingerbeardman.com}}</ref> ===Legacy=== This console was referenced in Episode 11 of the 2020 anime ''Tonikawa: Over the Moon for You''.<ref>{{cite news |last1=Martin |first1=Theron |title=TONIKAWA: Over The Moon For You ‒ Episode 11 |url=https://www.animenewsnetwork.com/review/tonikawa-over-the-moon-for-you/episode-11/.167388 |access-date=13 August 2022 |work=Anime News Network |date=December 14, 2020 |language=en}}</ref> A small homebrew scene continued developing for the system long after it was released to the market. New commercial releases for the system occurred as recently as 2021.<ref>{{cite news |title=Aquaplus P/ECE: Game Reviews Vol. 2 ⌘I Get Info |url=https://blog.gingerbeardman.com/2021/08/28/aquaplus-piece-game-reviews-vol-2/ |access-date=21 August 2022 |work=blog.gingerbeardman.com |date=August 28, 2021}}</ref> ==Technology== The system supported Infrared based wireless communication with other consoles.<ref>{{cite web |title=P/ECE Official WebPage |url=https://aquaplus.jp/piece/intr.html |access-date=13 August 2022 |work=aquaplus.jp}}</ref> ==References== {{Reflist}} {{Status|0%}} {{Bookcat}} __NOTOC__ jrpl6dyp4fi2315zkyarfusnigodk9d 4095123 4095115 2022-08-21T02:03:42Z Mbrickn 3181019 wikitext text/x-wiki <gallery mode="packed" heights="300px"> File:Piece PME-001.jpg </gallery> ==History== ===Launch=== The system was released in 2001 for 11000 Japanese Yen.<ref name="VS">{{cite news |title=Aquaplus P/ECE (vs Panic Playdate) ⌘I Get Info |url=https://blog.gingerbeardman.com/2021/08/19/aquaplus-piece-vs-panic-playdate/ |access-date=13 August 2022 |work=blog.gingerbeardman.com}}</ref> ===Legacy=== A small homebrew scene continued developing for the system long after it was released to the market. New commercial releases for the system occurred as recently as 2021.<ref>{{cite news |title=Aquaplus P/ECE: Game Reviews Vol. 2 ⌘I Get Info |url=https://blog.gingerbeardman.com/2021/08/28/aquaplus-piece-game-reviews-vol-2/ |access-date=21 August 2022 |work=blog.gingerbeardman.com |date=August 28, 2021}}</ref> This console was referenced in Episode 11 of the 2020 anime ''Tonikawa: Over the Moon for You''.<ref>{{cite news |last1=Martin |first1=Theron |title=TONIKAWA: Over The Moon For You ‒ Episode 11 |url=https://www.animenewsnetwork.com/review/tonikawa-over-the-moon-for-you/episode-11/.167388 |access-date=13 August 2022 |work=Anime News Network |date=December 14, 2020 |language=en}}</ref> The system is was noted by the blog of ''GingerBreadBan'' for it's similarities to the later console, the [[{{BOOKNAME}}/Platforms/Playdate|Playdate]].<ref name="VS"/> ==Technology== The system supported Infrared based wireless communication with other consoles.<ref>{{cite web |title=P/ECE Official WebPage |url=https://aquaplus.jp/piece/intr.html |access-date=13 August 2022 |work=aquaplus.jp}}</ref> ==Games== ==References== {{Reflist|2}} {{Status|25%}} {{Bookcat}} __NOTOC__ m7b4maf817jl2bnwcrjtiwpw7u4r32e 4095124 4095123 2022-08-21T02:04:07Z Mbrickn 3181019 /* Legacy */ wikitext text/x-wiki <gallery mode="packed" heights="300px"> File:Piece PME-001.jpg </gallery> ==History== ===Launch=== The system was released in 2001 for 11000 Japanese Yen.<ref name="VS">{{cite news |title=Aquaplus P/ECE (vs Panic Playdate) ⌘I Get Info |url=https://blog.gingerbeardman.com/2021/08/19/aquaplus-piece-vs-panic-playdate/ |access-date=13 August 2022 |work=blog.gingerbeardman.com}}</ref> ===Legacy=== A small homebrew scene continued developing for the system long after it was released to the market. New commercial releases for the system occurred as recently as 2021.<ref>{{cite news |title=Aquaplus P/ECE: Game Reviews Vol. 2 ⌘I Get Info |url=https://blog.gingerbeardman.com/2021/08/28/aquaplus-piece-game-reviews-vol-2/ |access-date=21 August 2022 |work=blog.gingerbeardman.com |date=August 28, 2021}}</ref> This console was referenced in Episode 11 of the 2020 anime ''Tonikawa: Over the Moon for You''.<ref>{{cite news |last1=Martin |first1=Theron |title=TONIKAWA: Over The Moon For You ‒ Episode 11 |url=https://www.animenewsnetwork.com/review/tonikawa-over-the-moon-for-you/episode-11/.167388 |access-date=13 August 2022 |work=Anime News Network |date=December 14, 2020 |language=en}}</ref> The system is was noted by the blog of ''GingerBreadBan'' for it's similarities to a later console, the [[{{BOOKNAME}}/Platforms/Playdate|Playdate]].<ref name="VS"/> ==Technology== The system supported Infrared based wireless communication with other consoles.<ref>{{cite web |title=P/ECE Official WebPage |url=https://aquaplus.jp/piece/intr.html |access-date=13 August 2022 |work=aquaplus.jp}}</ref> ==Games== ==References== {{Reflist|2}} {{Status|25%}} {{Bookcat}} __NOTOC__ q0ioqzxjhjx3598mml0se3x1z6uiuig 4095125 4095124 2022-08-21T02:06:15Z Mbrickn 3181019 wikitext text/x-wiki <gallery mode="packed" heights="300px"> File:Piece PME-001.jpg </gallery> ==History== ===Launch=== The system was released in 2001 for 11000 Japanese Yen.<ref name="VS">{{cite news |title=Aquaplus P/ECE (vs Panic Playdate) ⌘I Get Info |url=https://blog.gingerbeardman.com/2021/08/19/aquaplus-piece-vs-panic-playdate/ |access-date=13 August 2022 |work=blog.gingerbeardman.com}}</ref> ===Legacy=== A small homebrew scene continued developing for the system long after it was released to the market. New commercial releases for the system occurred as recently as 2021.<ref>{{cite news |title=Aquaplus P/ECE: Game Reviews Vol. 2 ⌘I Get Info |url=https://blog.gingerbeardman.com/2021/08/28/aquaplus-piece-game-reviews-vol-2/ |access-date=21 August 2022 |work=blog.gingerbeardman.com |date=August 28, 2021}}</ref> This console was referenced in Episode 11 of the 2020 anime ''Tonikawa: Over the Moon for You''.<ref>{{cite news |last1=Martin |first1=Theron |title=TONIKAWA: Over The Moon For You ‒ Episode 11 |url=https://www.animenewsnetwork.com/review/tonikawa-over-the-moon-for-you/episode-11/.167388 |access-date=13 August 2022 |work=Anime News Network |date=December 14, 2020 |language=en}}</ref> The system is was noted by the blog of ''GingerBreadMan'' for it's similarities to a later console, the [[{{BOOKNAME}}/Platforms/Playdate|Playdate]].<ref name="VS"/> ==Technology== The system supported Infrared based wireless communication with other consoles.<ref>{{cite web |title=P/ECE Official WebPage |url=https://aquaplus.jp/piece/intr.html |access-date=13 August 2022 |work=aquaplus.jp}}</ref> ==Games== ==References== {{Reflist|2}} {{Status|25%}} {{Bookcat}} __NOTOC__ kese6beh95txf9dw767zj2fgpajyy9c 4095128 4095125 2022-08-21T02:18:08Z Mbrickn 3181019 wikitext text/x-wiki <gallery mode="packed" heights="300px"> File:Piece PME-001.jpg </gallery> ==History== ===Launch=== The system was released in 2001 for 11000 Japanese Yen.<ref name="VS">{{cite news |title=Aquaplus P/ECE (vs Panic Playdate) ⌘I Get Info |url=https://blog.gingerbeardman.com/2021/08/19/aquaplus-piece-vs-panic-playdate/ |access-date=13 August 2022 |work=blog.gingerbeardman.com}}</ref> ===Legacy=== A small homebrew scene continued developing for the system long after it was released to the market. New commercial releases for the system occurred as recently as 2021.<ref>{{cite news |title=Aquaplus P/ECE: Game Reviews Vol. 2 ⌘I Get Info |url=https://blog.gingerbeardman.com/2021/08/28/aquaplus-piece-game-reviews-vol-2/ |access-date=21 August 2022 |work=blog.gingerbeardman.com |date=August 28, 2021}}</ref> This console was referenced in Episode 11 of the 2020 anime ''Tonikawa: Over the Moon for You''.<ref>{{cite news |last1=Martin |first1=Theron |title=TONIKAWA: Over The Moon For You ‒ Episode 11 |url=https://www.animenewsnetwork.com/review/tonikawa-over-the-moon-for-you/episode-11/.167388 |access-date=13 August 2022 |work=Anime News Network |date=December 14, 2020 |language=en}}</ref> The system is was noted by the blog of ''GingerBreadMan'' for it's similarities to a later console, the [[{{BOOKNAME}}/Platforms/Playdate|Playdate]].<ref name="VS"/> ==Technology== ===Communication=== The system supported Infrared based wireless communication, sporting both a receiver and blaster on the top of the console, for communication with other consoles.<ref name="PIECE">{{cite web |title=P/ECE Official WebPage |url=https://aquaplus.jp/piece/intr.html |access-date=13 August 2022 |work=aquaplus.jp}}</ref> The system also supported wired USB communication with an onboard USB Type B port for use with a computer.<ref name="PIECE"/> This was the intended method of uploading software to the device.<ref name="PIECE"/> Unusually for the time, the system could also be used as a controller for PC games via USB.<ref name="PIECE"/> ===Software=== Very unusually for a console of the early 2000's, but similar to other small handhelds of the era, Aquaplus released development tools without asking for a royalty and free as in gratis, and explicitly with no license.<ref name="PIECE"/> The primary development language was a variant of the C programming language.<ref name="PIECE"/> An educational story based course with three characters was released to help developers learn how to write software for the system.<ref>{{cite web |title=まじかる*コンパイル|P/ECE Officeal WebPage |url=https://aquaplus.jp/piece/mc/index.html |access-date=21 August 2022 |work=aquaplus.jp}}</ref> ===Accessories=== The system included a attachment point for a strap or charm.<ref name="PIECE"/> ==Games== ==Notes== The name of the system is written as either ''P/ECE'' or ''PIECE'' ==References== {{Reflist|2}} {{Status|25%}} {{Bookcat}} __NOTOC__ szjb0qfzlk63zysd8kjjhseknnxdw4w 4095134 4095128 2022-08-21T02:43:01Z Mbrickn 3181019 wikitext text/x-wiki <gallery mode="packed" heights="300px"> File:Piece PME-001.jpg </gallery> ==History== ===Launch=== The launch of the system was planned for November 30, 2001,<ref name="OfficialSpec"/> however it is unknown if this target was met.<ref name="OfficialSpec"/> The system was released in 2001 for 11000 Japanese Yen.<ref name="VS">{{cite news |title=Aquaplus P/ECE (vs Panic Playdate) ⌘I Get Info |url=https://blog.gingerbeardman.com/2021/08/19/aquaplus-piece-vs-panic-playdate/ |access-date=13 August 2022 |work=blog.gingerbeardman.com}}</ref> The price was also listed as 9,800 Japanese Yen.<ref name="OfficialSpec"/> ===Legacy=== A small homebrew scene continued developing for the system long after it was released to the market. New commercial releases for the system occurred as recently as 2021.<ref>{{cite news |title=Aquaplus P/ECE: Game Reviews Vol. 2 ⌘I Get Info |url=https://blog.gingerbeardman.com/2021/08/28/aquaplus-piece-game-reviews-vol-2/ |access-date=21 August 2022 |work=blog.gingerbeardman.com |date=August 28, 2021}}</ref> This console was referenced in Episode 11 of the 2020 anime ''Tonikawa: Over the Moon for You''.<ref>{{cite news |last1=Martin |first1=Theron |title=TONIKAWA: Over The Moon For You ‒ Episode 11 |url=https://www.animenewsnetwork.com/review/tonikawa-over-the-moon-for-you/episode-11/.167388 |access-date=13 August 2022 |work=Anime News Network |date=December 14, 2020 |language=en}}</ref> The system is was noted by the blog of ''GingerBreadMan'' for it's similarities to a later console, the [[{{BOOKNAME}}/Platforms/Playdate|Playdate]].<ref name="VS"/> ==Technology== ===Compute=== The system was powered by a 32-bit RISC CPU, the Epson S1C33209, which was clocked at 24 megahertz.<ref name="OfficialSpec"/> ===Hardware=== The system weighed {{Convert|67|g}} without any battery.<ref name="OfficialSpec"/> A 1 channel 16 bit timer was used to handle interrupts.<ref name="OfficialFAQ"/> Audio was possible by using PWM through the CPU.<ref name="OfficialFAQ"/> Audio was output using either a single onboard monaural speaker, or through a headphone jack.<ref name="OfficialSpec"/> ===Software=== Very unusually for a console of the early 2000's, but similar to other small handhelds of the era, Aquaplus released development tools without asking for a royalty and free as in gratis, and explicitly with no license.<ref name="PIECE"/> The primary development language was a variant of the C programming language,<ref name="PIECE"/> which was fully compatible with ANSI C.<ref name="OfficialFAQ"/> An educational story based course with three characters was released to help developers learn how to write software for the system.<ref>{{cite web |title=まじかる*コンパイル|P/ECE Officeal WebPage |url=https://aquaplus.jp/piece/mc/index.html |access-date=21 August 2022 |work=aquaplus.jp}}</ref> Additionally two official games were released with source publicly available to aid developers.<ref name="OfficialFAQ"/> A contest with a number of prizes ranging from 50,000 Japanese Yen to 1 million Japanese Yen was distributed at various times and was held to develop software for the system.<ref>{{cite web |title=P/ECE Official WebPage |url=https://aquaplus.jp/piece/contest/index.html |access-date=21 August 2022 |work=aquaplus.jp}}</ref> ===Communication=== The system supported Infrared based wireless communication, sporting both a receiver and blaster on the top of the console, for communication with other consoles.<ref name="PIECE">{{cite web |title=P/ECE Official WebPage |url=https://aquaplus.jp/piece/intr.html |access-date=13 August 2022 |work=aquaplus.jp}}</ref> The system also supported wired USB communication with an onboard USB Type B port for use with a computer.<ref name="PIECE"/> This was the intended method of uploading software to the device.<ref name="PIECE"/> Unusually for the time, the system could also be used as a controller for PC games via USB.<ref name="PIECE"/> The possibility of operation with other consoles such as the [[{{BOOKNAME}}/Platforms/PlayStation 2|PlayStation 2]] was mentioned in the official FAQ.<ref name="OfficialFAQ"/> ===Power=== The system used one AA battery for around 8 hours of mobile operation, and a standby mode being available for when the system was not in operation.<ref name="OfficialFAQ"/><ref name="OfficialSpec">{{cite web |title=P/ECE Official WebPage |url=https://aquaplus.jp/piece/spec.html |access-date=21 August 2022 |work=aquaplus.jp}}</ref> When available and adequately powered, USB was automatically switched to as a power source for the system,<ref name="OfficialFAQ">{{cite web |title=P/ECE Official WebPage |url=https://aquaplus.jp/piece/faq.html |website=aquaplus.jp |access-date=21 August 2022}}</ref> an unusual feature for the time. ===Accessories=== The system included a attachment point for a strap or charm.<ref name="PIECE"/> ==Games== ==Notes== The name of the system is written as either ''P/ECE'' or ''PIECE'' ==References== {{Reflist|2}} {{Status|50%}} {{Bookcat}} __NOTOC__ bvmkm535rk7iiqq3ufdh3b6zmh7yrmd 4095135 4095134 2022-08-21T02:44:46Z Mbrickn 3181019 wikitext text/x-wiki <gallery mode="packed" heights="300px"> File:Piece PME-001.jpg </gallery> ==History== ===Launch=== The launch of the system was planned for November 30, 2001,<ref name="OfficialSpec"/> however it is unknown if this target was met. The system did release in 2001 for 11000 Japanese Yen.<ref name="VS">{{cite news |title=Aquaplus P/ECE (vs Panic Playdate) ⌘I Get Info |url=https://blog.gingerbeardman.com/2021/08/19/aquaplus-piece-vs-panic-playdate/ |access-date=13 August 2022 |work=blog.gingerbeardman.com}}</ref> However the price was also listed as 9,800 Japanese Yen.<ref name="OfficialSpec"/> ===Legacy=== A small homebrew scene continued developing for the system long after it was released to the market. New commercial releases for the system occurred as recently as 2021.<ref>{{cite news |title=Aquaplus P/ECE: Game Reviews Vol. 2 ⌘I Get Info |url=https://blog.gingerbeardman.com/2021/08/28/aquaplus-piece-game-reviews-vol-2/ |access-date=21 August 2022 |work=blog.gingerbeardman.com |date=August 28, 2021}}</ref> This console was referenced in Episode 11 of the 2020 anime ''Tonikawa: Over the Moon for You''.<ref>{{cite news |last1=Martin |first1=Theron |title=TONIKAWA: Over The Moon For You ‒ Episode 11 |url=https://www.animenewsnetwork.com/review/tonikawa-over-the-moon-for-you/episode-11/.167388 |access-date=13 August 2022 |work=Anime News Network |date=December 14, 2020 |language=en}}</ref> The system is was noted by the blog of ''GingerBreadMan'' for it's similarities to a later console, the [[{{BOOKNAME}}/Platforms/Playdate|Playdate]].<ref name="VS"/> ==Technology== ===Compute=== The system was powered by a 32-bit RISC CPU, the Epson S1C33209, which was clocked at 24 megahertz.<ref name="OfficialSpec"/> ===Hardware=== The system weighed {{Convert|67|g}} without any battery.<ref name="OfficialSpec"/> A 1 channel 16 bit timer was used to handle interrupts.<ref name="OfficialFAQ"/> Audio was possible by using PWM through the CPU.<ref name="OfficialFAQ"/> Audio was output using either a single onboard monaural speaker, or through a headphone jack.<ref name="OfficialSpec"/> ===Software=== Very unusually for a console of the early 2000's, but similar to other small handhelds of the era, Aquaplus released development tools without asking for a royalty and free as in gratis, and explicitly with no license.<ref name="PIECE"/> The primary development language was a variant of the C programming language,<ref name="PIECE"/> which was fully compatible with ANSI C.<ref name="OfficialFAQ"/> An educational story based course with three characters was released to help developers learn how to write software for the system.<ref>{{cite web |title=まじかる*コンパイル|P/ECE Officeal WebPage |url=https://aquaplus.jp/piece/mc/index.html |access-date=21 August 2022 |work=aquaplus.jp}}</ref> Additionally two official games were released with source publicly available to aid developers.<ref name="OfficialFAQ"/> A contest with a number of prizes ranging from 50,000 Japanese Yen to 1 million Japanese Yen was distributed at various times and was held to develop software for the system.<ref>{{cite web |title=P/ECE Official WebPage |url=https://aquaplus.jp/piece/contest/index.html |access-date=21 August 2022 |work=aquaplus.jp}}</ref> ===Communication=== The system supported Infrared based wireless communication, sporting both a receiver and blaster on the top of the console, for communication with other consoles.<ref name="PIECE">{{cite web |title=P/ECE Official WebPage |url=https://aquaplus.jp/piece/intr.html |access-date=13 August 2022 |work=aquaplus.jp}}</ref> The system also supported wired USB communication with an onboard USB Type B port for use with a computer.<ref name="PIECE"/> This was the intended method of uploading software to the device.<ref name="PIECE"/> Unusually for the time, the system could also be used as a controller for PC games via USB.<ref name="PIECE"/> The possibility of operation with other consoles such as the [[{{BOOKNAME}}/Platforms/PlayStation 2|PlayStation 2]] was mentioned in the official FAQ.<ref name="OfficialFAQ"/> ===Power=== The system used one AA battery for around 8 hours of mobile operation, and a standby mode being available for when the system was not in operation.<ref name="OfficialFAQ"/><ref name="OfficialSpec">{{cite web |title=P/ECE Official WebPage |url=https://aquaplus.jp/piece/spec.html |access-date=21 August 2022 |work=aquaplus.jp}}</ref> When available and adequately powered, USB was automatically switched to as a power source for the system,<ref name="OfficialFAQ">{{cite web |title=P/ECE Official WebPage |url=https://aquaplus.jp/piece/faq.html |website=aquaplus.jp |access-date=21 August 2022}}</ref> an unusual feature for the time. ===Accessories=== The system included a attachment point for a strap or charm.<ref name="PIECE"/> ==Games== ==Notes== The name of the system is written as either ''P/ECE'' or ''PIECE'' ==References== {{Reflist|2}} {{Status|50%}} {{Bookcat}} __NOTOC__ c3cwwoo5lfa4ocmb0uefpxq81lqaqm3 4095138 4095135 2022-08-21T02:53:42Z Mbrickn 3181019 wikitext text/x-wiki <gallery mode="packed" heights="300px"> File:Piece PME-001.jpg </gallery> ==History== ===Launch=== The launch of the system was planned for November 30, 2001,<ref name="OfficialSpec"/> however it is unknown if this target was met. The system did release in 2001 for 11000 Japanese Yen.<ref name="VS">{{cite news |title=Aquaplus P/ECE (vs Panic Playdate) ⌘I Get Info |url=https://blog.gingerbeardman.com/2021/08/19/aquaplus-piece-vs-panic-playdate/ |access-date=13 August 2022 |work=blog.gingerbeardman.com}}</ref> However the price was also listed as 9,800 Japanese Yen.<ref name="OfficialSpec"/> ===Legacy=== A small homebrew scene continued developing for the system long after it was released to the market. New commercial releases for the system occurred as recently as 2021.<ref>{{cite news |title=Aquaplus P/ECE: Game Reviews Vol. 2 ⌘I Get Info |url=https://blog.gingerbeardman.com/2021/08/28/aquaplus-piece-game-reviews-vol-2/ |access-date=21 August 2022 |work=blog.gingerbeardman.com |date=August 28, 2021}}</ref> This console was referenced in Episode 11 of the 2020 anime ''Tonikawa: Over the Moon for You''.<ref>{{cite news |last1=Martin |first1=Theron |title=TONIKAWA: Over The Moon For You ‒ Episode 11 |url=https://www.animenewsnetwork.com/review/tonikawa-over-the-moon-for-you/episode-11/.167388 |access-date=13 August 2022 |work=Anime News Network |date=December 14, 2020 |language=en}}</ref> The system is was noted by the blog of ''GingerBreadMan'' for it's similarities to a later console, the [[{{BOOKNAME}}/Platforms/Playdate|Playdate]].<ref name="VS"/> ==Technology== ===Compute=== The system was powered by a 32-bit RISC CPU, the Epson S1C33209, which was clocked at 24 megahertz.<ref name="OfficialSpec"/> ===Hardware=== The system weighed {{Convert|67|g}} without any battery.<ref name="OfficialSpec"/> A 1 channel 16 bit timer was used to handle interrupts.<ref name="OfficialFAQ"/> Audio was possible by using PWM through the CPU.<ref name="OfficialFAQ"/> Audio was output using either a single onboard monaural speaker, or through a headphone jack.<ref name="OfficialSpec"/> ===Software=== Very unusually for a console of the early 2000's, but similar to other small handhelds of the era, Aquaplus released development tools without asking for a royalty and free as in gratis, and explicitly with no license.<ref name="PIECE"/> The primary development language was a variant of the C programming language,<ref name="PIECE"/> which was fully compatible with ANSI C.<ref name="OfficialFAQ"/> An educational story based course with three characters was released to help developers learn how to write software for the system.<ref>{{cite web |title=まじかる*コンパイル|P/ECE Officeal WebPage |url=https://aquaplus.jp/piece/mc/index.html |access-date=21 August 2022 |work=aquaplus.jp}}</ref> Additionally two official games were released with source publicly available to aid developers.<ref name="OfficialFAQ"/> A contest with a number of prizes ranging from 50,000 Japanese Yen to 1 million Japanese Yen was distributed at various times and was held to develop software for the system.<ref>{{cite web |title=P/ECE Official WebPage |url=https://aquaplus.jp/piece/contest/index.html |access-date=21 August 2022 |work=aquaplus.jp}}</ref> ===Communication=== The system supported Infrared based wireless communication, sporting both a receiver and blaster on the top of the console, for communication with other consoles.<ref name="PIECE">{{cite web |title=P/ECE Official WebPage |url=https://aquaplus.jp/piece/intr.html |access-date=13 August 2022 |work=aquaplus.jp}}</ref> The system also supported wired USB communication with an onboard USB Type B port for use with a computer.<ref name="PIECE"/> This was the intended method of uploading software to the device.<ref name="PIECE"/> Unusually for the time, the system could also be used as a controller for PC games via USB.<ref name="PIECE"/> The possibility of operation with other consoles such as the [[{{BOOKNAME}}/Platforms/PlayStation 2|PlayStation 2]] was mentioned in the official FAQ.<ref name="OfficialFAQ"/> ===Power=== The system used one AA battery for around 8 hours of mobile operation, and a standby mode being available for when the system was not in operation.<ref name="OfficialFAQ"/><ref name="OfficialSpec">{{cite web |title=P/ECE Official WebPage |url=https://aquaplus.jp/piece/spec.html |access-date=21 August 2022 |work=aquaplus.jp}}</ref> When available and adequately powered, USB was automatically switched to as a power source for the system,<ref name="OfficialFAQ">{{cite web |title=P/ECE Official WebPage |url=https://aquaplus.jp/piece/faq.html |website=aquaplus.jp |access-date=21 August 2022}}</ref> an unusual feature for the time. ===Accessories=== The system included a attachment point for a strap or charm.<ref name="PIECE"/> ==Games== ==Console Versions== * Original "Silver & Black" - Features silver and black two tone casing and silver buttons.<ref name="OfficialSpec"/> Original models included special software built in.<ref name="OfficialSpec"/> * Other versions ** "Pearl White" - Features opaque bright white casing and matching white buttons.<ref name="OfficialSpec"/> ** "Clear Blue" - Features translucent blue casing and black buttons.<ref name="OfficialSpec"/> ** "Clear Red" - Features translucent red casing and black buttons.<ref name="OfficialSpec"/> Note that all models have a black bezel around the display.<ref name="OfficialSpec"/> ==Notes== The name of the system is written as either ''P/ECE'' or ''PIECE'' ==References== {{Reflist|2}} {{Status|50%}} {{Bookcat}} __NOTOC__ i7h0zvfkih0g0pon2j4ttkdlvytuka1 4095139 4095138 2022-08-21T02:53:57Z Mbrickn 3181019 /* Notes */ wikitext text/x-wiki <gallery mode="packed" heights="300px"> File:Piece PME-001.jpg </gallery> ==History== ===Launch=== The launch of the system was planned for November 30, 2001,<ref name="OfficialSpec"/> however it is unknown if this target was met. The system did release in 2001 for 11000 Japanese Yen.<ref name="VS">{{cite news |title=Aquaplus P/ECE (vs Panic Playdate) ⌘I Get Info |url=https://blog.gingerbeardman.com/2021/08/19/aquaplus-piece-vs-panic-playdate/ |access-date=13 August 2022 |work=blog.gingerbeardman.com}}</ref> However the price was also listed as 9,800 Japanese Yen.<ref name="OfficialSpec"/> ===Legacy=== A small homebrew scene continued developing for the system long after it was released to the market. New commercial releases for the system occurred as recently as 2021.<ref>{{cite news |title=Aquaplus P/ECE: Game Reviews Vol. 2 ⌘I Get Info |url=https://blog.gingerbeardman.com/2021/08/28/aquaplus-piece-game-reviews-vol-2/ |access-date=21 August 2022 |work=blog.gingerbeardman.com |date=August 28, 2021}}</ref> This console was referenced in Episode 11 of the 2020 anime ''Tonikawa: Over the Moon for You''.<ref>{{cite news |last1=Martin |first1=Theron |title=TONIKAWA: Over The Moon For You ‒ Episode 11 |url=https://www.animenewsnetwork.com/review/tonikawa-over-the-moon-for-you/episode-11/.167388 |access-date=13 August 2022 |work=Anime News Network |date=December 14, 2020 |language=en}}</ref> The system is was noted by the blog of ''GingerBreadMan'' for it's similarities to a later console, the [[{{BOOKNAME}}/Platforms/Playdate|Playdate]].<ref name="VS"/> ==Technology== ===Compute=== The system was powered by a 32-bit RISC CPU, the Epson S1C33209, which was clocked at 24 megahertz.<ref name="OfficialSpec"/> ===Hardware=== The system weighed {{Convert|67|g}} without any battery.<ref name="OfficialSpec"/> A 1 channel 16 bit timer was used to handle interrupts.<ref name="OfficialFAQ"/> Audio was possible by using PWM through the CPU.<ref name="OfficialFAQ"/> Audio was output using either a single onboard monaural speaker, or through a headphone jack.<ref name="OfficialSpec"/> ===Software=== Very unusually for a console of the early 2000's, but similar to other small handhelds of the era, Aquaplus released development tools without asking for a royalty and free as in gratis, and explicitly with no license.<ref name="PIECE"/> The primary development language was a variant of the C programming language,<ref name="PIECE"/> which was fully compatible with ANSI C.<ref name="OfficialFAQ"/> An educational story based course with three characters was released to help developers learn how to write software for the system.<ref>{{cite web |title=まじかる*コンパイル|P/ECE Officeal WebPage |url=https://aquaplus.jp/piece/mc/index.html |access-date=21 August 2022 |work=aquaplus.jp}}</ref> Additionally two official games were released with source publicly available to aid developers.<ref name="OfficialFAQ"/> A contest with a number of prizes ranging from 50,000 Japanese Yen to 1 million Japanese Yen was distributed at various times and was held to develop software for the system.<ref>{{cite web |title=P/ECE Official WebPage |url=https://aquaplus.jp/piece/contest/index.html |access-date=21 August 2022 |work=aquaplus.jp}}</ref> ===Communication=== The system supported Infrared based wireless communication, sporting both a receiver and blaster on the top of the console, for communication with other consoles.<ref name="PIECE">{{cite web |title=P/ECE Official WebPage |url=https://aquaplus.jp/piece/intr.html |access-date=13 August 2022 |work=aquaplus.jp}}</ref> The system also supported wired USB communication with an onboard USB Type B port for use with a computer.<ref name="PIECE"/> This was the intended method of uploading software to the device.<ref name="PIECE"/> Unusually for the time, the system could also be used as a controller for PC games via USB.<ref name="PIECE"/> The possibility of operation with other consoles such as the [[{{BOOKNAME}}/Platforms/PlayStation 2|PlayStation 2]] was mentioned in the official FAQ.<ref name="OfficialFAQ"/> ===Power=== The system used one AA battery for around 8 hours of mobile operation, and a standby mode being available for when the system was not in operation.<ref name="OfficialFAQ"/><ref name="OfficialSpec">{{cite web |title=P/ECE Official WebPage |url=https://aquaplus.jp/piece/spec.html |access-date=21 August 2022 |work=aquaplus.jp}}</ref> When available and adequately powered, USB was automatically switched to as a power source for the system,<ref name="OfficialFAQ">{{cite web |title=P/ECE Official WebPage |url=https://aquaplus.jp/piece/faq.html |website=aquaplus.jp |access-date=21 August 2022}}</ref> an unusual feature for the time. ===Accessories=== The system included a attachment point for a strap or charm.<ref name="PIECE"/> ==Games== ==Console Versions== * Original "Silver & Black" - Features silver and black two tone casing and silver buttons.<ref name="OfficialSpec"/> Original models included special software built in.<ref name="OfficialSpec"/> * Other versions ** "Pearl White" - Features opaque bright white casing and matching white buttons.<ref name="OfficialSpec"/> ** "Clear Blue" - Features translucent blue casing and black buttons.<ref name="OfficialSpec"/> ** "Clear Red" - Features translucent red casing and black buttons.<ref name="OfficialSpec"/> Note that all models have a black bezel around the display.<ref name="OfficialSpec"/> ==Notes== The name of the system is written as either ''P/ECE'' or ''PIECE''. ==References== {{Reflist|2}} {{Status|50%}} {{Bookcat}} __NOTOC__ 9uck170ypqbi8qf0b4as4gh3iquurge 4095147 4095139 2022-08-21T03:39:18Z Mbrickn 3181019 wikitext text/x-wiki <gallery mode="packed" heights="300px"> File:Piece PME-001.jpg </gallery> ==History== ===Launch=== The launch of the system was planned for November 30, 2001,<ref name="OfficialSpec"/> however it is unknown if this target was met. The system did release in 2001 for 11000 Japanese Yen.<ref name="VS">{{cite news |title=Aquaplus P/ECE (vs Panic Playdate) ⌘I Get Info |url=https://blog.gingerbeardman.com/2021/08/19/aquaplus-piece-vs-panic-playdate/ |access-date=13 August 2022 |work=blog.gingerbeardman.com}}</ref> However the price was also listed as 9,800 Japanese Yen.<ref name="OfficialSpec"/> ===Legacy=== A small homebrew scene continued developing for the system long after it was released to the market. New commercial releases for the system occurred as recently as 2021.<ref>{{cite news |title=Aquaplus P/ECE: Game Reviews Vol. 2 ⌘I Get Info |url=https://blog.gingerbeardman.com/2021/08/28/aquaplus-piece-game-reviews-vol-2/ |access-date=21 August 2022 |work=blog.gingerbeardman.com |date=August 28, 2021}}</ref> This console was referenced in Episode 11 of the 2020 anime ''Tonikawa: Over the Moon for You''.<ref>{{cite news |last1=Martin |first1=Theron |title=TONIKAWA: Over The Moon For You ‒ Episode 11 |url=https://www.animenewsnetwork.com/review/tonikawa-over-the-moon-for-you/episode-11/.167388 |access-date=13 August 2022 |work=Anime News Network |date=December 14, 2020 |language=en}}</ref> The system is was noted by the blog of ''GingerBreadMan'' for it's similarities to a later console, the [[{{BOOKNAME}}/Platforms/Playdate|Playdate]].<ref name="VS"/> ==Technology== ===Compute=== The system was powered by a 32-bit RISC CPU, the Epson S1C33209, which was clocked at 24 megahertz.<ref name="OfficialSpec"/> The system had 256 KB of Volatile SRAM.<ref name="OfficialSpec"/><ref name="OfficialFAQ"/> Storage was non-expandable, and was based on 512 KB of flash RAM, about 320 kilobytes of which was available to the user.<ref name="OfficialSpec"/><ref name="OfficialFAQ"/> ===Hardware=== The system measured {{Convert|101|mm}} high by {{Convert|65|mm}} wide by {{Convert|17|mm}} deep and weighed {{Convert|67|g}} without any AA battery inserted.<ref name="OfficialSpec"/> A 1 channel 16 bit timer was used to handle interrupts.<ref name="OfficialFAQ"/> Audio was possible by using PWM through the CPU.<ref name="OfficialFAQ"/> Audio was output using either a single onboard monaural speaker, or through a headphone jack.<ref name="OfficialSpec"/> ===Software=== Very unusually for a console of the early 2000's, but similar to other small handhelds of the era, Aquaplus released development tools without asking for a royalty and free as in gratis, and explicitly with no license.<ref name="PIECE"/> The primary development language was a variant of the C programming language,<ref name="PIECE"/> which was fully compatible with ANSI C.<ref name="OfficialFAQ"/> An educational story based course with three characters was released to help developers learn how to write software for the system.<ref>{{cite web |title=まじかる*コンパイル|P/ECE Officeal WebPage |url=https://aquaplus.jp/piece/mc/index.html |access-date=21 August 2022 |work=aquaplus.jp}}</ref> Additionally two official games were released with source publicly available to aid developers.<ref name="OfficialFAQ"/> A contest with a number of prizes ranging from 50,000 Japanese Yen to 1 million Japanese Yen was distributed at various times and was held to develop software for the system.<ref>{{cite web |title=P/ECE Official WebPage |url=https://aquaplus.jp/piece/contest/index.html |access-date=21 August 2022 |work=aquaplus.jp}}</ref> ===Communication=== The system supported Infrared based wireless communication, sporting both a receiver and blaster on the top of the console, for communication with other consoles.<ref name="PIECE">{{cite web |title=P/ECE Official WebPage |url=https://aquaplus.jp/piece/intr.html |access-date=13 August 2022 |work=aquaplus.jp}}</ref> The system also supported wired USB communication with an onboard USB Type B port for use with a computer.<ref name="PIECE"/> This was the intended method of uploading software to the device.<ref name="PIECE"/> Unusually for the time, the system could also be used as a controller for PC games via USB.<ref name="PIECE"/> The possibility of operation with other consoles such as the [[{{BOOKNAME}}/Platforms/PlayStation 2|PlayStation 2]] was mentioned in the official FAQ.<ref name="OfficialFAQ"/> ===Power=== The system used one AA battery for around 8 hours of mobile operation, and a standby mode being available for when the system was not in operation.<ref name="OfficialFAQ"/><ref name="OfficialSpec">{{cite web |title=P/ECE Official WebPage |url=https://aquaplus.jp/piece/spec.html |access-date=21 August 2022 |work=aquaplus.jp}}</ref> When available and adequately powered, USB was automatically switched to as a power source for the system,<ref name="OfficialFAQ">{{cite web |title=P/ECE Official WebPage |url=https://aquaplus.jp/piece/faq.html |website=aquaplus.jp |access-date=21 August 2022}}</ref> an unusual feature for the time. ===Accessories=== The system included a attachment point for a strap or charm.<ref name="PIECE"/> ==Games== ==Console Versions== * Original "Silver & Black" - Features silver and black two tone casing and silver buttons.<ref name="OfficialSpec"/> Original models included special software built in.<ref name="OfficialSpec"/> * Other versions ** "Pearl White" - Features opaque bright white casing and matching white buttons.<ref name="OfficialSpec"/> ** "Clear Blue" - Features translucent blue casing and black buttons.<ref name="OfficialSpec"/> ** "Clear Red" - Features translucent red casing and black buttons.<ref name="OfficialSpec"/> Note that all models have a black bezel around the display.<ref name="OfficialSpec"/> ==Notes== The name of the system is written as either ''P/ECE'' or ''PIECE''. ==References== {{Reflist|2}} {{Status|50%}} {{Bookcat}} __NOTOC__ qe875ly4kqayhqnt5c0bvwlmep358ot 4095148 4095147 2022-08-21T03:45:11Z Mbrickn 3181019 /* Hardware */ wikitext text/x-wiki <gallery mode="packed" heights="300px"> File:Piece PME-001.jpg </gallery> ==History== ===Launch=== The launch of the system was planned for November 30, 2001,<ref name="OfficialSpec"/> however it is unknown if this target was met. The system did release in 2001 for 11000 Japanese Yen.<ref name="VS">{{cite news |title=Aquaplus P/ECE (vs Panic Playdate) ⌘I Get Info |url=https://blog.gingerbeardman.com/2021/08/19/aquaplus-piece-vs-panic-playdate/ |access-date=13 August 2022 |work=blog.gingerbeardman.com}}</ref> However the price was also listed as 9,800 Japanese Yen.<ref name="OfficialSpec"/> ===Legacy=== A small homebrew scene continued developing for the system long after it was released to the market. New commercial releases for the system occurred as recently as 2021.<ref>{{cite news |title=Aquaplus P/ECE: Game Reviews Vol. 2 ⌘I Get Info |url=https://blog.gingerbeardman.com/2021/08/28/aquaplus-piece-game-reviews-vol-2/ |access-date=21 August 2022 |work=blog.gingerbeardman.com |date=August 28, 2021}}</ref> This console was referenced in Episode 11 of the 2020 anime ''Tonikawa: Over the Moon for You''.<ref>{{cite news |last1=Martin |first1=Theron |title=TONIKAWA: Over The Moon For You ‒ Episode 11 |url=https://www.animenewsnetwork.com/review/tonikawa-over-the-moon-for-you/episode-11/.167388 |access-date=13 August 2022 |work=Anime News Network |date=December 14, 2020 |language=en}}</ref> The system is was noted by the blog of ''GingerBreadMan'' for it's similarities to a later console, the [[{{BOOKNAME}}/Platforms/Playdate|Playdate]].<ref name="VS"/> ==Technology== ===Compute=== The system was powered by a 32-bit RISC CPU, the Epson S1C33209, which was clocked at 24 megahertz.<ref name="OfficialSpec"/> The system had 256 KB of Volatile SRAM.<ref name="OfficialSpec"/><ref name="OfficialFAQ"/> Storage was non-expandable, and was based on 512 KB of flash RAM, about 320 kilobytes of which was available to the user.<ref name="OfficialSpec"/><ref name="OfficialFAQ"/> ===Audio Visual=== The system included a widescreen orientation {{Convert|45|mm}} by {{Convert|31|mm}} monochrome FSTN LCD with a resolution of 128 pixels by 88 pixels capable of displaying 4 shades of darkness.<ref name="OfficialSpec"/> This display was acknowledged by Aquaplus as low specification for the time, and was selected specifically for improved battery life and size.<ref name="OfficialFAQ"/> Audio was possible by using PWM through the CPU.<ref name="OfficialFAQ"/> Audio was output using either a single onboard monaural speaker, or through a headphone jack.<ref name="OfficialSpec"/> ===Hardware=== The system measured {{Convert|101|mm}} high by {{Convert|65|mm}} wide by {{Convert|17|mm}} deep and weighed {{Convert|67|g}} without any AA battery inserted.<ref name="OfficialSpec"/> A 1 channel 16 bit timer was used to handle interrupts.<ref name="OfficialFAQ"/> ===Software=== Very unusually for a console of the early 2000's, but similar to other small handhelds of the era, Aquaplus released development tools without asking for a royalty and free as in gratis, and explicitly with no license.<ref name="PIECE"/> The primary development language was a variant of the C programming language,<ref name="PIECE"/> which was fully compatible with ANSI C.<ref name="OfficialFAQ"/> An educational story based course with three characters was released to help developers learn how to write software for the system.<ref>{{cite web |title=まじかる*コンパイル|P/ECE Officeal WebPage |url=https://aquaplus.jp/piece/mc/index.html |access-date=21 August 2022 |work=aquaplus.jp}}</ref> Additionally two official games were released with source publicly available to aid developers.<ref name="OfficialFAQ"/> A contest with a number of prizes ranging from 50,000 Japanese Yen to 1 million Japanese Yen was distributed at various times and was held to develop software for the system.<ref>{{cite web |title=P/ECE Official WebPage |url=https://aquaplus.jp/piece/contest/index.html |access-date=21 August 2022 |work=aquaplus.jp}}</ref> ===Communication=== The system supported Infrared based wireless communication, sporting both a receiver and blaster on the top of the console, for communication with other consoles.<ref name="PIECE">{{cite web |title=P/ECE Official WebPage |url=https://aquaplus.jp/piece/intr.html |access-date=13 August 2022 |work=aquaplus.jp}}</ref> The system also supported wired USB communication with an onboard USB Type B port for use with a computer.<ref name="PIECE"/> This was the intended method of uploading software to the device.<ref name="PIECE"/> Unusually for the time, the system could also be used as a controller for PC games via USB.<ref name="PIECE"/> The possibility of operation with other consoles such as the [[{{BOOKNAME}}/Platforms/PlayStation 2|PlayStation 2]] was mentioned in the official FAQ.<ref name="OfficialFAQ"/> ===Power=== The system used one AA battery for around 8 hours of mobile operation, and a standby mode being available for when the system was not in operation.<ref name="OfficialFAQ"/><ref name="OfficialSpec">{{cite web |title=P/ECE Official WebPage |url=https://aquaplus.jp/piece/spec.html |access-date=21 August 2022 |work=aquaplus.jp}}</ref> When available and adequately powered, USB was automatically switched to as a power source for the system,<ref name="OfficialFAQ">{{cite web |title=P/ECE Official WebPage |url=https://aquaplus.jp/piece/faq.html |website=aquaplus.jp |access-date=21 August 2022}}</ref> an unusual feature for the time. ===Accessories=== The system included a attachment point for a strap or charm.<ref name="PIECE"/> ==Games== ==Console Versions== * Original "Silver & Black" - Features silver and black two tone casing and silver buttons.<ref name="OfficialSpec"/> Original models included special software built in.<ref name="OfficialSpec"/> * Other versions ** "Pearl White" - Features opaque bright white casing and matching white buttons.<ref name="OfficialSpec"/> ** "Clear Blue" - Features translucent blue casing and black buttons.<ref name="OfficialSpec"/> ** "Clear Red" - Features translucent red casing and black buttons.<ref name="OfficialSpec"/> Note that all models have a black bezel around the display.<ref name="OfficialSpec"/> ==Notes== The name of the system is written as either ''P/ECE'' or ''PIECE''. ==References== {{Reflist|2}} {{Status|50%}} {{Bookcat}} __NOTOC__ a6p91u5gzf9qccyxsnxidkh2fr5vsq1 4095149 4095148 2022-08-21T03:49:32Z Mbrickn 3181019 /* Power */ wikitext text/x-wiki <gallery mode="packed" heights="300px"> File:Piece PME-001.jpg </gallery> ==History== ===Launch=== The launch of the system was planned for November 30, 2001,<ref name="OfficialSpec"/> however it is unknown if this target was met. The system did release in 2001 for 11000 Japanese Yen.<ref name="VS">{{cite news |title=Aquaplus P/ECE (vs Panic Playdate) ⌘I Get Info |url=https://blog.gingerbeardman.com/2021/08/19/aquaplus-piece-vs-panic-playdate/ |access-date=13 August 2022 |work=blog.gingerbeardman.com}}</ref> However the price was also listed as 9,800 Japanese Yen.<ref name="OfficialSpec"/> ===Legacy=== A small homebrew scene continued developing for the system long after it was released to the market. New commercial releases for the system occurred as recently as 2021.<ref>{{cite news |title=Aquaplus P/ECE: Game Reviews Vol. 2 ⌘I Get Info |url=https://blog.gingerbeardman.com/2021/08/28/aquaplus-piece-game-reviews-vol-2/ |access-date=21 August 2022 |work=blog.gingerbeardman.com |date=August 28, 2021}}</ref> This console was referenced in Episode 11 of the 2020 anime ''Tonikawa: Over the Moon for You''.<ref>{{cite news |last1=Martin |first1=Theron |title=TONIKAWA: Over The Moon For You ‒ Episode 11 |url=https://www.animenewsnetwork.com/review/tonikawa-over-the-moon-for-you/episode-11/.167388 |access-date=13 August 2022 |work=Anime News Network |date=December 14, 2020 |language=en}}</ref> The system is was noted by the blog of ''GingerBreadMan'' for it's similarities to a later console, the [[{{BOOKNAME}}/Platforms/Playdate|Playdate]].<ref name="VS"/> ==Technology== ===Compute=== The system was powered by a 32-bit RISC CPU, the Epson S1C33209, which was clocked at 24 megahertz.<ref name="OfficialSpec"/> The system had 256 KB of Volatile SRAM.<ref name="OfficialSpec"/><ref name="OfficialFAQ"/> Storage was non-expandable, and was based on 512 KB of flash RAM, about 320 kilobytes of which was available to the user.<ref name="OfficialSpec"/><ref name="OfficialFAQ"/> ===Audio Visual=== The system included a widescreen orientation {{Convert|45|mm}} by {{Convert|31|mm}} monochrome FSTN LCD with a resolution of 128 pixels by 88 pixels capable of displaying 4 shades of darkness.<ref name="OfficialSpec"/> This display was acknowledged by Aquaplus as low specification for the time, and was selected specifically for improved battery life and size.<ref name="OfficialFAQ"/> Audio was possible by using PWM through the CPU.<ref name="OfficialFAQ"/> Audio was output using either a single onboard monaural speaker, or through a headphone jack.<ref name="OfficialSpec"/> ===Hardware=== The system measured {{Convert|101|mm}} high by {{Convert|65|mm}} wide by {{Convert|17|mm}} deep and weighed {{Convert|67|g}} without any AA battery inserted.<ref name="OfficialSpec"/> A 1 channel 16 bit timer was used to handle interrupts.<ref name="OfficialFAQ"/> ===Software=== Very unusually for a console of the early 2000's, but similar to other small handhelds of the era, Aquaplus released development tools without asking for a royalty and free as in gratis, and explicitly with no license.<ref name="PIECE"/> The primary development language was a variant of the C programming language,<ref name="PIECE"/> which was fully compatible with ANSI C.<ref name="OfficialFAQ"/> An educational story based course with three characters was released to help developers learn how to write software for the system.<ref>{{cite web |title=まじかる*コンパイル|P/ECE Officeal WebPage |url=https://aquaplus.jp/piece/mc/index.html |access-date=21 August 2022 |work=aquaplus.jp}}</ref> Additionally two official games were released with source publicly available to aid developers.<ref name="OfficialFAQ"/> A contest with a number of prizes ranging from 50,000 Japanese Yen to 1 million Japanese Yen was distributed at various times and was held to develop software for the system.<ref>{{cite web |title=P/ECE Official WebPage |url=https://aquaplus.jp/piece/contest/index.html |access-date=21 August 2022 |work=aquaplus.jp}}</ref> ===Communication=== The system supported Infrared based wireless communication, sporting both a receiver and blaster on the top of the console, for communication with other consoles.<ref name="PIECE">{{cite web |title=P/ECE Official WebPage |url=https://aquaplus.jp/piece/intr.html |access-date=13 August 2022 |work=aquaplus.jp}}</ref> The system also supported wired USB communication with an onboard USB Type B port for use with a computer.<ref name="PIECE"/> This was the intended method of uploading software to the device.<ref name="PIECE"/> Unusually for the time, the system could also be used as a controller for PC games via USB.<ref name="PIECE"/> The possibility of operation with other consoles such as the [[{{BOOKNAME}}/Platforms/PlayStation 2|PlayStation 2]] was mentioned in the official FAQ.<ref name="OfficialFAQ"/> ===Power=== The system used one AA battery for around 8 hours of mobile operation, and a standby mode being available for when the system was not in operation.<ref name="OfficialFAQ"/><ref name="OfficialSpec">{{cite web |title=P/ECE Official WebPage |url=https://aquaplus.jp/piece/spec.html |access-date=21 August 2022 |work=aquaplus.jp}}</ref> The system was designed for use with standard alkaline AA batteries, and the use of rechargeable batteries was explicitly mentioned as a gray area.<ref name="OfficialFAQ"/> It should be noted that documentation contemporary competing game consoles such as the [[{{BOOKNAME}}/Platforms/GameBoy|GameBoy Color}} explicitly told users to avoid using rechargeable batteries.<ref>{{cite web |title=Why shouldn't rechargeable batteries be used in the Game Boy? |url=https://www.nintendo.co.uk/Support/Game-Boy-Pocket-Color/FAQ/Why-shouldn-t-rechargeable-batteries-be-used-in-the-Game-Boy-/Why-shouldn-t-rechargeable-batteries-be-used-in-the-Game-Boy-619646.html |access-date=21 August 2022 |work=Nintendo of Europe GmbH}}</ref> When available and adequately powered, USB was automatically switched to as a power source for the system,<ref name="OfficialFAQ">{{cite web |title=P/ECE Official WebPage |url=https://aquaplus.jp/piece/faq.html |website=aquaplus.jp |access-date=21 August 2022}}</ref> an unusual feature for the time. ===Accessories=== The system included a attachment point for a strap or charm.<ref name="PIECE"/> ==Games== ==Console Versions== * Original "Silver & Black" - Features silver and black two tone casing and silver buttons.<ref name="OfficialSpec"/> Original models included special software built in.<ref name="OfficialSpec"/> * Other versions ** "Pearl White" - Features opaque bright white casing and matching white buttons.<ref name="OfficialSpec"/> ** "Clear Blue" - Features translucent blue casing and black buttons.<ref name="OfficialSpec"/> ** "Clear Red" - Features translucent red casing and black buttons.<ref name="OfficialSpec"/> Note that all models have a black bezel around the display.<ref name="OfficialSpec"/> ==Notes== The name of the system is written as either ''P/ECE'' or ''PIECE''. ==References== {{Reflist|2}} {{Status|50%}} {{Bookcat}} __NOTOC__ 2ljqr4omf4ic3go7ul373el0ta8yss1 4095150 4095149 2022-08-21T03:59:22Z Mbrickn 3181019 wikitext text/x-wiki <gallery mode="packed" heights="300px"> File:Piece PME-001.jpg </gallery> ==History== ===Launch=== The launch of the system was planned for November 30, 2001,<ref name="OfficialSpec"/> however it is unknown if this target was met. The system did release in 2001 for 11000 Japanese Yen.<ref name="VS">{{cite news |title=Aquaplus P/ECE (vs Panic Playdate) ⌘I Get Info |url=https://blog.gingerbeardman.com/2021/08/19/aquaplus-piece-vs-panic-playdate/ |access-date=13 August 2022 |work=blog.gingerbeardman.com}}</ref> However the price was also listed as 9,800 Japanese Yen.<ref name="OfficialSpec"/> The console was distributed in retail through PC software stores.<ref name="OfficialSpec"/> ===Legacy=== A small homebrew scene continued developing for the system long after it was released to the market. New commercial releases for the system occurred as recently as 2021.<ref>{{cite news |title=Aquaplus P/ECE: Game Reviews Vol. 2 ⌘I Get Info |url=https://blog.gingerbeardman.com/2021/08/28/aquaplus-piece-game-reviews-vol-2/ |access-date=21 August 2022 |work=blog.gingerbeardman.com |date=August 28, 2021}}</ref> This console was referenced in Episode 11 of the 2020 anime ''Tonikawa: Over the Moon for You''.<ref>{{cite news |last1=Martin |first1=Theron |title=TONIKAWA: Over The Moon For You ‒ Episode 11 |url=https://www.animenewsnetwork.com/review/tonikawa-over-the-moon-for-you/episode-11/.167388 |access-date=13 August 2022 |work=Anime News Network |date=December 14, 2020 |language=en}}</ref> The system is was noted by the blog of ''GingerBreadMan'' for it's similarities to a later console, the [[{{BOOKNAME}}/Platforms/Playdate|Playdate]].<ref name="VS"/> ==Technology== ===Compute=== The system was powered by a 32-bit RISC CPU, the Epson S1C33209, which was clocked at 24 megahertz.<ref name="OfficialSpec"/> The system had 256 KB of Volatile SRAM.<ref name="OfficialSpec"/><ref name="OfficialFAQ"/> Storage was non-expandable, and was based on 512 KB of flash RAM, about 320 kilobytes of which was available to the user.<ref name="OfficialSpec"/><ref name="OfficialFAQ"/> ===Audio Visual=== The system included a widescreen orientation {{Convert|45|mm}} by {{Convert|31|mm}} monochrome FSTN LCD with a resolution of 128 pixels by 88 pixels capable of displaying 4 shades of darkness.<ref name="OfficialSpec"/> This display was acknowledged by Aquaplus as low specification for the time, and was selected specifically for improved battery life and size.<ref name="OfficialFAQ"/> Audio was possible by using PWM through the CPU.<ref name="OfficialFAQ"/> Audio was output using either a single onboard monaural speaker, or through a headphone jack.<ref name="OfficialSpec"/> ===Hardware=== The system measured {{Convert|101|mm}} high by {{Convert|65|mm}} wide by {{Convert|17|mm}} deep and weighed {{Convert|67|g}} without any AA battery inserted.<ref name="OfficialSpec"/> A 1 channel 16 bit timer was used to handle interrupts.<ref name="OfficialFAQ"/> ===Software=== Very unusually for a console of the early 2000's, but similar to other small handhelds of the era, Aquaplus released development tools without asking for a royalty and free as in gratis, and explicitly with no license.<ref name="PIECE"/> The primary development language was a variant of the C programming language,<ref name="PIECE"/> which was fully compatible with ANSI C.<ref name="OfficialFAQ"/> An educational story based course with three characters was released to help developers learn how to write software for the system.<ref>{{cite web |title=まじかる*コンパイル|P/ECE Officeal WebPage |url=https://aquaplus.jp/piece/mc/index.html |access-date=21 August 2022 |work=aquaplus.jp}}</ref> Additionally two official games were released with source publicly available to aid developers.<ref name="OfficialFAQ"/> A contest with a number of prizes ranging from 50,000 Japanese Yen to 1 million Japanese Yen was distributed at various times and was held to develop software for the system.<ref>{{cite web |title=P/ECE Official WebPage |url=https://aquaplus.jp/piece/contest/index.html |access-date=21 August 2022 |work=aquaplus.jp}}</ref> ===Communication=== The system supported Infrared based wireless communication, sporting both a receiver and blaster on the top of the console, for communication with other consoles.<ref name="PIECE">{{cite web |title=P/ECE Official WebPage |url=https://aquaplus.jp/piece/intr.html |access-date=13 August 2022 |work=aquaplus.jp}}</ref> The system also supported wired USB communication with an onboard USB Type B port for use with a computer.<ref name="PIECE"/> This was the intended method of uploading software to the device.<ref name="PIECE"/> Unusually for the time, the system could also be used as a controller for PC games via USB.<ref name="PIECE"/> The possibility of operation with other consoles such as the [[{{BOOKNAME}}/Platforms/PlayStation 2|PlayStation 2]] was mentioned in the official FAQ.<ref name="OfficialFAQ"/> ===Power=== The system used one AA battery for around 8 hours of mobile operation, and a standby mode being available for when the system was not in operation.<ref name="OfficialFAQ"/><ref name="OfficialSpec">{{cite web |title=P/ECE Official WebPage |url=https://aquaplus.jp/piece/spec.html |access-date=21 August 2022 |work=aquaplus.jp}}</ref> The system was designed for use with standard alkaline AA batteries, and the use of rechargeable batteries was explicitly mentioned as a gray area.<ref name="OfficialFAQ"/> It should be noted that documentation contemporary competing game consoles such as the [[{{BOOKNAME}}/Platforms/GameBoy|GameBoy Color}} explicitly told users to avoid using rechargeable batteries.<ref>{{cite web |title=Why shouldn't rechargeable batteries be used in the Game Boy? |url=https://www.nintendo.co.uk/Support/Game-Boy-Pocket-Color/FAQ/Why-shouldn-t-rechargeable-batteries-be-used-in-the-Game-Boy-/Why-shouldn-t-rechargeable-batteries-be-used-in-the-Game-Boy-619646.html |access-date=21 August 2022 |work=Nintendo of Europe GmbH}}</ref> When available and adequately powered, USB was automatically switched to as a power source for the system,<ref name="OfficialFAQ">{{cite web |title=P/ECE Official WebPage |url=https://aquaplus.jp/piece/faq.html |website=aquaplus.jp |access-date=21 August 2022}}</ref> an unusual feature for the time. ===Accessories=== The system included a attachment point for a strap or charm.<ref name="PIECE"/> ==Games== ==Console Versions== * Original "Silver & Black" - Features silver and black two tone casing and silver buttons.<ref name="OfficialSpec"/> Original models included special software built in.<ref name="OfficialSpec"/> * Other versions ** "Pearl White" - Features opaque bright white casing and matching white buttons.<ref name="OfficialSpec"/> ** "Clear Blue" - Features translucent blue casing and black buttons.<ref name="OfficialSpec"/> ** "Clear Red" - Features translucent red casing and black buttons.<ref name="OfficialSpec"/> Note that all models have a black bezel around the display.<ref name="OfficialSpec"/> ==Notes== The name of the system is written as either ''P/ECE'' or ''PIECE''. ==References== {{Reflist|2}} {{Status|50%}} {{Bookcat}} __NOTOC__ bkdll889jy9ie2h68yum87f4dlggse5 4095151 4095150 2022-08-21T04:01:48Z Mbrickn 3181019 wikitext text/x-wiki <gallery mode="packed" heights="300px"> File:Piece PME-001.jpg </gallery> ==History== ===Launch=== The launch of the system was planned for November 30, 2001,<ref name="OfficialSpec"/> however it is unknown if this target was met. The system did release in 2001 for 11000 Japanese Yen.<ref name="VS">{{cite news |title=Aquaplus P/ECE (vs Panic Playdate) ⌘I Get Info |url=https://blog.gingerbeardman.com/2021/08/19/aquaplus-piece-vs-panic-playdate/ |access-date=13 August 2022 |work=blog.gingerbeardman.com}}</ref> However the price was also listed as 9,800 Japanese Yen.<ref name="OfficialSpec"/> The console was distributed in retail through PC software stores.<ref name="OfficialSpec"/> ===Legacy=== The official main P/ECE website was last updated on August 20th, 2004.<ref>{{cite web |title=P/ECE Official WebPage |url=https://aquaplus.jp/piece/index.html |website=aquaplus.jp |access-date=21 August 2022}}</ref> A small homebrew scene continued developing for the system long after it was released to the market. New commercial releases for the system occurred as recently as 2021.<ref>{{cite news |title=Aquaplus P/ECE: Game Reviews Vol. 2 ⌘I Get Info |url=https://blog.gingerbeardman.com/2021/08/28/aquaplus-piece-game-reviews-vol-2/ |access-date=21 August 2022 |work=blog.gingerbeardman.com |date=August 28, 2021}}</ref> This console was referenced in Episode 11 of the 2020 anime ''Tonikawa: Over the Moon for You''.<ref>{{cite news |last1=Martin |first1=Theron |title=TONIKAWA: Over The Moon For You ‒ Episode 11 |url=https://www.animenewsnetwork.com/review/tonikawa-over-the-moon-for-you/episode-11/.167388 |access-date=13 August 2022 |work=Anime News Network |date=December 14, 2020 |language=en}}</ref> The system is was noted by the blog of ''GingerBreadMan'' for it's similarities to a later console, the [[{{BOOKNAME}}/Platforms/Playdate|Playdate]].<ref name="VS"/> ==Technology== ===Compute=== The system was powered by a 32-bit RISC CPU, the Epson S1C33209, which was clocked at 24 megahertz.<ref name="OfficialSpec"/> The system had 256 KB of Volatile SRAM.<ref name="OfficialSpec"/><ref name="OfficialFAQ"/> Storage was non-expandable, and was based on 512 KB of flash RAM, about 320 kilobytes of which was available to the user.<ref name="OfficialSpec"/><ref name="OfficialFAQ"/> ===Audio Visual=== The system included a widescreen orientation {{Convert|45|mm}} by {{Convert|31|mm}} monochrome FSTN LCD with a resolution of 128 pixels by 88 pixels capable of displaying 4 shades of darkness.<ref name="OfficialSpec"/> This display was acknowledged by Aquaplus as low specification for the time, and was selected specifically for improved battery life and size.<ref name="OfficialFAQ"/> Audio was possible by using PWM through the CPU.<ref name="OfficialFAQ"/> Audio was output using either a single onboard monaural speaker, or through a headphone jack.<ref name="OfficialSpec"/> ===Hardware=== The system measured {{Convert|101|mm}} high by {{Convert|65|mm}} wide by {{Convert|17|mm}} deep and weighed {{Convert|67|g}} without any AA battery inserted.<ref name="OfficialSpec"/> A 1 channel 16 bit timer was used to handle interrupts.<ref name="OfficialFAQ"/> ===Software=== Very unusually for a console of the early 2000's, but similar to other small handhelds of the era, Aquaplus released development tools without asking for a royalty and free as in gratis, and explicitly with no license.<ref name="PIECE"/> The primary development language was a variant of the C programming language,<ref name="PIECE"/> which was fully compatible with ANSI C.<ref name="OfficialFAQ"/> An educational story based course with three characters was released to help developers learn how to write software for the system.<ref>{{cite web |title=まじかる*コンパイル|P/ECE Officeal WebPage |url=https://aquaplus.jp/piece/mc/index.html |access-date=21 August 2022 |work=aquaplus.jp}}</ref> Additionally two official games were released with source publicly available to aid developers.<ref name="OfficialFAQ"/> A contest with a number of prizes ranging from 50,000 Japanese Yen to 1 million Japanese Yen was distributed at various times and was held to develop software for the system.<ref>{{cite web |title=P/ECE Official WebPage |url=https://aquaplus.jp/piece/contest/index.html |access-date=21 August 2022 |work=aquaplus.jp}}</ref> ===Communication=== The system supported Infrared based wireless communication, sporting both a receiver and blaster on the top of the console, for communication with other consoles.<ref name="PIECE">{{cite web |title=P/ECE Official WebPage |url=https://aquaplus.jp/piece/intr.html |access-date=13 August 2022 |work=aquaplus.jp}}</ref> The system also supported wired USB communication with an onboard USB Type B port for use with a computer.<ref name="PIECE"/> This was the intended method of uploading software to the device.<ref name="PIECE"/> Unusually for the time, the system could also be used as a controller for PC games via USB.<ref name="PIECE"/> The possibility of operation with other consoles such as the [[{{BOOKNAME}}/Platforms/PlayStation 2|PlayStation 2]] was mentioned in the official FAQ.<ref name="OfficialFAQ"/> ===Power=== The system used one AA battery for around 8 hours of mobile operation, and a standby mode being available for when the system was not in operation.<ref name="OfficialFAQ"/><ref name="OfficialSpec">{{cite web |title=P/ECE Official WebPage |url=https://aquaplus.jp/piece/spec.html |access-date=21 August 2022 |work=aquaplus.jp}}</ref> The system was designed for use with standard alkaline AA batteries, and the use of rechargeable batteries was explicitly mentioned as a gray area.<ref name="OfficialFAQ"/> It should be noted that documentation contemporary competing game consoles such as the [[{{BOOKNAME}}/Platforms/GameBoy|GameBoy Color}} explicitly told users to avoid using rechargeable batteries.<ref>{{cite web |title=Why shouldn't rechargeable batteries be used in the Game Boy? |url=https://www.nintendo.co.uk/Support/Game-Boy-Pocket-Color/FAQ/Why-shouldn-t-rechargeable-batteries-be-used-in-the-Game-Boy-/Why-shouldn-t-rechargeable-batteries-be-used-in-the-Game-Boy-619646.html |access-date=21 August 2022 |work=Nintendo of Europe GmbH}}</ref> When available and adequately powered, USB was automatically switched to as a power source for the system,<ref name="OfficialFAQ">{{cite web |title=P/ECE Official WebPage |url=https://aquaplus.jp/piece/faq.html |website=aquaplus.jp |access-date=21 August 2022}}</ref> an unusual feature for the time. ===Accessories=== The system included a attachment point for a strap or charm.<ref name="PIECE"/> ==Games== ==Console Versions== * Original "Silver & Black" - Features silver and black two tone casing and silver buttons.<ref name="OfficialSpec"/> Original models included special software built in.<ref name="OfficialSpec"/> * Other versions ** "Pearl White" - Features opaque bright white casing and matching white buttons.<ref name="OfficialSpec"/> ** "Clear Blue" - Features translucent blue casing and black buttons.<ref name="OfficialSpec"/> ** "Clear Red" - Features translucent red casing and black buttons.<ref name="OfficialSpec"/> Note that all models have a black bezel around the display.<ref name="OfficialSpec"/> ==Notes== The name of the system is written as either ''P/ECE'' or ''PIECE''. ==References== {{Reflist|2}} {{Status|50%}} {{Bookcat}} __NOTOC__ mtg0q4038j2htd7r9as6s3fecl1y5ti 4095152 4095151 2022-08-21T04:05:04Z Mbrickn 3181019 wikitext text/x-wiki <gallery mode="packed" heights="300px"> File:Piece PME-001.jpg </gallery> ==History== ===Launch=== The launch of the system was planned for November 30, 2001,<ref name="OfficialSpec"/> however it is unknown if this target was met. The system did release in 2001 for 11000 Japanese Yen.<ref name="VS">{{cite news |title=Aquaplus P/ECE (vs Panic Playdate) ⌘I Get Info |url=https://blog.gingerbeardman.com/2021/08/19/aquaplus-piece-vs-panic-playdate/ |access-date=13 August 2022 |work=blog.gingerbeardman.com}}</ref> However the price was also listed as 9,800 Japanese Yen.<ref name="OfficialSpec"/> The console was distributed in retail through PC software stores.<ref name="OfficialSpec"/> ===Legacy=== The official main P/ECE website was last updated on August 20th, 2004.<ref>{{cite web |title=P/ECE Official WebPage |url=https://aquaplus.jp/piece/index.html |website=aquaplus.jp |access-date=21 August 2022}}</ref> A small homebrew scene continued developing for the system long after it was released to the market. New commercial releases for the system occurred as recently as 2021.<ref>{{cite news |title=Aquaplus P/ECE: Game Reviews Vol. 2 ⌘I Get Info |url=https://blog.gingerbeardman.com/2021/08/28/aquaplus-piece-game-reviews-vol-2/ |access-date=21 August 2022 |work=blog.gingerbeardman.com |date=August 28, 2021}}</ref> This console was referenced in Episode 11 of the 2020 anime ''Tonikawa: Over the Moon for You''.<ref>{{cite news |last1=Martin |first1=Theron |title=TONIKAWA: Over The Moon For You ‒ Episode 11 |url=https://www.animenewsnetwork.com/review/tonikawa-over-the-moon-for-you/episode-11/.167388 |access-date=13 August 2022 |work=Anime News Network |date=December 14, 2020 |language=en}}</ref> The system is was noted by the blog of ''GingerBreadMan'' for it's similarities to a later console, the [[{{BOOKNAME}}/Platforms/Playdate|Playdate]].<ref name="VS"/> ==Technology== ===Compute=== The system was powered by a 32-bit RISC CPU, the Epson S1C33209, which was clocked at 24 megahertz.<ref name="OfficialSpec"/> The system had 256 KB of Volatile SRAM.<ref name="OfficialSpec"/><ref name="OfficialFAQ"/> Storage was non-expandable, and was based on 512 KB of flash RAM, about 320 kilobytes of which was available to the user.<ref name="OfficialSpec"/><ref name="OfficialFAQ"/> ===Audio Visual=== The system included a widescreen orientation {{Convert|45|mm}} by {{Convert|31|mm}} monochrome FSTN LCD with a resolution of 128 pixels by 88 pixels capable of displaying 4 shades of darkness.<ref name="OfficialSpec"/> This display was acknowledged by Aquaplus as low specification for the time, and was selected specifically for improved battery life and size.<ref name="OfficialFAQ"/> Audio was possible by using PWM through the CPU.<ref name="OfficialFAQ"/> Audio was output using either a single onboard monaural speaker, or through a headphone jack.<ref name="OfficialSpec"/> ===Hardware=== The system measured {{Convert|101|mm}} high by {{Convert|65|mm}} wide by {{Convert|17|mm}} deep and weighed {{Convert|67|g}} without any AA battery inserted.<ref name="OfficialSpec"/> A 1 channel 16 bit timer was used to handle interrupts.<ref name="OfficialFAQ"/> ===Software=== Very unusually for a console of the early 2000's, but similar to other small handhelds of the era, Aquaplus released development tools without asking for a royalty and free as in gratis, and explicitly with no license.<ref name="PIECE"/> The primary development language was a variant of the C programming language,<ref name="PIECE"/> which was fully compatible with ANSI C.<ref name="OfficialFAQ"/> An educational story based course with three characters was released to help developers learn how to write software for the system.<ref>{{cite web |title=まじかる*コンパイル|P/ECE Officeal WebPage |url=https://aquaplus.jp/piece/mc/index.html |access-date=21 August 2022 |work=aquaplus.jp}}</ref> Additionally two official games were released with source publicly available to aid developers.<ref name="OfficialFAQ"/> A contest with a number of prizes ranging from 50,000 Japanese Yen to 1 million Japanese Yen was distributed at various times and was held to develop software for the system.<ref>{{cite web |title=P/ECE Official WebPage |url=https://aquaplus.jp/piece/contest/index.html |access-date=21 August 2022 |work=aquaplus.jp}}</ref> ===Communication=== The system supported Infrared based wireless communication, sporting both a receiver and blaster on the top of the console, for communication with other consoles.<ref name="PIECE">{{cite web |title=P/ECE Official WebPage |url=https://aquaplus.jp/piece/intr.html |access-date=13 August 2022 |work=aquaplus.jp}}</ref> The system also supported wired USB communication with an onboard USB Type B port for use with a computer.<ref name="PIECE"/> This was the intended method of uploading software to the device.<ref name="PIECE"/> Unusually for the time, the system could also be used as a controller for PC games via USB.<ref name="PIECE"/> The possibility of operation with other consoles such as the [[{{BOOKNAME}}/Platforms/PlayStation 2|PlayStation 2]] was mentioned in the official FAQ.<ref name="OfficialFAQ"/> ===Power=== The system used one AA battery for around 8 hours of mobile operation, and a standby mode being available for when the system was not in operation.<ref name="OfficialFAQ"/><ref name="OfficialSpec">{{cite web |title=P/ECE Official WebPage |url=https://aquaplus.jp/piece/spec.html |access-date=21 August 2022 |work=aquaplus.jp}}</ref> The system was designed for use with standard alkaline AA batteries, and the use of rechargeable batteries was explicitly mentioned as a gray area.<ref name="OfficialFAQ"/> It should be noted that documentation contemporary competing game consoles such as the [[{{BOOKNAME}}/Platforms/GameBoy|GameBoy Color}} explicitly told users to avoid using rechargeable batteries.<ref>{{cite web |title=Why shouldn't rechargeable batteries be used in the Game Boy? |url=https://www.nintendo.co.uk/Support/Game-Boy-Pocket-Color/FAQ/Why-shouldn-t-rechargeable-batteries-be-used-in-the-Game-Boy-/Why-shouldn-t-rechargeable-batteries-be-used-in-the-Game-Boy-619646.html |access-date=21 August 2022 |work=Nintendo of Europe GmbH}}</ref> When available and adequately powered, USB was automatically switched to as a power source for the system,<ref name="OfficialFAQ">{{cite web |title=P/ECE Official WebPage |url=https://aquaplus.jp/piece/faq.html |website=aquaplus.jp |access-date=21 August 2022}}</ref> an unusual feature for the time. ===Accessories=== The system included a attachment point for a strap or charm.<ref name="PIECE"/> ==Games== The system was powerful enough to support complex gameplay features such as 3D environments or destructible environments.<ref name="VS"/> ==Console Versions== * Original "Silver & Black" - Features silver and black two tone casing and silver buttons.<ref name="OfficialSpec"/> Original models included special software built in.<ref name="OfficialSpec"/> * Other versions ** "Pearl White" - Features opaque bright white casing and matching white buttons.<ref name="OfficialSpec"/> ** "Clear Blue" - Features translucent blue casing and black buttons.<ref name="OfficialSpec"/> ** "Clear Red" - Features translucent red casing and black buttons.<ref name="OfficialSpec"/> Note that all models have a black bezel around the display.<ref name="OfficialSpec"/> ==Notes== The name of the system is written as either ''P/ECE'' or ''PIECE''. ==References== {{Reflist|2}} {{Status|75%}} {{Bookcat}} __NOTOC__ ns78qx12o2ioy63eb91xia405f3slvq Exercise as it relates to Disease/Response to vigorous exercise in a PTSD diagnosed military and first responder population 0 448331 4095176 4094831 2022-08-21T07:26:53Z Ted Wesley 3398645 Heading wikitext text/x-wiki This Wikipage is a critical appraisal of the research article " Acute Physiological Responses Following a Bout of Vigorous Exercise in Military Soldiers and First Responders with PTSD: An Exploratory Pilot Study" by Kathryn E Speer, Stuart Semple and Andrew J McKune. This Wikipage was prepared as an assessment for the unit Health, Disease and Exercise at the University of Canberra, Semester 2, 2022. <ref name="Article">Speer KE, Semple S, McKune AJ. Acute physiological responses following a bout of vigorous exercise in military soldiers and first responders with PTSD: An exploratory pilot study. Behavioral Sciences. 10 (2):59.</ref> == '''What is the background to the research?''' == Post-Traumatic Stress Disorder (PTSD) is a mental illness as classified in the Diagnostic and Statistical Manual of Mental Disorders 5-TR (DSM-5-TR) with the following broad diagnostic criteria (several sub-criteria are described under criteria A-E): A.    The person was exposed to death, threatened death, actual or threatened serious injury, or actual or threatened sexual violence. B.    The traumatic event is persistently re-experienced. C.    Avoidance of trauma-related stimuli after the trauma. D.    Negative thoughts or feelings that began or worsened after the trauma. E.    Trauma-related arousal and reactivity that began or worsened after the trauma. F.    Symptoms last for more than 1 month. G.    Symptoms create distress or functional impairment. H.    Symptoms are not due to medication, substance use, or other illness.<ref>US Department of Veteran Affairs (US DVA) PTSD: National Center for PTSD [internet]. United States of America: US DVA; 2020. Available from <nowiki>https://www.ptsd.va.gov/professional/treat/essentials/dsm5_ptsd.asp</nowiki></ref> == '''Where is this research from?''' == The researchers and subsequent authors of this article, Kathryn Speer, Stuart Semple and Andrew J McCune, are from the Discipline of Sport and Exercise Science at the University of Canberra (UC). All authors have a significant number of previously published literature, much in the field of sport and exercise science, with focus on this topic in relation to mental health. The research undertaken in this article was funded by Fearless Outreach. The article processing charge was funded by UC, with the study approved by the UC Human Research Ethics Committee, Research Ethics, and Integrity Review Board. No conflicts of interest were declared by any author.<ref name="Article"></ref> == '''References''' == {{BookCat}} 6dzq441k4m5dsj1fa90df93ywedjbtr 4095177 4095176 2022-08-21T07:34:36Z Ted Wesley 3398645 Reference inserted wikitext text/x-wiki This Wikipage is a critical appraisal of the research article " Acute Physiological Responses Following a Bout of Vigorous Exercise in Military Soldiers and First Responders with PTSD: An Exploratory Pilot Study" by Kathryn E Speer, Stuart Semple and Andrew J McKune. This Wikipage was prepared as an assessment for the unit Health, Disease and Exercise at the University of Canberra, Semester 2, 2022. <ref name="Article">Speer KE, Semple S, McKune AJ. Acute physiological responses following a bout of vigorous exercise in military soldiers and first responders with PTSD: An exploratory pilot study. Behavioral Sciences. 10 (2):59.</ref> == '''What is the background to the research?''' == Post-Traumatic Stress Disorder (PTSD) is a mental illness as classified in the Diagnostic and Statistical Manual of Mental Disorders 5-TR (DSM-5-TR) with the following broad diagnostic criteria (several sub-criteria are described under criteria A-E): A.    The person was exposed to death, threatened death, actual or threatened serious injury, or actual or threatened sexual violence. B.    The traumatic event is persistently re-experienced. C.    Avoidance of trauma-related stimuli after the trauma. D.    Negative thoughts or feelings that began or worsened after the trauma. E.    Trauma-related arousal and reactivity that began or worsened after the trauma. F.    Symptoms last for more than 1 month. G.    Symptoms create distress or functional impairment. H.    Symptoms are not due to medication, substance use, or other illness.<ref>US Department of Veteran Affairs (US DVA) PTSD: National Center for PTSD [internet]. United States of America: US DVA; 2020. Available from <nowiki>https://www.ptsd.va.gov/professional/treat/essentials/dsm5_ptsd.asp</nowiki></ref> Research has indicated physical activity may reduce symptoms of PTSD, whilst also reducing the risk and occurrence of certain co-morbidities, including Cardiovascular Disease, Type II Diabetes and Metabolic Syndrome.<ref>Rosenbaum S, Sherrington C, Tiedemann A. Exercise augmentation compared with usual care for post-traumatic stress disorder: a randomized controlled trial. Acta Psychiatr Scand. 2015 May;131(5):350-9.</ref> == '''Where is this research from?''' == The researchers and subsequent authors of this article, Kathryn Speer, Stuart Semple and Andrew J McCune, are from the Discipline of Sport and Exercise Science at the University of Canberra (UC). All authors have a significant number of previously published literature, much in the field of sport and exercise science, with focus on this topic in relation to mental health. The research undertaken in this article was funded by Fearless Outreach. The article processing charge was funded by UC, with the study approved by the UC Human Research Ethics Committee, Research Ethics, and Integrity Review Board. No conflicts of interest were declared by any author.<ref name="Article"></ref> == '''References''' == {{BookCat}} psj9kn8jokxjfhz2h6rnnonwf1vy7vy 4095179 4095177 2022-08-21T07:44:41Z Ted Wesley 3398645 Additional data re background wikitext text/x-wiki This Wikipage is a critical appraisal of the research article " Acute Physiological Responses Following a Bout of Vigorous Exercise in Military Soldiers and First Responders with PTSD: An Exploratory Pilot Study" by Kathryn E Speer, Stuart Semple and Andrew J McKune. This Wikipage was prepared as an assessment for the unit Health, Disease and Exercise at the University of Canberra, Semester 2, 2022. <ref name="Article">Speer KE, Semple S, McKune AJ. Acute physiological responses following a bout of vigorous exercise in military soldiers and first responders with PTSD: An exploratory pilot study. Behavioral Sciences. 10 (2):59.</ref> == '''What is the background to the research?''' == Post-Traumatic Stress Disorder (PTSD) is a mental illness as classified in the Diagnostic and Statistical Manual of Mental Disorders 5-TR (DSM-5-TR) with the following broad diagnostic criteria (several sub-criteria are described under criteria A-E): A.    The person was exposed to death, threatened death, actual or threatened serious injury, or actual or threatened sexual violence. B.    The traumatic event is persistently re-experienced. C.    Avoidance of trauma-related stimuli after the trauma. D.    Negative thoughts or feelings that began or worsened after the trauma. E.    Trauma-related arousal and reactivity that began or worsened after the trauma. F.    Symptoms last for more than 1 month. G.    Symptoms create distress or functional impairment. H.    Symptoms are not due to medication, substance use, or other illness.<ref>US Department of Veteran Affairs (US DVA) PTSD: National Center for PTSD [internet]. United States of America: US DVA; 2020. Available from <nowiki>https://www.ptsd.va.gov/professional/treat/essentials/dsm5_ptsd.asp</nowiki></ref> In addition to the symptoms and criteria identified in DSM-5-TR, PTSD sufferers often experience isolation, distrust, relationship difficulties, and communication issues. Cumulatively these factors limit the ability or likelihood of sufferers engaging in a suitable level of physical activity, in turn increasing the risk of co-morbidities such as Cardiovascular Disease, Type II Diabetes, Metabolic Syndrome and substance abuse.<ref>Substance Abuse and Mental Health Services Administration (SAMHSA). Disaster Technical Assistance Center Supplemental Research Bulletin First Responders: Behavioural Health Concerns, Emergency Response, and Trauma. [internet] May 2018, [cited 4 March 2022]</ref> Research has indicated physical activity may not only reduce the symptoms of PTSD but will additionally decrease the risk of the co-morbidities .<ref>Rosenbaum S, Sherrington C, Tiedemann A. Exercise augmentation compared with usual care for post-traumatic stress disorder: a randomized controlled trial. Acta Psychiatr Scand. 2015 May;131(5):350-9.</ref><ref>Coughlin SS. Post-traumatic Stress Disorder and Cardiovascular Disease. ''Open Cardiovascular Medicine Journal''. [internet] 2011 [cited 6 March 2022]; 5 164-70. </ref><ref>Rosenbaum S, Tiedemann A, Sherrington C, ''et a''l. Assessing physical activity in people with posttraumatic stress disorder: Feasibility and concurrent validity of the International Physical Activity Questionnaire– short form and actigraph accelerometers. ''BMC Research Notes'' [internet] 2014 [cited 8 March 2022]; 7''',''' 576. </ref> == '''Where is this research from?''' == The researchers and subsequent authors of this article, Kathryn Speer, Stuart Semple and Andrew J McCune, are from the Discipline of Sport and Exercise Science at the University of Canberra (UC). All authors have a significant number of previously published literature, much in the field of sport and exercise science, with focus on this topic in relation to mental health. The research undertaken in this article was funded by Fearless Outreach. The article processing charge was funded by UC, with the study approved by the UC Human Research Ethics Committee, Research Ethics, and Integrity Review Board. No conflicts of interest were declared by any author.<ref name="Article"></ref> == '''References''' == {{BookCat}} fnv61wtnik1y1f4ydit3zn8xlsyowh1 4095180 4095179 2022-08-21T08:00:56Z Ted Wesley 3398645 Reference wikitext text/x-wiki This Wikipage is a critical appraisal of the research article " Acute Physiological Responses Following a Bout of Vigorous Exercise in Military Soldiers and First Responders with PTSD: An Exploratory Pilot Study" by Kathryn E Speer, Stuart Semple and Andrew J McKune. This Wikipage was prepared as an assessment for the unit Health, Disease and Exercise at the University of Canberra, Semester 2, 2022. <ref name="Article">Speer KE, Semple S, McKune AJ. Acute physiological responses following a bout of vigorous exercise in military soldiers and first responders with PTSD: An exploratory pilot study. Behavioral Sciences. 10 (2):59.</ref> == '''What is the background to the research?''' == Post-Traumatic Stress Disorder (PTSD) is a mental illness as classified in the Diagnostic and Statistical Manual of Mental Disorders 5-TR (DSM-5-TR) with the following broad diagnostic criteria (several sub-criteria are described under criteria A-E): A.    The person was exposed to death, threatened death, actual or threatened serious injury, or actual or threatened sexual violence. B.    The traumatic event is persistently re-experienced. C.    Avoidance of trauma-related stimuli after the trauma. D.    Negative thoughts or feelings that began or worsened after the trauma. E.    Trauma-related arousal and reactivity that began or worsened after the trauma. F.    Symptoms last for more than 1 month. G.    Symptoms create distress or functional impairment. H.    Symptoms are not due to medication, substance use, or other illness.<ref>US Department of Veteran Affairs (US DVA) PTSD: National Center for PTSD [internet]. United States of America: US DVA; 2020. Available from <nowiki>https://www.ptsd.va.gov/professional/treat/essentials/dsm5_ptsd.asp</nowiki></ref> In addition to the symptoms and criteria identified in DSM-5-TR, PTSD sufferers often experience isolation, distrust, relationship difficulties, and communication issues. Cumulatively these factors limit the ability or likelihood of sufferers engaging in a suitable level of physical activity, in turn increasing the risk of co-morbidities such as Cardiovascular Disease, Type II Diabetes, Metabolic Syndrome and substance abuse.<ref>Substance Abuse and Mental Health Services Administration (SAMHSA). Disaster Technical Assistance Center Supplemental Research Bulletin First Responders: Behavioural Health Concerns, Emergency Response, and Trauma. [internet] May 2018, [cited 4 March 2022]</ref> Research has indicated physical activity may not only reduce the symptoms of PTSD but will additionally decrease the risk of the co-morbidities .<ref>Rosenbaum S, Sherrington C, Tiedemann A. Exercise augmentation compared with usual care for post-traumatic stress disorder: a randomized controlled trial. Acta Psychiatr Scand. 2015 May;131(5):350-9.</ref><ref>Coughlin SS. Post-traumatic Stress Disorder and Cardiovascular Disease. ''Open Cardiovascular Medicine Journal''. [internet] 2011 [cited 6 March 2022]; 5 164-70. </ref><ref>Rosenbaum S, Tiedemann A, Sherrington C, ''et a''l. Assessing physical activity in people with posttraumatic stress disorder: Feasibility and concurrent validity of the International Physical Activity Questionnaire– short form and actigraph accelerometers. ''BMC Research Notes'' [internet] 2014 [cited 8 March 2022]; 7''',''' 576. </ref> A cadre at a higher risk of developing PTSD during their lifetime are past and present members of the armed services, police, paramedics, firefighters and other first responders.<ref>Geronazzo-Alman L, Eisenberg R, Shen S, Duarte CS, Musa GJ, Wicks J, Fan B, Doan T, Guffanti G, Bresnahan M, Hoven CW. Cumulative exposure to work-related traumatic events and current post-traumatic stress disorder in New York City's first responders. Compr Psychiatry. 2017 Apr;74:134-143.</ref> == '''Where is this research from?''' == The researchers and subsequent authors of this article, Kathryn Speer, Stuart Semple and Andrew J McCune, are from the Discipline of Sport and Exercise Science at the University of Canberra (UC). All authors have a significant number of previously published literature, much in the field of sport and exercise science, with focus on this topic in relation to mental health. The research undertaken in this article was funded by Fearless Outreach. The article processing charge was funded by UC, with the study approved by the UC Human Research Ethics Committee, Research Ethics, and Integrity Review Board. No conflicts of interest were declared by any author.<ref name="Article"></ref> == '''References''' == {{BookCat}} s6j00x9c1zu4f4hm73xeoiffchg03sd 4095182 4095180 2022-08-21T08:07:16Z Ted Wesley 3398645 wikitext text/x-wiki This Wikipage is a critical appraisal of the research article " Acute Physiological Responses Following a Bout of Vigorous Exercise in Military Soldiers and First Responders with PTSD: An Exploratory Pilot Study" by Kathryn E Speer, Stuart Semple and Andrew J McKune. This Wikipage was prepared as an assessment for the unit Health, Disease and Exercise at the University of Canberra, Semester 2, 2022. <ref name="Article">Speer KE, Semple S, McKune AJ. Acute physiological responses following a bout of vigorous exercise in military soldiers and first responders with PTSD: An exploratory pilot study. Behavioral Sciences. 10 (2):59.</ref> == '''What is the background to the research?''' == Post-Traumatic Stress Disorder (PTSD) is a mental illness as classified in the Diagnostic and Statistical Manual of Mental Disorders 5-TR (DSM-5-TR) with the following broad diagnostic criteria (several sub-criteria are described under criteria A-E): A.    The person was exposed to death, threatened death, actual or threatened serious injury, or actual or threatened sexual violence. B.    The traumatic event is persistently re-experienced. C.    Avoidance of trauma-related stimuli after the trauma. D.    Negative thoughts or feelings that began or worsened after the trauma. E.    Trauma-related arousal and reactivity that began or worsened after the trauma. F.    Symptoms last for more than 1 month. G.    Symptoms create distress or functional impairment. H.    Symptoms are not due to medication, substance use, or other illness.<ref>US Department of Veteran Affairs (US DVA) PTSD: National Center for PTSD [internet]. United States of America: US DVA; 2020. Available from <nowiki>https://www.ptsd.va.gov/professional/treat/essentials/dsm5_ptsd.asp</nowiki></ref> In addition to the symptoms and criteria identified in DSM-5-TR, PTSD sufferers often experience isolation, distrust, relationship difficulties, and communication issues. Cumulatively these factors limit the ability or likelihood of sufferers engaging in a suitable level of physical activity, in turn increasing the risk of co-morbidities such as Cardiovascular Disease, Type II Diabetes, Metabolic Syndrome and substance abuse.<ref>Substance Abuse and Mental Health Services Administration (SAMHSA). Disaster Technical Assistance Center Supplemental Research Bulletin First Responders: Behavioural Health Concerns, Emergency Response, and Trauma. [internet] May 2018.</ref> Research has indicated physical activity may not only reduce the symptoms of PTSD but will additionally decrease the risk of the co-morbidities .<ref>Rosenbaum S, Sherrington C, Tiedemann A. Exercise augmentation compared with usual care for post-traumatic stress disorder: a randomized controlled trial. Acta Psychiatr Scand. 2015 May;131(5):350-9.</ref><ref>Coughlin SS. Post-traumatic Stress Disorder and Cardiovascular Disease. ''Open Cardiovascular Medicine Journal''. [internet] 2011; 5 164-70. </ref><ref>Rosenbaum S, Tiedemann A, Sherrington C, ''et a''l. Assessing physical activity in people with posttraumatic stress disorder: Feasibility and concurrent validity of the International Physical Activity Questionnaire– short form and actigraph accelerometers. ''BMC Research Notes'' [internet] 2014; 7''',''' 576. </ref> A cadre at a higher risk of developing PTSD during their lifetime are past and present members of the armed services, police, paramedics, firefighters and other first responders.<ref>Geronazzo-Alman L, Eisenberg R, Shen S, Duarte CS, Musa GJ, Wicks J, Fan B, Doan T, Guffanti G, Bresnahan M, Hoven CW. Cumulative exposure to work-related traumatic events and current post-traumatic stress disorder in New York City's first responders. Compr Psychiatry. 2017 Apr;74:134-143.</ref><ref>Farr OM, Sloan DM, Keane TM, Mantzoros CS. Stress- and PTSD-associated obesity and metabolic dysfunction: a growing problem requiring further research and novel treatments. Metabolism [Internet]. 2014 Dec; 63(12):1463-8</ref> == '''Where is this research from?''' == The researchers and subsequent authors of this article, Kathryn Speer, Stuart Semple and Andrew J McCune, are from the Discipline of Sport and Exercise Science at the University of Canberra (UC). All authors have a significant number of previously published literature, much in the field of sport and exercise science, with focus on this topic in relation to mental health. The research undertaken in this article was funded by Fearless Outreach. The article processing charge was funded by UC, with the study approved by the UC Human Research Ethics Committee, Research Ethics, and Integrity Review Board. No conflicts of interest were declared by any author.<ref name="Article"></ref> == '''References''' == {{BookCat}} powriet0t5nt6thfzeqdl71dq9snaod Exercise as it relates to Disease/The impact of resistance training on balance and gait in Multiple Sclerosis 0 448337 4095113 4094634 2022-08-21T00:07:57Z ZN1234 3397450 Finished What is the Background section wikitext text/x-wiki This critique is of the research article: Mary L. Filipi, M. Patricia Leuschen, Jessie Huisinga, Lorene Schmaderer, Jeanna Vogel, Daryl Kucera, Nick Stergiou; Impact of Resistance Training on Balance and Gait in Multiple Sclerosis. ''Int J MS Care'' 1 April 2010; 12 (1): 6–12.<ref>Mary L. Filipi, M. Patricia Leuschen, Jessie Huisinga, Lorene Schmaderer, Jeanna Vogel, Daryl Kucera, Nick Stergiou; Impact of Resistance Training on Balance and Gait in Multiple Sclerosis. ''Int J MS Care'' 1 April 2010; 12 (1): 6–12.</ref> == What is the background to this research? == Multiple Sclerosis (MS) is a neurodegenerative disorder which disrupts the function of the central nervous system. MS is the result of damage to myelin sheath (demyelination), myelin sheath protects nerve fibres and allows for electrical impulses to travel efficiently throughout the body. Demyelination disrupts the communication between the motor and sensory pathways within the brain, and this can result in a decline in motor and cognitive functions such as losing the ability to walk, vision impairments, pain and difficulty with thinking and memory<ref>Oh J, Vidal-Jordana A, Montalban X. Multiple sclerosis: clinical aspects. Current Opinion in Neurology. 2018;31(6).</ref>. In Australia, this disease is the most common neurological disorder for those aged 20-40 and it affects women 3 times more than men (see the MS website linked for more information on prevalence in Australia).<ref>MS Australia. What is Multiple Sclerosis (MS)? [Internet]. Australia: MS Australia; 2022 [cited 2022 Aug 17] Available from: https://www.msaustralia.org.au/what-is-multiple-sclerosis-ms/</ref> Specifically, when MS contributes to disability, the burden of disease is high and the individuals often have a lowered quality of life and are less physically active<ref>MS Australia. Executive Summary: Health Economic Impact of Multiple Sclerosis in Australia in 2017 [Internet]. Australia: University of Tasmania. Menzies Institute of Medical Research; 2018 August [cited 2022 August 21]. Available from: https://www.msaustralia.org.au/wp-content/uploads/2018/08/executive-summary_health-economic-impact-of-ms-in-australia-in-2017-report_ms-research-australia.pdf</ref>. A pharmaceutical approach to treatment is effective in reducing relapses but general symptoms and a change in the state of the disability it is relatively ineffective. However, exercise interventions for MS have been discouraged as it is believed it can worsen the progression, however, there is strong evidence suggesting that resistance training specifically, has been supported to minimise loss of functional capacity. This is important as acknowledging this gap evident in the treatment for MS is vital for medical professionals to enable them to provide a more holistic form of patient care. == Where is the research from? == == What kind of research was this? == == What did the research involve? == == What were the basic results? == == What conclusions can we take from this research? == == Practical advice == == Further information/resources == == References == Add in the references using this code <references /> (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}}) eoqkljxt5k09a9llifkftb2fhafj8hi History of wireless telegraphy and broadcasting in Australia/Topical/Stations/6WF Perth/Notes 0 448392 4095090 4095044 2022-08-20T22:23:18Z Samuel.dellit 1387936 /* 1925 06 */ 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===== Speech by WA Minister for Works on occasion of 6WF first anniversary pays tribute to the foresight of late Basil Murray of Westralian Farmers <blockquote>'''6WF. THE FIRST ANNIVERSARY.''' On Wednesday evening the Westralian Farmers, Ltd., broadcasting station, 6WF, celebrated its first anniversary. The Minister for Works (Hon. A. McCallum, M.L.A.) delivered a short address, in the course of which he referred to the great strides which wireless had made of late, and predicted that in the near future it would be largely utilised in connection with educational matters. So far as this State was concerned, he was of opinion that it would go a long way towards solving the difficulty of extending educational facilities to children in scattered districts. Mr. McCallum further said that he well remembered how at the inception of the broadcasting station, he had listened with great interest to the speech of the Premier (Mr. Collier), which was delivered from that studio. He also remembered, with regret, which he believed was shared throughout the community, that the face and voice of the one man who had stoutly stood behind the establishing of Western Australia's powerful broadcasting station were missing. Mr. Basil Murray's keen foresight and determination had given to the people of the community 6WF, and many thousands of farmers and others were today blessing his name for the good he had done in connection with breaking down the isolation which had hitherto been their lot. "Mr. Murray has gone," continued Mr. McCallum, "but his works follow him in many ways, and perhaps the most outstanding monument to his ability and foresightedness was the company of which he was the head, viz., the Westralian Farmers, Ltd., and the broadcasting station which they had established at great cost in the interests of the whole community, and not for any particular section."<ref>{{cite news |url=http://nla.gov.au/nla.news-article84060114 |title=6W.F. |newspaper=[[The Daily News]] |volume=XLIV, |issue=15,635 |location=Western Australia |date=4 June 1925 |accessdate=21 August 2022 |page=5 (THIRD EDITION) |via=National Library of Australia}}</ref></blockquote> =====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===== req38cvh94s4xug0e3tpikxkhy5wlo9 4095119 4095090 2022-08-21T00:55:45Z 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> Further announcements, including that a battery will be available for receivers that will only need recharging every six months! <blockquote>'''WIRELESS BROADCASTING. FOR FARMERS.''' A matter of great interest to farmers is the news that the Westralian Farmers' Ltd., are going to instal a wireless broadcasting transmitter on the roof of their building in Wellington Street, Perth, during the first week of February next. This installation will be capable of transmitting messages over a radius of 600 miles, which is the limit set by the Commonwealth Act. In connection with receiving sets for individual farmers, this enterprising company has decided to import the necessary parts from Great Britain, and to adjust and assemble them in their own building, thus enabling them to sell the instruments at a cost within the reach of the majority of farmers. We understand that the cost of these sets, which will embody the best material and guarantee good results, will cost approximately £20. Furthermore, the ordinary receiving sets have storage batteries which have to be recharged at least once a fortnight; obviously the recharging of these batteries in the remoter country districts would be very difficult, and in many cases impossible. Therefore, the company has acquired a more expensive battery which will last for six months, and, although costing considerably more than the ordinary battery, will adequately compensate for the increased price, by greater convenience, and more efficient service. Farmers and pastoralists in the remoter districts of the State, will now, by means of wireless, be enabled to keep completely in touch with cur-rent affairs, and to hear immediately of news, concerts, and addresses which take place in the capital.<ref>{{cite news |url=http://nla.gov.au/nla.news-article211231187 |title=WIRELESS BROADCASTING. |newspaper=[[Tambellup Times]] |volume=IX, |issue=985 |location=Western Australia |date=7 November 1923 |accessdate=21 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===== Speech by WA Minister for Works on occasion of 6WF first anniversary pays tribute to the foresight of late Basil Murray of Westralian Farmers <blockquote>'''6WF. THE FIRST ANNIVERSARY.''' On Wednesday evening the Westralian Farmers, Ltd., broadcasting station, 6WF, celebrated its first anniversary. The Minister for Works (Hon. A. McCallum, M.L.A.) delivered a short address, in the course of which he referred to the great strides which wireless had made of late, and predicted that in the near future it would be largely utilised in connection with educational matters. So far as this State was concerned, he was of opinion that it would go a long way towards solving the difficulty of extending educational facilities to children in scattered districts. Mr. McCallum further said that he well remembered how at the inception of the broadcasting station, he had listened with great interest to the speech of the Premier (Mr. Collier), which was delivered from that studio. He also remembered, with regret, which he believed was shared throughout the community, that the face and voice of the one man who had stoutly stood behind the establishing of Western Australia's powerful broadcasting station were missing. Mr. Basil Murray's keen foresight and determination had given to the people of the community 6WF, and many thousands of farmers and others were today blessing his name for the good he had done in connection with breaking down the isolation which had hitherto been their lot. "Mr. Murray has gone," continued Mr. McCallum, "but his works follow him in many ways, and perhaps the most outstanding monument to his ability and foresightedness was the company of which he was the head, viz., the Westralian Farmers, Ltd., and the broadcasting station which they had established at great cost in the interests of the whole community, and not for any particular section."<ref>{{cite news |url=http://nla.gov.au/nla.news-article84060114 |title=6W.F. |newspaper=[[The Daily News]] |volume=XLIV, |issue=15,635 |location=Western Australia |date=4 June 1925 |accessdate=21 August 2022 |page=5 (THIRD EDITION) |via=National Library of Australia}}</ref></blockquote> =====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===== enbo4tct4hy7muvj7k0f55nvhu5oy4e 4095136 4095119 2022-08-21T02:50: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> Further announcements, including that a battery will be available for receivers that will only need recharging every six months! <blockquote>'''WIRELESS BROADCASTING. FOR FARMERS.''' A matter of great interest to farmers is the news that the Westralian Farmers' Ltd., are going to instal a wireless broadcasting transmitter on the roof of their building in Wellington Street, Perth, during the first week of February next. This installation will be capable of transmitting messages over a radius of 600 miles, which is the limit set by the Commonwealth Act. In connection with receiving sets for individual farmers, this enterprising company has decided to import the necessary parts from Great Britain, and to adjust and assemble them in their own building, thus enabling them to sell the instruments at a cost within the reach of the majority of farmers. We understand that the cost of these sets, which will embody the best material and guarantee good results, will cost approximately £20. Furthermore, the ordinary receiving sets have storage batteries which have to be recharged at least once a fortnight; obviously the recharging of these batteries in the remoter country districts would be very difficult, and in many cases impossible. Therefore, the company has acquired a more expensive battery which will last for six months, and, although costing considerably more than the ordinary battery, will adequately compensate for the increased price, by greater convenience, and more efficient service. Farmers and pastoralists in the remoter districts of the State, will now, by means of wireless, be enabled to keep completely in touch with cur-rent affairs, and to hear immediately of news, concerts, and addresses which take place in the capital.<ref>{{cite news |url=http://nla.gov.au/nla.news-article211231187 |title=WIRELESS BROADCASTING. |newspaper=[[Tambellup Times]] |volume=IX, |issue=985 |location=Western Australia |date=7 November 1923 |accessdate=21 August 2022 |page=2 |via=National Library of Australia}}</ref></blockquote> News of 6WF travels to Mullewa <blockquote>'''PRIMARY PRODUCERS' ASSOCIATION. MULLEWA BRANCH.''' A meeting of this branch was held on Saturday, October 27th. In the absence of the president, Mr. H. B. Peet was voted to the chair. . . . Mr. Raven gave a very interesting address on wireless telephony. When in Perth recently, he had listened in to a wireless demonstration, which was held in a large room, and one could hear every word distinctly, sounding very much like a large gramophone. He detailed the various wave lengths, which carry much faster by night than day, and also stated that a paper had been established, named the "Western Wireless," which no doubt, in time, would attain a wide circulation. Wireless broadcasting was a magnificent enterprise by the Westralian Farmers' Ltd., which meant that all agricultural communities could now be linked by wireless. <ref>{{cite news |url=http://nla.gov.au/nla.news-article66927652 |title=PRIMARY PRODUCERS' ASSOCIATION. |newspaper=[[Geraldton Guardian]] |volume=XVI, |issue=4233 |location=Western Australia |date=8 November 1923 |accessdate=21 August 2022 |page=1 |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===== Speech by WA Minister for Works on occasion of 6WF first anniversary pays tribute to the foresight of late Basil Murray of Westralian Farmers <blockquote>'''6WF. THE FIRST ANNIVERSARY.''' On Wednesday evening the Westralian Farmers, Ltd., broadcasting station, 6WF, celebrated its first anniversary. The Minister for Works (Hon. A. McCallum, M.L.A.) delivered a short address, in the course of which he referred to the great strides which wireless had made of late, and predicted that in the near future it would be largely utilised in connection with educational matters. So far as this State was concerned, he was of opinion that it would go a long way towards solving the difficulty of extending educational facilities to children in scattered districts. Mr. McCallum further said that he well remembered how at the inception of the broadcasting station, he had listened with great interest to the speech of the Premier (Mr. Collier), which was delivered from that studio. He also remembered, with regret, which he believed was shared throughout the community, that the face and voice of the one man who had stoutly stood behind the establishing of Western Australia's powerful broadcasting station were missing. Mr. Basil Murray's keen foresight and determination had given to the people of the community 6WF, and many thousands of farmers and others were today blessing his name for the good he had done in connection with breaking down the isolation which had hitherto been their lot. "Mr. Murray has gone," continued Mr. McCallum, "but his works follow him in many ways, and perhaps the most outstanding monument to his ability and foresightedness was the company of which he was the head, viz., the Westralian Farmers, Ltd., and the broadcasting station which they had established at great cost in the interests of the whole community, and not for any particular section."<ref>{{cite news |url=http://nla.gov.au/nla.news-article84060114 |title=6W.F. |newspaper=[[The Daily News]] |volume=XLIV, |issue=15,635 |location=Western Australia |date=4 June 1925 |accessdate=21 August 2022 |page=5 (THIRD EDITION) |via=National Library of Australia}}</ref></blockquote> =====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===== 9wea21d75x96sqtvup0xlxxddb0mw2z Hobo tourism 0 448396 4095064 4094928 2022-08-20T14:51:58Z Виктор Пинчук 3291001 wikitext text/x-wiki [[File:Apartments of the Russian traveler.jpg||thumb|500px|Russian backpacking is harsh and merciless]] {{book title|Hobo tourism|Methodical manual on the theory and practice of long-term low-budget travel}} The textbook is an author's training manual on one of the types of independent tourism for familiarization with the theory of long intercontinental voyages at minimal cost. The concept under consideration — Hobo tourism ([[w:Russian language|Russian]]: [[b:ru:Бомж-туризм|Бомж-туризм]]) also Bum tourism, Vagabond tourism, Tramp tourism; harsh backpacking or Russian backpacking is a format of long trips a-la homeless people life. The origin of the term is based on a combination of the Russian words "[[w: ru:Бомж|бомж]]" and "[[w: ru:Туризм|туризм]]" However term should not be taken literally — homeless + tourism ("voyage of a homeless person"): people who do not have housing don’t travel the planet. The choice of a phrase so strange at first glance as a name explained by the fact that the existence of a traveler (or an independent tourist) following these postulates for some time becomes similar to the life of a homeless person wandering around the world. Anyone who is annoyed by the word displayed in the title, don’t advise to continue reading: it is unlikely that the technique will appeal to you, since the content fully corresponds to the title. This is a typical Russian method; the alternative to it is the well-known (pro-Western method) backpacking. The textbook describes a practical approach, supplementing the text part with an abundance of illustrations, sometimes videos; and also contains the category "Optional material", which presents real events as an example and Russian-language literature on the topic. It is not necessary to read the "elective", in particular, for those users who prefer to act independently. The creator of textbook — Russian traveller [[d:Q104033754|Viktor Pinchuk]]. == Content == '''Introduction:''' [[Long intercontinental trips and expeditions in "bum tour" format]] ; [[Hobo tourism/Overnight stays in long intercontinental journeys|Overnight stays in long intercontinental journeys]]: : [[Hobo tourism/Overnight stays in long intercontinental journeys/In the flophouse (dosshouse)|In the flophouse (dosshouse)]] : [[Hobo tourism/Overnight stays in long intercontinental journeys/In Aboriginal dwellings|In Aboriginal dwellings]] : [[Hobo tourism/Overnight stays in long intercontinental journeys/In an abandoned building|In abandoned buildings]] : [[Hobo tourism/Overnight stays in long intercontinental journeys/In the company of homeless people|In the company of homeless people]] : [[Hobo tourism/Overnight stays in long intercontinental journeys/In a public toilet|In a public toilet]] : [[Hobo tourism/Overnight stays in long intercontinental journeys/At the police station|At the police station]] : [[Hobo tourism/Overnight stays in long intercontinental journeys/In halls and stairwells|In halls and stairwells]] : [[Hobo tourism/Overnight stays in long intercontinental journeys/At the cemetery|At the cemetery]] : [[Hobo tourism/Overnight stays in long intercontinental journeys/In the ancient pyramid|In the ancient pyramid]] : [[Hobo tourism/Overnight stays in long intercontinental journeys/On objects under construction|On objects under construction]] : [[Hobo tourism/Overnight stays in long intercontinental journeys/Under the open sky|Under the open sky]] : [[Hobo tourism/Overnight stays in long intercontinental journeys/Hostels|In hostels]] '''What to take with you:''' [[Hobo tourism/Equipment|Equipment]] '''Tips for self-sufficiency in food''': [[Hobo tourism/Food|Food]] '''Who chose this method:''' [[Hobo tourism/Subject|Subject of hobo tourism]] <nowiki>**********************************************************************************************************************************</nowiki> ; For additional information: <p><span style="color: #006400;">Survival practice in extreme conditions (specific examples):</span></p> : [[Visiting Death]] (about traveler involuntarily staying in an uninhabited territory) : [[One day in an Afghan prison]] : [[African Robbery]] : [[Tropical fever in the bum tour (an example from practice)|Tropical fever in the bum tour]] <p><span style="color: #006400;">Routes traveled by the author:</span></p> : [[First creative trip of Viktor Pinchuk to Africa|First creative trip to Africa]] : [[Creative trip to India]] : [[Creative trip to Mongolia]] : [[Second creative trip of Viktor Pinchuk to Africa|The second creative trip to Africa]] : [[Afghan Expedition of Viktor Pinchuk|Afghan Expedition]] : [[Third creative trip of Viktor Pinchuk to Africaa|Third creative trip to Africa]] : [[Bum tour of winter Japan]] : [[Viktor Pinchuk's expedition to Papua New Guinea|Expedition to Papua New Guinea]] : [[Latin American Expedition of Viktor Pinchuk|Latin American Expedition]] : [[Viktor Pinchuk's solo Expedition to Africa (2017/18)|Solo expedition to Africa (2017/18)]] : [[Viktor Pinchuk's expedition to the Islands of Oceania|Expedition to the islands of Oceania]] <p><span style="color: #006400;">Travel literature in the bum tour format ([[w:Russian language|in Russian]]):</span></p> : [[Third African trip]] : [[Japan for free]] : [[Six months by islands... and countries]] : [[Mongolian huyvaldagch]] : [[Two hundred days in Latin America]] : [[Afghan prisoner]] : [[Holiday of wandering mzungu]] : [[Two months of wandering and 14 days behind bars]] : [[Indian dreams]] <p><span style="color: #006400;">Some tips for spending high-days (and examples from practice):</span></p> : [[How to celebrate the New Year in bum tours]] <p><span style="color: #006400;">Author's TV project, recommended for viewing with the purpose of additional familiarization with the topic ([[w:Russian language|in Russian]]):</span></p> : [[Around the world with empty pockets]] {{commons|Category:Illustrations for textbook "Bum tourism"/«Бомж-туризм»}} {{BookCat}} {{Shelves|Tourism}} {{alphabetical|B}} {{status|25%}} j0xeki6p6njvjltbytjn0w28yup4jag 4095072 4095064 2022-08-20T15:55:38Z L10nM4st3r 3380243 wikitext text/x-wiki [[File:Apartments of the Russian traveler.jpg||thumb|500px|Russian backpacking is harsh and merciless]] {{book title|Hobo tourism|Methodical manual on the theory and practice of long-term low-budget travel}} The textbook is an author's training manual on one of the types of independent tourism for familiarization with the theory of long intercontinental voyages at minimal cost. The concept under consideration — Hobo tourism ([[w:Russian language|Russian]]: [[b:ru:Бомж-туризм|Бомж-туризм]]) also Bum tourism, Vagabond tourism, Tramp tourism; harsh backpacking or Russian backpacking is a format of long trips a-la homeless people life. The origin of the term is based on a combination of the Russian words "[[w: ru:Бомж|бомж]]" and "[[w: ru:Туризм|туризм]]" However term should not be taken literally — homeless + tourism ("voyage of a homeless person"): people who do not have housing don’t travel the planet. The choice of a phrase so strange at first glance as a name explained by the fact that the existence of a traveler (or an independent tourist) following these postulates for some time becomes similar to the life of a homeless person wandering around the world. Anyone who is annoyed by the word displayed in the title, don’t advise to continue reading: it is unlikely that the technique will appeal to you, since the content fully corresponds to the title. This is a typical Russian method; the alternative to it is the well-known (pro-Western method) backpacking. The textbook describes a practical approach, supplementing the text part with an abundance of illustrations, sometimes videos; and also contains the category "Optional material", which presents real events as an example and Russian-language literature on the topic. It is not necessary to read the "elective", in particular, for those users who prefer to act independently. The creator of textbook — Russian traveller [[d:Q104033754|Viktor Pinchuk]]. == Content == '''Introduction:''' [[Long intercontinental trips and expeditions in "bum tour" format]] ;[[/Overnight stays in long intercontinental journeys/]]: :[[/Overnight stays in long intercontinental journeys/In the flophouse (dosshouse)|In the flophouse (dosshouse)]] :[[/Overnight stays in long intercontinental journeys/In Aboriginal dwellings|In Aboriginal dwellings]] :[[/Overnight stays in long intercontinental journeys/In an abandoned building|In abandoned buildings]] :[[/Overnight stays in long intercontinental journeys/In the company of homeless people|In the company of homeless people]] :[[/Overnight stays in long intercontinental journeys/In a public toilet|In a public toilet]] :[[/Overnight stays in long intercontinental journeys/At the police station|At the police station]] :[[/Overnight stays in long intercontinental journeys/In halls and stairwells|In halls and stairwells]] :[[/Overnight stays in long intercontinental journeys/At the cemetery|At the cemetery]] :[[/Overnight stays in long intercontinental journeys/In the ancient pyramid|In the ancient pyramid]] :[[/Overnight stays in long intercontinental journeys/On objects under construction|On objects under construction]] :[[/Overnight stays in long intercontinental journeys/Under the open sky|Under the open sky]] :[[/Overnight stays in long intercontinental journeys/Hostels|In hostels]] '''What to take with you:''' [[/Equipment/]] '''Tips for self-sufficiency in food''': [[/Food/]] '''Who chose this method:''' [[/Subject|Subject of hobo tourism]] ---- ;For additional information: <p><span style="color: #006400;">Survival practice in extreme conditions (specific examples):</span></p> :[[Visiting Death]] (about traveler involuntarily staying in an uninhabited territory) :[[One day in an Afghan prison]] :[[African Robbery]] :[[Tropical fever in the bum tour (an example from practice)|Tropical fever in the bum tour]] <p><span style="color: #006400;">Routes traveled by the author:</span></p> :[[First creative trip of Viktor Pinchuk to Africa|First creative trip to Africa]] :[[Creative trip to India]] :[[Creative trip to Mongolia]] :[[Second creative trip of Viktor Pinchuk to Africa|The second creative trip to Africa]] :[[Afghan Expedition of Viktor Pinchuk|Afghan Expedition]] :[[Third creative trip of Viktor Pinchuk to Africaa|Third creative trip to Africa]] :[[Bum tour of winter Japan]] :[[Viktor Pinchuk's expedition to Papua New Guinea|Expedition to Papua New Guinea]] :[[Latin American Expedition of Viktor Pinchuk|Latin American Expedition]] :[[Viktor Pinchuk's solo Expedition to Africa (2017/18)|Solo expedition to Africa (2017/18)]] :[[Viktor Pinchuk's expedition to the Islands of Oceania|Expedition to the islands of Oceania]] <p><span style="color: #006400;">Travel literature in the bum tour format ([[w:Russian language|in Russian]]):</span></p> :[[Third African trip]] :[[Japan for free]] :[[Six months by islands... and countries]] :[[Mongolian huyvaldagch]] :[[Two hundred days in Latin America]] :[[Afghan prisoner]] :[[Holiday of wandering mzungu]] :[[Two months of wandering and 14 days behind bars]] :[[Indian dreams]] <p><span style="color: #006400;">Some tips for spending high-days (and examples from practice):</span></p> :[[How to celebrate the New Year in bum tours]] <p><span style="color: #006400;">Author's TV project, recommended for viewing with the purpose of additional familiarization with the topic ([[w:Russian language|in Russian]]):</span></p> :[[Around the world with empty pockets]] {{commons|Category:Illustrations for textbook "Bum tourism"/«Бомж-туризм»}} {{BookCat}} {{Shelves|Tourism}} {{alphabetical|B}} {{status|25%}} elcdb2at5p8bayf64uncesv17jbyc0n 4095076 4095072 2022-08-20T16:03:35Z L10nM4st3r 3380243 /* Content */ wikitext text/x-wiki [[File:Apartments of the Russian traveler.jpg||thumb|500px|Russian backpacking is harsh and merciless]] {{book title|Hobo tourism|Methodical manual on the theory and practice of long-term low-budget travel}} The textbook is an author's training manual on one of the types of independent tourism for familiarization with the theory of long intercontinental voyages at minimal cost. The concept under consideration — Hobo tourism ([[w:Russian language|Russian]]: [[b:ru:Бомж-туризм|Бомж-туризм]]) also Bum tourism, Vagabond tourism, Tramp tourism; harsh backpacking or Russian backpacking is a format of long trips a-la homeless people life. The origin of the term is based on a combination of the Russian words "[[w: ru:Бомж|бомж]]" and "[[w: ru:Туризм|туризм]]" However term should not be taken literally — homeless + tourism ("voyage of a homeless person"): people who do not have housing don’t travel the planet. The choice of a phrase so strange at first glance as a name explained by the fact that the existence of a traveler (or an independent tourist) following these postulates for some time becomes similar to the life of a homeless person wandering around the world. Anyone who is annoyed by the word displayed in the title, don’t advise to continue reading: it is unlikely that the technique will appeal to you, since the content fully corresponds to the title. This is a typical Russian method; the alternative to it is the well-known (pro-Western method) backpacking. The textbook describes a practical approach, supplementing the text part with an abundance of illustrations, sometimes videos; and also contains the category "Optional material", which presents real events as an example and Russian-language literature on the topic. It is not necessary to read the "elective", in particular, for those users who prefer to act independently. The creator of textbook — Russian traveller [[d:Q104033754|Viktor Pinchuk]]. == Content == '''Introduction:''' [[Long intercontinental trips and expeditions in "bum tour" format]] ;[[/Overnight stays in long intercontinental journeys/]]: :[[/Overnight stays in long intercontinental journeys/In the flophouse (dosshouse)|In the flophouse (dosshouse)]] :[[/Overnight stays in long intercontinental journeys/In Aboriginal dwellings|In Aboriginal dwellings]] :[[/Overnight stays in long intercontinental journeys/In an abandoned building|In abandoned buildings]] :[[/Overnight stays in long intercontinental journeys/In the company of homeless people|In the company of homeless people]] :[[/Overnight stays in long intercontinental journeys/In a public toilet|In a public toilet]] :[[/Overnight stays in long intercontinental journeys/At the police station|At the police station]] :[[/Overnight stays in long intercontinental journeys/In halls and stairwells|In halls and stairwells]] :[[/Overnight stays in long intercontinental journeys/At the cemetery|At the cemetery]] :[[/Overnight stays in long intercontinental journeys/In the ancient pyramid|In the ancient pyramid]] :[[/Overnight stays in long intercontinental journeys/On objects under construction|On objects under construction]] :[[/Overnight stays in long intercontinental journeys/Under the open sky|Under the open sky]] :[[/Overnight stays in long intercontinental journeys/Hostels|In hostels]] '''What to take with you:''' [[/Equipment/]] '''Tips for self-sufficiency in food''': [[/Food/]] '''Who chose this method:''' [[/Subject|Subject of hobo tourism]] ---- ;For additional information: <p><span style="color: #006400;">Survival practice in extreme conditions (specific examples):</span></p> :[[/Visiting Death/]] (about traveler involuntarily staying in an uninhabited territory) :[[/One day in an Afghan prison/]] :[[/African Robbery/]] :[[/Tropical fever in the bum tour (an example from practice)/|Tropical fever in the bum tour]] <p><span style="color: #006400;">Routes traveled by the author:</span></p> :[[/First creative trip of Viktor Pinchuk to Africa|First creative trip to Africa]] :[[/Creative trip to India/]] :[[/Creative trip to Mongolia/]] :[[/Second creative trip of Viktor Pinchuk to Africa|The second creative trip to Africa]] :[[/Afghan Expedition of Viktor Pinchuk|Afghan Expedition]] :[[/Third creative trip of Viktor Pinchuk to Africaa|Third creative trip to Africa]] :[[/Bum tour of winter Japan/]] :[[/Viktor Pinchuk's expedition to Papua New Guinea|Expedition to Papua New Guinea]] :[[/Latin American Expedition of Viktor Pinchuk|Latin American Expedition]] :[[/Viktor Pinchuk's solo Expedition to Africa (2017/18)|Solo expedition to Africa (2017/18)]] :[[/Viktor Pinchuk's expedition to the Islands of Oceania|Expedition to the islands of Oceania]] <p><span style="color:#006400">Travel literature in the bum tour format ([[w:Russian language|in Russian]]):</span></p> :[[/Third African trip/]] :[[/Japan for free/]] :[[/Six months by islands... and countries/]] :[[/Mongolian huyvaldagch/]] :[[/Two hundred days in Latin America/]] :[[/Afghan prisoner/]] :[[/Holiday of wandering mzungu/]] :[[/Two months of wandering and 14 days behind bars/]] :[[/Indian dreams/]] <p><span style="color: #006400;">Some tips for spending high-days (and examples from practice):</span></p> :[[How to celebrate the New Year in bum tours]] <p><span style="color: #006400;">Author's TV project, recommended for viewing with the purpose of additional familiarization with the topic ([[w:Russian language|in Russian]]):</span></p> :[[/Around the world with empty pockets/]] {{commons|Category:Illustrations for textbook "Bum tourism"/«Бомж-туризм»}} {{BookCat}} {{Shelves|Tourism}} {{alphabetical|B}} {{status|25%}} 0gjfpxmco5t8rvdgqms0ag0b7sql9h2 Hobo tourism/Overnight stays in long intercontinental journeys/In the flophouse (dosshouse) 0 448400 4095061 4094932 2022-08-20T14:33:51Z Виктор Пинчук 3291001 Виктор Пинчук moved page [[Overnight stays in long intercontinental journeys of the "bum tour" format/In the flophouse (dosshouse)]] to [[Hobo tourism/Overnight stays in long intercontinental journeys/In the flophouse (dosshouse)]]: according to the rules wikitext text/x-wiki [[File:Room in Hotel.jpg|thumb|430px| A room in a hotel on Clot Bey Street, Cairo (Egypt, 2011)]] [[File:Hotel in Sudan.webm|thumb|400px| Coaching inn. [[w:Atbara|Atbara]] (Sudan, 2011)]] [[File:Hotel in Afghanistan-2.webm|thumb|400px|Room in mehmunsaray. Kabul (Afghanistan, 2008)]] '''Flophouse & dosshous''' (also: outsider hotels, hotels without stars) are facilities designed to accommodate guests moving within their own country (in this context, in relation to "developing countries"). In most cases, they can be used by foreigners. == Coaching inn == A fenced area in the open air, where several dozen metal beds are located — this type of accommodation is found in Sudan. When staying overnight in such a "hotel", in order to avoid unwanted loss of property and equipment, the backpack should be deposited in a special room, the key to which is with the responsible person ("caretaker"). == Mehmunsaray & mehmunkhane == The Afghan version. When choosing this accommodation facility for temporary residence, you should know that they sleep on the floor here (Afghans also sleep on the floor in houses — this is a local tradition), and therefore, the number of beds in the room is conditional. There is no furniture, and instead of a hanger, usually a nail is driven into the wall. Toshnab (toilet in [[w:Persian language|Farsi]]) can be located on the street, three hundred meters away (as it was, for example, in the mehmunsarai of [[w:Bamyan|Bamyan]] — see video #3 in the gallery) To settle in one of the most budget place in Kabul, you need go to the Kote Sangi district on the outskirts of the city. The cost of a berth in the accommodation facilities here ranges from $4-6, and mehmunsaray at the lowest price, is divided into squares (cubes) along the corridor by glass partitions, outwardly similar to an aquarium, where each division has a size of 1.5 x 2 m<ref>{{cite book|last= Pinchuk|first= Viktor |author-link= |date= |title= Afghan prisoner|url= |language= ru|location= Russia |publisher= Brovko|page= 55|isbn=978-5-9909912-3-1}}</ref>. However, in this hospitable country, you can do without "hotels": the local poor, who sometimes live without locks on the doors, will be glad to have a foreign guest. (See chapter of the textbook [[Overnight stays in long intercontinental journeys of the "bum tour" format/In Aboriginal dwellings|"In Aboriginal dwellings"]]) == Guest House == A common variant in African countries. It is used by local residents when moving from one locality to another: since there is no direct transport connecting distant points of a particular country, you have to go with transfers, stopping for the night in such places in order to continue the moving in the morning. Guest house is a simple room where the shower and toilet are outside. Sometimes the "shower room" is inside, separated from the bed by a partition, behind which you can douse yourself with water from a plastic canister. A guest arriving from abroad will be accommodated on a general basis, at the same price or, what happens more often, slightly overstating the price list. Guest houses are also found in Asian countries. When choosing this method of accommodation for settlement in an African or Asian country, it is necessary to imagine in advance that guest houses in the third world space are fundamentally different from European counterparts. === Exceptions to the rules === Cases when a foreigner may not be accommodated in a similar accommodation object described above are extremely rare. In Cairo, on [[w:Antoine Clot|Clot Bey]] Street, located near the railway station (Ramses district), some owners of squalid real estate do not have a license to accommodate citizens of other countries. To implement the plan, it is recommended to walk to the end of the street, examining all the buildings, given that some of them may have signs in Arabic, not duplicated English. You need to be prepared for the fact that bedbugs can live in the room where you will still be settled: this is not often, but it happens. == Additional information == === Hostel === {{main|Overnight stays in long intercontinental wanderings of the "bum tour" format/Hostels}} This object assumes living in the same room of several people who are strangers to each other. Hostels, usual, are located either in capitals and large cities, or in places of increased interest for foreigners. As an example of the second option — the tiny town [[w:Aguas Calientes, Peru |Aguas Calientes]], where people come from all over the world who want to see the lost Inca city — Machu Picchu. Hostels are widely used by backpackers, but hobo tourists sometimes stay in these accommodation facilities. Here, as a rule, clean; the bed linen is washed, the rooms are cleaned. And the low price is achieved by the fact that up to 12 people can be accommodated in one room, which is called a dormitory. The choice of such objects is recommended for lovers of communication and noisy (mainly youth) companies. == For the same price — with comfort == In some countries (in particular, Laos, Cambodia and Vietnam), you can stay in a relatively good hotel for a symbolic amount of 5-7 USD, which allows a hobo tourist to forget about his lifestyle for a while. In this case, it is not rational to look for alternative placement methods. == Gallery (photos and videos) == <gallery widths="270px" heights="270px" class="center"> File: Одноместный номер в городе Керманшах (Иран).webm|thumbtime=22|thumb|Single room in Kermanshah (Iran, 2008) File: Hostel in Surat (Photo from book).jpg| Dormitorium in hostel. Surat <br>(India, 2006) File: Hotel in Afghanistan.webm|thumbtime=29|thumb|A room in Mehmunkhane, Bamyan. <br>(Afghanistan, 2008) File: Hotel Murah.jpg | Hotel Murah (in transl. with Indonesian — "Cheap hotel"), Makassar (Indonesia, 2013) File: Quadruple Room in Damascus.webm|thumbtime=05|thumb|Quadruple room in Damascus<br> (Syria, 2008) </gallery> ==References== {{Reflist}} {{commonscat|Flophouse (бомж-отель)}} [[Category: Hobo tourism]] 09qetqbxa72z3z5dqb6cywna88vdvm8 4095084 4095061 2022-08-20T17:53:20Z Виктор Пинчук 3291001 /* Hostel */ wikitext text/x-wiki [[File:Room in Hotel.jpg|thumb|430px| A room in a hotel on Clot Bey Street, Cairo (Egypt, 2011)]] [[File:Hotel in Sudan.webm|thumb|400px| Coaching inn. [[w:Atbara|Atbara]] (Sudan, 2011)]] [[File:Hotel in Afghanistan-2.webm|thumb|400px|Room in mehmunsaray. Kabul (Afghanistan, 2008)]] '''Flophouse & dosshous''' (also: outsider hotels, hotels without stars) are facilities designed to accommodate guests moving within their own country (in this context, in relation to "developing countries"). In most cases, they can be used by foreigners. == Coaching inn == A fenced area in the open air, where several dozen metal beds are located — this type of accommodation is found in Sudan. When staying overnight in such a "hotel", in order to avoid unwanted loss of property and equipment, the backpack should be deposited in a special room, the key to which is with the responsible person ("caretaker"). == Mehmunsaray & mehmunkhane == The Afghan version. When choosing this accommodation facility for temporary residence, you should know that they sleep on the floor here (Afghans also sleep on the floor in houses — this is a local tradition), and therefore, the number of beds in the room is conditional. There is no furniture, and instead of a hanger, usually a nail is driven into the wall. Toshnab (toilet in [[w:Persian language|Farsi]]) can be located on the street, three hundred meters away (as it was, for example, in the mehmunsarai of [[w:Bamyan|Bamyan]] — see video #3 in the gallery) To settle in one of the most budget place in Kabul, you need go to the Kote Sangi district on the outskirts of the city. The cost of a berth in the accommodation facilities here ranges from $4-6, and mehmunsaray at the lowest price, is divided into squares (cubes) along the corridor by glass partitions, outwardly similar to an aquarium, where each division has a size of 1.5 x 2 m<ref>{{cite book|last= Pinchuk|first= Viktor |author-link= |date= |title= Afghan prisoner|url= |language= ru|location= Russia |publisher= Brovko|page= 55|isbn=978-5-9909912-3-1}}</ref>. However, in this hospitable country, you can do without "hotels": the local poor, who sometimes live without locks on the doors, will be glad to have a foreign guest. (See chapter of the textbook [[Overnight stays in long intercontinental journeys of the "bum tour" format/In Aboriginal dwellings|"In Aboriginal dwellings"]]) == Guest House == A common variant in African countries. It is used by local residents when moving from one locality to another: since there is no direct transport connecting distant points of a particular country, you have to go with transfers, stopping for the night in such places in order to continue the moving in the morning. Guest house is a simple room where the shower and toilet are outside. Sometimes the "shower room" is inside, separated from the bed by a partition, behind which you can douse yourself with water from a plastic canister. A guest arriving from abroad will be accommodated on a general basis, at the same price or, what happens more often, slightly overstating the price list. Guest houses are also found in Asian countries. When choosing this method of accommodation for settlement in an African or Asian country, it is necessary to imagine in advance that guest houses in the third world space are fundamentally different from European counterparts. === Exceptions to the rules === Cases when a foreigner may not be accommodated in a similar accommodation object described above are extremely rare. In Cairo, on [[w:Antoine Clot|Clot Bey]] Street, located near the railway station (Ramses district), some owners of squalid real estate do not have a license to accommodate citizens of other countries. To implement the plan, it is recommended to walk to the end of the street, examining all the buildings, given that some of them may have signs in Arabic, not duplicated English. You need to be prepared for the fact that bedbugs can live in the room where you will still be settled: this is not often, but it happens. == Additional information == === Hostel === {{main|Hobo tourism/Overnight stays in long intercontinental journeys/Hostels}} This object assumes living in the same room of several people who are strangers to each other. Hostels, usual, are located either in capitals and large cities, or in places of increased interest for foreigners. As an example of the second option — the tiny town [[w:Aguas Calientes, Peru |Aguas Calientes]], where people come from all over the world who want to see the lost Inca city — Machu Picchu. Hostels are widely used by backpackers, but hobo tourists sometimes stay in these accommodation facilities. Here, as a rule, clean; the bed linen is washed, the rooms are cleaned. And the low price is achieved by the fact that up to 12 people can be accommodated in one room, which is called a dormitory. The choice of such objects is recommended for lovers of communication and noisy (mainly youth) companies. == For the same price — with comfort == In some countries (in particular, Laos, Cambodia and Vietnam), you can stay in a relatively good hotel for a symbolic amount of 5-7 USD, which allows a hobo tourist to forget about his lifestyle for a while. In this case, it is not rational to look for alternative placement methods. == Gallery (photos and videos) == <gallery widths="270px" heights="270px" class="center"> File: Одноместный номер в городе Керманшах (Иран).webm|thumbtime=22|thumb|Single room in Kermanshah (Iran, 2008) File: Hostel in Surat (Photo from book).jpg| Dormitorium in hostel. Surat <br>(India, 2006) File: Hotel in Afghanistan.webm|thumbtime=29|thumb|A room in Mehmunkhane, Bamyan. <br>(Afghanistan, 2008) File: Hotel Murah.jpg | Hotel Murah (in transl. with Indonesian — "Cheap hotel"), Makassar (Indonesia, 2013) File: Quadruple Room in Damascus.webm|thumbtime=05|thumb|Quadruple room in Damascus<br> (Syria, 2008) </gallery> ==References== {{Reflist}} {{commonscat|Flophouse (бомж-отель)}} [[Category: Hobo tourism]] kmssl2jir54l2v4b1vo4g5xmcuqwcc9 4095085 4095084 2022-08-20T17:59:54Z Виктор Пинчук 3291001 wikitext text/x-wiki [[File:Room in Hotel.jpg|thumb|430px| A room in a hotel on Clot Bey Street, Cairo (Egypt, 2011)]] [[File:Hotel in Sudan.webm|thumb|400px| Coaching inn. [[w:Atbara|Atbara]] (Sudan, 2011)]] [[File:Hotel in Afghanistan-2.webm|thumb|400px|Room in mehmunsaray. Kabul (Afghanistan, 2008)]] '''Flophouse & dosshous''' (also: outsider hotels, hotels without stars) are facilities designed to accommodate guests moving within their own country (in this context, in relation to "developing countries"). In most cases, they can be used by foreigners. == Coaching inn == A fenced area in the open air, where several dozen metal beds are located — this type of accommodation is found in Sudan. When staying overnight in such a "hotel", in order to avoid unwanted loss of property and equipment, the backpack should be deposited in a special room, the key to which is with the responsible person ("caretaker"). == Mehmunsaray & mehmunkhane == The Afghan version. When choosing this accommodation facility for temporary residence, you should know that they sleep on the floor here (Afghans also sleep on the floor in houses — this is a local tradition), and therefore, the number of beds in the room is conditional. There is no furniture, and instead of a hanger, usually a nail is driven into the wall. Toshnab (toilet in [[w:Persian language|Farsi]]) can be located on the street, three hundred meters away (as it was, for example, in the mehmunsarai of [[w:Bamyan|Bamyan]] — see video #3 in the gallery) To settle in one of the most budget place in Kabul, you need go to the Kote Sangi district on the outskirts of the city. The cost of a berth in the accommodation facilities here ranges from $4-6, and mehmunsaray at the lowest price, is divided into squares (cubes) along the corridor by glass partitions, outwardly similar to an aquarium, where each division has a size of 1.5 x 2 m <ref>{{cite book|last= Pinchuk|first= Viktor |author-link= |date= |title= Afghan prisoner|url= |language= ru|location= Russia |publisher= Brovko|page= 55|isbn=978-5-9909912-3-1}}</ref>. However, in this hospitable country, you can do without "hotels": the local poor, who sometimes live without locks on the doors, will be glad to have a foreign guest. (See chapter of the textbook [[Hobo tourism/Overnight stays in long intercontinental journeys/In Aboriginal dwellings|"In Aboriginal dwellings"]]). == Guest House == A common variant in African countries. It is used by local residents when moving from one locality to another: since there is no direct transport connecting distant points of a particular country, you have to go with transfers, stopping for the night in such places in order to continue the moving in the morning. Guest house is a simple room where the shower and toilet are outside. Sometimes the "shower room" is inside, separated from the bed by a partition, behind which you can douse yourself with water from a plastic canister. A guest arriving from abroad will be accommodated on a general basis, at the same price or, what happens more often, slightly overstating the price list. Guest houses are also found in Asian countries. When choosing this method of accommodation for settlement in an African or Asian country, it is necessary to imagine in advance that guest houses in the third world space are fundamentally different from European counterparts. === Exceptions to the rules === Cases when a foreigner may not be accommodated in a similar accommodation object described above are extremely rare. In Cairo, on [[w:Antoine Clot|Clot Bey]] Street, located near the railway station (Ramses district), some owners of squalid real estate do not have a license to accommodate citizens of other countries. To implement the plan, it is recommended to walk to the end of the street, examining all the buildings, given that some of them may have signs in Arabic, not duplicated English. You need to be prepared for the fact that bedbugs can live in the room where you will still be settled: this is not often, but it happens. == Additional information == === Hostel === {{main|Hobo tourism/Overnight stays in long intercontinental journeys/Hostels}} This object assumes living in the same room of several people who are strangers to each other. Hostels, usual, are located either in capitals and large cities, or in places of increased interest for foreigners. As an example of the second option — the tiny town [[w:Aguas Calientes, Peru |Aguas Calientes]], where people come from all over the world who want to see the lost Inca city — Machu Picchu. Hostels are widely used by backpackers, but hobo tourists sometimes stay in these accommodation facilities. Here, as a rule, clean; the bed linen is washed, the rooms are cleaned. And the low price is achieved by the fact that up to 12 people can be accommodated in one room, which is called a dormitory. The choice of such objects is recommended for lovers of communication and noisy (mainly youth) companies. == For the same price — with comfort == In some countries (in particular, Laos, Cambodia and Vietnam), you can stay in a relatively good hotel for a symbolic amount of 5-7 USD, which allows a hobo tourist to forget about his lifestyle for a while. In this case, it is not rational to look for alternative placement methods. == Gallery (photos and videos) == <gallery widths="270px" heights="270px" class="center"> File: Одноместный номер в городе Керманшах (Иран).webm|thumbtime=22|thumb|Single room in Kermanshah (Iran, 2008) File: Hostel in Surat (Photo from book).jpg| Dormitorium in hostel. Surat <br>(India, 2006) File: Hotel in Afghanistan.webm|thumbtime=29|thumb|A room in Mehmunkhane, Bamyan. <br>(Afghanistan, 2008) File: Hotel Murah.jpg | Hotel Murah (in transl. with Indonesian — "Cheap hotel"), Makassar (Indonesia, 2013) File: Quadruple Room in Damascus.webm|thumbtime=05|thumb|Quadruple room in Damascus<br> (Syria, 2008) </gallery> ==References== {{Reflist}} {{commonscat|Flophouse (бомж-отель)}} [[Category: Hobo tourism]] grcfxuylilsuoqvc4emyzoclec0shay Exercise as it relates to Disease/The effects of high-intensity interval training compared with resistance training in prostate cancer patients 0 448407 4095169 4095035 2022-08-21T06:59:06Z Rhodeslea 3399149 /* Where is the research from? */ 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? == * The study was conducted by researches at the Institute of Experimental and Clinical Research at UCLouvain, in Brussels, Belgium. The study was published in the journal 'Prostate Cancer and Prostatic Disease', by Nature Publishing Group. * The authors have considerable amounts of research published within the field of disease treatment, particularly with cancer and through exercise based interventions. * The funding was supported by grants from the National Fund for Scientific Research (Belgium) and the Institute of Experimental and Clinical Research at UCLouvain. The authors claim there is no conflict of interest. == 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)'' 8jsou6okva3evy8uen6xy71eh2bzshs Manipuri 0 448410 4095057 2022-08-20T14:08:19Z Haoreima 3317590 Redirected page to [[Modern Meitei]] wikitext text/x-wiki #REDIRECT[[Modern Meitei]] l0n71rfc0zysz29qx6wnlzl2thpwn9w Overnight stays in long intercontinental journeys of the "bum tour" format/In the flophouse (dosshouse) 0 448411 4095062 2022-08-20T14:33:51Z Виктор Пинчук 3291001 Виктор Пинчук moved page [[Overnight stays in long intercontinental journeys of the "bum tour" format/In the flophouse (dosshouse)]] to [[Hobo tourism/Overnight stays in long intercontinental journeys/In the flophouse (dosshouse)]]: according to the rules wikitext text/x-wiki #REDIRECT [[Hobo tourism/Overnight stays in long intercontinental journeys/In the flophouse (dosshouse)]] tmskrrnaogoosl410o2czai7op8cvs8 Hobo tourism/Overnight stays in long intercontinental journeys/In a public toilet 0 448412 4095083 2022-08-20T17:44:53Z Виктор Пинчук 3291001 Created page with "[[File:WC (Kasuga-taisha, Japan).webm|thumbtime=00|thumb|380px|Spacious toilet in forest park area near temple complex<br> [[w:Kasuga-taisha|Kasuga-taisha]], [[w:Nara (city)|Nara]] (Japan)]] '''Staying overnight in a public toilet''' — a variant of night rest travelers using the methods of [[Long intercontinental trips and expeditions in "bum tour" format|bum tourism]]. Used in emergencies; for example, if air temperature or precipitation do not allow Hobo tourism..." wikitext text/x-wiki [[File:WC (Kasuga-taisha, Japan).webm|thumbtime=00|thumb|380px|Spacious toilet in forest park area near temple complex<br> [[w:Kasuga-taisha|Kasuga-taisha]], [[w:Nara (city)|Nara]] (Japan)]] '''Staying overnight in a public toilet''' — a variant of night rest travelers using the methods of [[Long intercontinental trips and expeditions in "bum tour" format|bum tourism]]. Used in emergencies; for example, if air temperature or precipitation do not allow [[Hobo tourism/Overnight stays in long intercontinental journeys/Under the open sky|sleeping outdoors]]. == Equipment == Standard kit of hobo tourist: plastic sheeting (to protect the underside of the sleeping pad from dust), an inflatable pillow, plaid or sleeping bag. == Cases from practice == Russian traveller Viktor Pinchuk twice used this method in the fourth solo expedition to Africa: when crossing the border between Lesotho and South Africa; and in the city of [[w:Oudtshoorn|Oudtshoorn]], where he [[Hobo tourism/Overnight stays in long intercontinental journeys/At the police station|went to the police station]], and was identified by an officer for the night in such an extravagant place<ref>{{cite book|last= Pinchuk|first= Viktor |author-link= |date= |title= Holiday of wandering mzungu|url= |language= ru|location= Russia |publisher= Brovko|page=138|isbn=978-5-9908234-0-2}}</ref><ref name=book>{{cite book|last= Pinchuk|first= Viktor |author-link= |date= |title= Holiday of wandering mzungu|url= |language= ru|location= Russia |publisher= Brovko|page=152-153|isbn=978-5-9908234-0-2}}</ref>. Here is how one of the aforementioned cases is described in the book "[[Hobo tourism/Holiday of wandering mzungu|Holiday of wandering mzungu]]": ''"Another hour of walking, I noticed in the distance several separate sources of light: lanterns, or windows of houses. Even if it is a village — also not bad. When the building of a border checkpoint was visible ahead, the road was blocked by a stream flowing from the mountain. I took out a flashlight. Having crossed the ford, has stumbled into... closed gates. Surprise! What to do? There are three options: climb over the fence; stay on this side until the morning ("sleep" jumping on one leg, or lying — shivering from cold); long time shouting wild cry. I chose the third point as the most sensible. Continuing to yell frantically, noticed a police car approaching the building with glowing windows. I took out a flashlight, adding a sound signal with a light. Soon the car left, and with it the hope. Without paying attention to the details, continued what I had started. A man came out of the luminous building. Approaching the gate, he asked where I had come from. "From Lesotho", said, holding out my passport through the bars. The border guard has opened the lock. We approached the office walls, he fled the door and, putting a stamp with the inscription Sani Pass, returned the document through the window: "You can go". It began to rain. "And how many kilometers to the city?" — "About thirty". — "Can I sleep here?" — "This is the border, impossible". Having inspected the territory of the border guard, I found a toilet: quite clean, cozy and without an unpleasant smell. "Can I stay overnight in the WC?" — asked, returning. "Well. Only passport surrender till morning"'' <ref name=book></ref>. In the Japanese city of Nara near the temple complex Kasuga-taisha, located in a forest park on the outskirts of the city, a suitable option (see video). However, overnight in the WC did not take place because an alternative was found — [[Hobo tourism/Overnight stays in long intercontinental journeys/In halls and stairwells|the vestibule of high-rise]] <ref>{{cite book|last= Pinchuk|first= Viktor |author-link= |date= |title= Japan for free|url= |language= ru|location= Russia |publisher= Brovko|page=22-23|isbn=978-5-9908234-1-9}}</ref>. == Aspects of application == This option is presented for theoretical study, the use of the method in practice is low probability. ==References== {{Reflist}} [[Category: Hobo tourism]] g4lfuge5vkl4fcd7w2zik9y3s017zrq User talk:2603:7082:7A40:8:38FC:CB56:6828:432 3 448413 4095144 2022-08-21T03:11:14Z Xania 40302 Warning wikitext text/x-wiki {{tmbox|type=content|text=[[WB:WIW|Wikibooks]] supports constructive contributions, [[WB:CIVIL|civil]] discussions, and community collaboration. '''However Wikibooks does not accept [[WB:VANDALISM|vandalism]], [[WB:SPAM|advertisements/spam]], or [[WB:ATTACK|personal attacks]]'''. This is your final warning. If you are confused, need help, or think your intentions have been misunderstood, you can ask questions and discuss this on the [[WB:AN|Administrator's Noticeboard]]. }} --[[User:Xania|Xania]] [[Image:Flag_of_Estonia.svg|15px]] [[Image:Flag_of_Ukraine.svg|15px]] [[User talk:Xania|<sup>talk</sup>]] 03:11, 21 August 2022 (UTC) s8v3nadtcq53zabih2uk3q6wc9albqe MATLAB Programming/Order Differential Equations 0 448415 4095162 2022-08-21T05:32:38Z MrAlanKoh 3392840 First draft, will add ODE23 and ODE45 coming soon wikitext text/x-wiki == Order of Differential Equations == An order of differential equation (ODE) is an equation that has highest derivative of the dependent variable involved some ordinary derivatives of a function with respect to the independent variable.. Often, the goal is to ''solve'' an ODE, i.e., determine what function or functions satisfy the equation. That means the differential equation defines the relationship between variables and their derivatives. There are a primarily two of ODE types # 1st Order Differential Equation (1st ODE) # 2nd Order Differential Equation (2nd ODE) === First Order Differential Equation === All the linear equations in the form of derivatives are in the first order. It has only the first derivative such as dy/dx, where x and y are the two variables and is represented as <math>\frac{dy}{dx}+Py=Q</math> === Second-Order Differential Equation === When the order of the highest derivative present is 2, then it is a second order differential equation. <math>\frac{d^{2}y}{dx^{2}}+n\frac{dy}{dx}+my^{2}=P</math> rpwd06a6qebasel45fij2c7eggd2v54 Health Sociology/Sex and Reproduction 0 448416 4095181 2022-08-21T08:01:22Z Jamzze 3329473 Created page with "== Condoms == [[File:On Condom Failure.webm|center|thumb|350x350px|A discussion on condom failure and related societal statistics (vlogbrothers, 2017).]] == References == {{reflist}} {{BookCat}} {{status|0%}}" wikitext text/x-wiki == Condoms == [[File:On Condom Failure.webm|center|thumb|350x350px|A discussion on condom failure and related societal statistics (vlogbrothers, 2017).]] == References == {{reflist}} {{BookCat}} {{status|0%}} 9j60e4odyzlpqibkhbx2xomu4ucdzaa Health Sociology/Childhood 0 448417 4095188 2022-08-21T09:12:12Z Jamzze 3329473 Created page with "== Technology and children == * Video: Bridle, J (2018). [https://www.youtube.com/watch?v=v9EKV2nSU8w The nightmare videos of childrens' YouTube — and what's wrong with the internet today]. TED. {{BookCat}} {{status|0%}}" wikitext text/x-wiki == Technology and children == * Video: Bridle, J (2018). [https://www.youtube.com/watch?v=v9EKV2nSU8w The nightmare videos of childrens' YouTube — and what's wrong with the internet today]. TED. {{BookCat}} {{status|0%}} 4g6a5ruooga3xx7h8n14t0r8drkbbj4 User talk:77.235.175.40 3 448418 4095201 2022-08-21T10:31:44Z Xania 40302 Blocked wikitext text/x-wiki <div style="padding:5px; border:1px solid #A9A9A9; background-color:#FFEFD5; min-height:40px;">[[File:Stop x nuvola with clock.svg|40px|left|link=]] '''[[Wikibooks:Blocking policy|You cannot edit]] for 2 days due to disruptive editing'''. You are welcome to contribute constructively when editing privileges are restored. You may appeal this action with a reasonable argument by adding the text <!-- Copy the text as it appears on your page, not as it appears in this edit area. Do not include the "tlx" argument. -->{{tlx|unblock|Your reason here}} below. </div><!-- Template:blocked --> --[[User:Xania|Xania]] [[Image:Flag_of_Estonia.svg|15px]] [[Image:Flag_of_Ukraine.svg|15px]] [[User talk:Xania|<sup>talk</sup>]] 10:31, 21 August 2022 (UTC) 2fow3jl3fjt8qqjvefm2hnn8dzmfrxc User talk:Fsreeufoyts 3 448419 4095202 2022-08-21T10:34:16Z Xania 40302 Blocked wikitext text/x-wiki <div style="padding:5px; border:1px solid #A9A9A9; background-color:#FFEFD5; min-height:40px;">[[File:Stop x nuvola.svg|40px|left|link=]] '''[[Wikibooks:Blocking policy|You cannot edit]] indefinitely due to disruptive editing'''. You may appeal this action with a reasonable argument by adding the text <!-- Copy the text as it appears on your page, not as it appears in this edit area. Do not include the "tlx" argument. -->{{tlx|unblock|Your reason here}} below. </div><!-- Template:blocked --> --[[User:Xania|Xania]] [[Image:Flag_of_Estonia.svg|15px]] [[Image:Flag_of_Ukraine.svg|15px]] [[User talk:Xania|<sup>talk</sup>]] 10:34, 21 August 2022 (UTC) 2mrdgkfdj2p4yj1czzv4rohj3eno7ny User talk:Yadhu Krishna BP 3 448420 4095205 2022-08-21T11:02:35Z Yadhu Krishna BP 3399635 Created page with "Hai, my name is Yadhu." wikitext text/x-wiki Hai, my name is Yadhu. 6wsoj16n8ig13g5fkzxo8ph8obzz7vl