KiwiSDR

From HFUnderground

(Difference between revisions)
Jump to: navigation, search
(GPS Antenna)
(KiwiSDRs run by HFU Members)
 
(17 intermediate revisions not shown)
Line 1: Line 1:
= Overview =
= Overview =
-
Placeholder page
 
 +
The KiwiSDR is a 14-bit wideband receive only HF software defined radio that can receive the entire 10 kHz – 30 MHz VLF/LF/MW/HF spectrum. A large number of these receivers are available online for use by anyone with interest. A [http://sdr.hu directory] and a [http://sdr.hu/map map] of these receivers is updated on a regular basis.
 +
 +
* [http://www.kiwisdr.com KiwiSDR Home Page]
= KiwiSDRs run by HFU Members =
= KiwiSDRs run by HFU Members =
* Wake Forest, NC USA http://chimay.homelinux.org:8073
* Wake Forest, NC USA http://chimay.homelinux.org:8073
-
* Westminster, MD USA http://sdr.hfunderpants.com:8073
+
* Westminster, MD USA 120 ft T2FD Antenna http://sdr.hfunderpants.com:8073
 +
* Westminster, MD USA 250 ft V Beam Antenna http://sdr.hfunderpants.com:8074
 +
* Westminster, MD USA 58 ft T2FD Antenna http://sdr.hfunderpants.com:8075
* CT/MA Border, Northeast USA http://sigmasdr.ddns.net:8073
* CT/MA Border, Northeast USA http://sigmasdr.ddns.net:8073
* Mojave Desert, CA USA http://tokenradio.proxy.kiwisdr.com:8073/
* Mojave Desert, CA USA http://tokenradio.proxy.kiwisdr.com:8073/
 +
* Westerville, OH USA  http://ohioswl.com:8073
 +
* Old Hickory, TN USA  http://midtn.dynu.net:8073
 +
* Warwick, RI USA    http://joeflips.hopto.org:8073/
 +
* Seattle, WA USA http://strangebeacons.proxy.kiwisdr.com:8073/
 +
* Concord, MA USA http://kiwisdr.w1euj.com/
-
= KiwiSDRs Tips =
+
= KiwiSDRs Admin Tips =
 +
 
 +
== Power Supplies ==
 +
 
 +
One solid option for a nice regulated 5vdc power supply are supplies made by Acopian. Beerus Maximus found one of these supplies on eBay for $35, model number 5EB200. The list price for this supply is $170(!)* but the one Beerus got was like new. Search "Acopian" on eBay for deals like this.
 +
 
 +
*https://www.acopian.com/store/productdetail.aspx?q=i574
 +
*https://www.ebay.com/sch/i.html?_from=R40&_trksid=m570.l1313&_nkw=acopian+5EB200&_sacat=0
== Set Static IP Address ==
== Set Static IP Address ==
Line 23: Line 39:
An all aluminum case is available from [https://www.seeedstudio.com/KiwiSDR-Enclosure-p-3012.html Seeed Studios] that includes a small cooling fan.
An all aluminum case is available from [https://www.seeedstudio.com/KiwiSDR-Enclosure-p-3012.html Seeed Studios] that includes a small cooling fan.
 +
 +
== DX Labels ==
 +
 +
DX Labels can be added to help users quickly identify and choose frequencies, automatically set passband, mode, and extension, etc. Users can click on a label and the receiver will be set to the parameters you choose. Only administrators can add or make changes to labels.
 +
 +
To add, edit, or modify labels:
 +
 +
Press and hold the shift key and then click on the label bar to add a new label. To modify or delete an existing label, press and hold the shift key and click on the label you wish to change.
 +
 +
* The Freq and Mode fields are taken from the receiver's settings when you add a new label. These can be edited if desired.
 +
 +
* The Ident field is the text that is shown on the DX label bar. HTML tags (e.g. <nowiki><br></nowiki> to make two lines of text) can be used to make labels more readable if desired.
 +
 +
* The Notes field allows for additional information to be displayed by hovering the mouse over the label (such as day or time station is active).
 +
 +
* The Passband field can be set by specifying it in Hz. 
 +
 +
* The Extension field can be set by specifying an available extension
 +
 +
== Command Line Tips/Tricks ==
 +
 +
You can SSH to the Beagle controlling your KiwiSDR, and login as 'root'. There is no password, by default.
 +
 +
Watch user logins and departures in real time:
 +
 +
<code>
 +
tail -F /var/log/user.log | egrep 'ARRIVED|LEAVING' /var/log/user.log
 +
</code>

Latest revision as of 11:50, 29 September 2020

Contents

Overview

The KiwiSDR is a 14-bit wideband receive only HF software defined radio that can receive the entire 10 kHz – 30 MHz VLF/LF/MW/HF spectrum. A large number of these receivers are available online for use by anyone with interest. A directory and a map of these receivers is updated on a regular basis.

KiwiSDRs run by HFU Members

KiwiSDRs Admin Tips

Power Supplies

One solid option for a nice regulated 5vdc power supply are supplies made by Acopian. Beerus Maximus found one of these supplies on eBay for $35, model number 5EB200. The list price for this supply is $170(!)* but the one Beerus got was like new. Search "Acopian" on eBay for deals like this.

Set Static IP Address

You may want to set the IP address of your KiwiSDR statically, rather than a dynamic DCHP address obtained from your router. Go to the Network tab on the KiwiSDR admin page to do this.

GPS Antenna

The antenna that comes with the KiwiSDR works, but can be marginal, especially when used indoors. I bought this antenna from Amazon, and it seems to work better. I also found that it helps tremendously to have the antenna sitting on a metal ground plane. A simple small aluminum baking sheet works great. I carefully adjusted the location of the antenna on the sheet, as well as the location of both (they are sitting on a shelf) for maximum signal(s) from the GPS satellites.

I just replace the pan with a sheet of aluminum foil, and that seems to work even better.

Enclosures

An all aluminum case is available from Seeed Studios that includes a small cooling fan.

DX Labels

DX Labels can be added to help users quickly identify and choose frequencies, automatically set passband, mode, and extension, etc. Users can click on a label and the receiver will be set to the parameters you choose. Only administrators can add or make changes to labels.

To add, edit, or modify labels:

Press and hold the shift key and then click on the label bar to add a new label. To modify or delete an existing label, press and hold the shift key and click on the label you wish to change.

  • The Freq and Mode fields are taken from the receiver's settings when you add a new label. These can be edited if desired.
  • The Ident field is the text that is shown on the DX label bar. HTML tags (e.g. <br> to make two lines of text) can be used to make labels more readable if desired.
  • The Notes field allows for additional information to be displayed by hovering the mouse over the label (such as day or time station is active).
  • The Passband field can be set by specifying it in Hz.
  • The Extension field can be set by specifying an available extension

Command Line Tips/Tricks

You can SSH to the Beagle controlling your KiwiSDR, and login as 'root'. There is no password, by default.

Watch user logins and departures in real time:

tail -F /var/log/user.log | egrep 'ARRIVED|LEAVING' /var/log/user.log



This site is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com. Some links may be affiliate links. We may get paid if you buy something or take an action after clicking one of these.