User Tools

Site Tools


vlf

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
vlf [2023/12/23 09:32] – [Software] ei3jdbvlf [2023/12/23 12:01] (current) – [Setup and Testing] ei3jdb
Line 2: Line 2:
  
 Although there are no ham bands for VLF, there are VLF transmissions that hams can receive.  This page is about how to receive the transmissions from the Alexanderson transmitter at Grimeton in Sweden, sent on Alexanderson Day (2nd July) and Christmas Eve (24 December) every year. Although there are no ham bands for VLF, there are VLF transmissions that hams can receive.  This page is about how to receive the transmissions from the Alexanderson transmitter at Grimeton in Sweden, sent on Alexanderson Day (2nd July) and Christmas Eve (24 December) every year.
 +
 +===SAQ Grimeton===
  
 The Grimeton transmitter is the last surviving example of an Alexanderson transmitter, generating 200kW of RF at 17.2kHz using a direct alternator: a slotted magnetic disc that weighs more than a family car spinning at over 2000RPM. The Grimeton transmitter is the last surviving example of an Alexanderson transmitter, generating 200kW of RF at 17.2kHz using a direct alternator: a slotted magnetic disc that weighs more than a family car spinning at over 2000RPM.
  
 The transmitting station is now a [[https://grimeton.org/en/|museum]] and the transmissions are arranged by the [[https://alexander.n.se/en/|Alexanderson Association]] The transmitting station is now a [[https://grimeton.org/en/|museum]] and the transmissions are arranged by the [[https://alexander.n.se/en/|Alexanderson Association]]
 +
 +===Soundcard SDR===
 +
 +The receiver described here is a computer soundcard and GNURadio Companion combined to make a VLF Software Defined Radio.  Since the frequencies are very low they are within the range of high fidelity audio equipment -- so a soundcard can capture the radio frequency.  Yes, you really plug an antenna into your soundcard!
 +
 ====Hardware==== ====Hardware====
  
Line 34: Line 41:
 I used GNURadio Companion to produce a SDR using soundcard input.   I used GNURadio Companion to produce a SDR using soundcard input.  
  
-The GRC file is {{wiki:grimeton.zip|here as a zipfile}}, as this wiki does not allow me to attach a ''.grc'' directly.  Please unzip it then open with GNURadio Companion.+The GRC file is {{grimeton.zip|here as a zipfile}}, as this wiki does not allow me to attach a ''.grc'' directly.  Please unzip it then open with GNURadio Companion.
  
 The SDR is a simple direct conversion receiver.  The sample rate is set to 48ksamples/second which should give a range of 0-24kHz.  If your soundcard supports higher sample rates, by all means change the samp_rate value -- but the 48ksamples/second rate is plenty for the Grimeton transmissions on 17.2kHz. The SDR is a simple direct conversion receiver.  The sample rate is set to 48ksamples/second which should give a range of 0-24kHz.  If your soundcard supports higher sample rates, by all means change the samp_rate value -- but the 48ksamples/second rate is plenty for the Grimeton transmissions on 17.2kHz.
Line 46: Line 53:
 To do setup and testing, I used an audio signal generator and an attenuator to produce a 17.2kHz carrier at about 100 microvolts.  However, just connecting to the antenna should show plenty of input signal, which is enough to demonstrate end-to-end operation. To do setup and testing, I used an audio signal generator and an attenuator to produce a 17.2kHz carrier at about 100 microvolts.  However, just connecting to the antenna should show plenty of input signal, which is enough to demonstrate end-to-end operation.
  
-__I'll put some screencaps in here__ 
  
 ===Linux Setup=== ===Linux Setup===
  
 First find your soundcard.  Using the command ''aplay -l'' generates a list of the soundcards available to your system.  Find your chosen soundcard and edit the ''Device Name'' string in the Audio Source properties.  You may need to change your sound settings with ''alsamixer'' or similar to get the right input to work. First find your soundcard.  Using the command ''aplay -l'' generates a list of the soundcards available to your system.  Find your chosen soundcard and edit the ''Device Name'' string in the Audio Source properties.  You may need to change your sound settings with ''alsamixer'' or similar to get the right input to work.
 +
 +So an ''aplay -l'' output like this
 +
 +{{grimeton-aplay.png}}
 +
 +should become an input to the Audio Source properties like this
 +
 +{{grimeton-audiosource.png}}
 +
 +Then you may need to enable your input with ''alsamixer''
  
 When it is correct, you should see signals in the waterfall.  If you have a signal generator and attenuator you should be able to hear a tone.  If you have an antenna connected, you should be able to see various atmospherics (and probably RFI) as well as the 50Hz mains hum and harmonics on the left of the waterfall.  Hopefully things are reasonably clean in the 16-18kHz region.  If not, you'll need to do some RFI hunting and fixing. When it is correct, you should see signals in the waterfall.  If you have a signal generator and attenuator you should be able to hear a tone.  If you have an antenna connected, you should be able to see various atmospherics (and probably RFI) as well as the 50Hz mains hum and harmonics on the left of the waterfall.  Hopefully things are reasonably clean in the 16-18kHz region.  If not, you'll need to do some RFI hunting and fixing.
 +
 +Here is what my input looks like with 100 microvolts at 17.2kHz
 +
 +{{grimeton-siggen.png}}
 +
 +and here is what it looks like when connected to my antenna
 +
 +{{grimeton-ant.png}}
  
 To connect the output of GNURadio to another application, I used the PulseAudio Volume Control tool.  The input of the application should be the monitor of the output that GNURadio is using -- probably your active sound device.  I was able to set this up with FLDigi, although FLDigi doesn't like mode switches, so set to CW before selecting the input. To connect the output of GNURadio to another application, I used the PulseAudio Volume Control tool.  The input of the application should be the monitor of the output that GNURadio is using -- probably your active sound device.  I was able to set this up with FLDigi, although FLDigi doesn't like mode switches, so set to CW before selecting the input.
Line 60: Line 84:
 The Grimeton transmitter seems to schedule tests on the day before the actual transmission, so you should have a chance to test your rig before the transmission day. The Grimeton transmitter seems to schedule tests on the day before the actual transmission, so you should have a chance to test your rig before the transmission day.
  
-Good luck! 
  
 +===Windows Setup===
  
 +To find your soundcard in Windows please follow [[https://wiki.gnuradio.org/index.php/Audio_Source#Windows|these instructions]]
  
-===Windows Setup===+===QSL?===
  
-//Please someone with a Windows computer put something here!//+If you heard the transmission, the Alexanderson Association have an online QSL form for your signal report on their [[https://alexander.n.se/en/|home page]].
vlf.1703323964.txt.gz · Last modified: 2023/12/23 09:32 by ei3jdb