<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.satnogs.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Iz7boj</id>
	<title>SatNOGS Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.satnogs.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Iz7boj"/>
	<link rel="alternate" type="text/html" href="https://wiki.satnogs.org/Special:Contributions/Iz7boj"/>
	<updated>2026-04-30T01:38:49Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.32.0</generator>
	<entry>
		<id>https://wiki.satnogs.org/index.php?title=Omnidirectional_Station_How_To&amp;diff=2684</id>
		<title>Omnidirectional Station How To</title>
		<link rel="alternate" type="text/html" href="https://wiki.satnogs.org/index.php?title=Omnidirectional_Station_How_To&amp;diff=2684"/>
		<updated>2019-04-13T13:44:08Z</updated>

		<summary type="html">&lt;p&gt;Iz7boj: added link to SPF5189LNA wiki page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Omnidirectional VHF Turnstile Antenna.jpg|alt=VHF Turnstile Antenna|thumb|VHF Turnstile antenna, [https://network.satnogs.org/stations/23/ SatNOGS Station 23]]]&lt;br /&gt;
This How-To is written to get you quickly receiving satellite data with an Omnidirectional antenna (an antenna that does not move).&lt;br /&gt;
&lt;br /&gt;
== Prerequisites/Background ==&lt;br /&gt;
I'm assuming that you are a bit familiar with amateur radio, or linux in general, or you already have a Raspberry Pi. &lt;br /&gt;
&lt;br /&gt;
=== Expectation Management ===&lt;br /&gt;
First off, I'd like to set some expectations around a SatNOGs station with an omnidirectional antenna. Yes, you will be able to hear satellites, Morse code beacons, maybe even some voice contacts on a FM transponder. But for CubeSats with 1 watt transmitters at 9600 baud, it's going to be really difficult to actually decode any data with an omni antenna. You'll definitely see squiggly lines on the waterfall plot, but demodulating the signal and extracting satellite telemetry is going to be pretty difficult.&lt;br /&gt;
&lt;br /&gt;
The only way to get more signal is a better antenna. And a better antenna with more gain is going to be more directional, which means you will need a way to point that antenna at the satellite, and this How-To just got a lot more complicated. So we're not going there.&lt;br /&gt;
&lt;br /&gt;
A better preamp helps a bit, see the LNA section below.&lt;br /&gt;
&lt;br /&gt;
=== Hardware Required ===&lt;br /&gt;
This is a list of the hardware for indoor/testing purposes:&lt;br /&gt;
* Raspberry Pi&lt;br /&gt;
** Power supply + cable (see note below)&lt;br /&gt;
** Up to 16 GB Micro SD card&lt;br /&gt;
** Ethernet cable&lt;br /&gt;
* RTL SDR Blog v3 dongle&lt;br /&gt;
* Various short lengths of coax&lt;br /&gt;
* Preamp/LNA - Or not if your coax is short, see LNA section below&lt;br /&gt;
* Omnidirectional antenna - just a dual mag-mount on a cookie sheet will work OK for stronger satellites&lt;br /&gt;
&lt;br /&gt;
== Setting up the Raspberry Pi ==&lt;br /&gt;
I chose the [https://www.raspberrypi.org/products/raspberry-pi-3-model-b/ Raspberry Pi 3 Model B] for my station. &lt;br /&gt;
&lt;br /&gt;
=== Downloading/Writing the SD image ===&lt;br /&gt;
The SatNOGs team has done a great job creating a Raspbian image with all the required software. Simply navigate over to the [https://gitlab.com/librespacefoundation/satnogs/satnogs-pi-gen/tags latest tag on Gitlab], and click on the &amp;quot;Zipped image&amp;quot; link under the latest tag. It's about 650 MBytes.&lt;br /&gt;
&lt;br /&gt;
For linux:&lt;br /&gt;
# Unzip the downloaded file: '''unzip image_2018-08-03-Raspbian-SatNOGS-lite.zip'''&lt;br /&gt;
# Figure out which device is the SD card. SD cards are usually start with mmcblk. '''sudo lsblk'''&lt;br /&gt;
# Write the image. This will take a while. Make sure you don't overwrite your host OS: '''sudo dd if=2018-08-03-Raspbian-SatNOGS-lite.img of=/dev/mmcblk0'''&lt;br /&gt;
&lt;br /&gt;
=== Power notes ===&lt;br /&gt;
Thinking I could save a few bucks, I used a no-name generic 2.4 amp &amp;quot;tablet&amp;quot; USB power supply I got as a freebie, and a micro-USB cable I use for charging my phone. What a mistake! The Micro-USB cable wire gauge was too small, so there was too much voltage drop on the cable, so the Raspberry Pi reported power problems every time it was doing anything.&lt;br /&gt;
&lt;br /&gt;
Power problems are indicated by either a lightning bolt in the upper right of the monitor, or the red power LED flashes on the board itself. If The Raspberry Pi processor itself is pretty forgiving of power droops because it runs at 3.3 volts. But the 5v USB ports are directly tied to input power, so undervoltage conditions will cause problems for USB devices, such as the RTL SDR dongle.&lt;br /&gt;
&lt;br /&gt;
== Software Configuration ==&lt;br /&gt;
&lt;br /&gt;
=== Creating a SatNOGs Network account ===&lt;br /&gt;
There are several different websites to be aware of and sign in to. As of 12/2018, most of our websites use a unified login provided by Auth0, so when you create an account on one of these sites it will work across the others as well:&lt;br /&gt;
* Required: [https://network.satnogs.org/ Network]: for registering your station and adding data to the network.&lt;br /&gt;
* Recommended: [https://community.libre.space Forums]: for asking questions.&lt;br /&gt;
* Optional: [https://db.satnogs.org/ Database]: Only if you want to add satellites/modes. Not necessary for receiving satellite data.&lt;br /&gt;
&lt;br /&gt;
=== Registering the station ===&lt;br /&gt;
Log in to your Network account, and click the &amp;quot;+ Add Ground Station&amp;quot; button, or click [https://network.satnogs.org/stations/edit/ here] Fill out the short form, and your station will be added to the database. For &amp;quot;Antenna&amp;quot;, pick something that encompasses the frequency range of your antenna. For wideband reception, use VHF Discone 26-1200 MHz.&lt;br /&gt;
&lt;br /&gt;
The important info you'll need later on is the Station ID number, lat/lon/altitiude. I would also use a Minimum Horizon of 30 degrees or so, this will keep your station from allowing low-elevation passes to be scheduled. Make sure to keep the &amp;quot;Testing&amp;quot; flag checked, as this lets people know that your station isn't quite ready for real use.&lt;br /&gt;
&lt;br /&gt;
=== Booting and Configuring Raspbian ===&lt;br /&gt;
After you have the image burned onto a Micro-SD card, boot it! I would recommend hooking up a keyboard and HDMI monitor, you can watch the boot process. If it doesn't boot at all, double check that you wrote the SatNOGs Raspbian image correctly.&lt;br /&gt;
&lt;br /&gt;
After a successful boot, log in with username '''pi''' and password '''raspbian''':&lt;br /&gt;
# Change your password! '''passwd'''&lt;br /&gt;
# Update and upgrade raspbian strech: '''sudo apt update''' then '''sudo apt upgrade'''&lt;br /&gt;
# You'll probably update a lot of packages and get a new kernel, so reboot after this: '''sudo reboot'''&lt;br /&gt;
# Run '''sudo raspi-config''' to set up the base OS. ''Tab'' switches between the options and ''select''.&lt;br /&gt;
## 4 Localisation Options: I1 Change Locale: en_US.UTF-8 UTF-8&lt;br /&gt;
## 4 Localisation Options: I2 Change Timezone: None of the above: UTC&lt;br /&gt;
## 4 Localisation Options: I3 Change Keyboard Layout:&lt;br /&gt;
## 7 Advanced Options: A1 Expand Filesystem &amp;lt;br /&amp;gt;This will expand the ~2GB Micro-SD card partition to fill the entire SD card.&lt;br /&gt;
The Raspberry Pi needs to reboot to expand the filesystem, so do this now. It might take a while. '''sudo reboot''&lt;br /&gt;
&lt;br /&gt;
==== Disabling WiFi and Bluetooth ====&lt;br /&gt;
To disable WiFi and Bluetooth, edit the /boot/config.txt file, and add the following lines at the bottom:&lt;br /&gt;
 # Disable WiFi and bluetooth&lt;br /&gt;
 dtoverlay=pi3-disable-wifi&lt;br /&gt;
 dtoverlay=pi3-disable-bt&lt;br /&gt;
&lt;br /&gt;
Then reboot again. To make sure that it worked, run '''ifconfig''' and make sure that ''wlan0'' isn't listed. I'm not sure how to tell if bluetooth is turned off.&lt;br /&gt;
&lt;br /&gt;
==== Additional software ====&lt;br /&gt;
I like to install this additional software with '''sudo apt install bmon''' ...&lt;br /&gt;
* bmon - a graphical network usage analyzer.&lt;br /&gt;
* vnstat - keeps track of your bandwidth usage&lt;br /&gt;
* vim - the world's best text editor ;)&lt;br /&gt;
* irssi - a terminal IRC client, for chatting on the #satnogs IRC channel&lt;br /&gt;
&lt;br /&gt;
If you can't tell by now, I'm always a big fan of rebooting. It certainly doesn't take that long... '''sudo reboot'''&lt;br /&gt;
&lt;br /&gt;
=== Configuring the satnogs-client ===&lt;br /&gt;
Once you have the base Raspbian Strech OS installed, updated, and looking good, you can configure SatNOGs. Plug in your RTL SDR if you haven't already.&lt;br /&gt;
&lt;br /&gt;
First thing to do is update the satnogs-setup program. Run '''sudo satnogs-setup'''. This will probably take a while, then '''Update''', which will also take a while. Per usual, after the update I like to reboot the raspberry pi just to make sure everything was updated and is actually running the new code.&lt;br /&gt;
&lt;br /&gt;
==== Basic Configuration ====&lt;br /&gt;
Then the actual configuration of the station:&lt;br /&gt;
# Run '''sudo satnogs-setup''' again&lt;br /&gt;
# Basic Configuration:&lt;br /&gt;
## SATNOGS_API_TOKEN: After logging in to network.satnogs.org, this is in the upper right under &amp;quot;API Key&amp;quot;&lt;br /&gt;
## SATNOGS_RX_DEVICE: rtlsdr&lt;br /&gt;
## SATNOGS_STATION_ELEV: station elevation in meters&lt;br /&gt;
## SATNOGS_STATION_ID: The number of your station. Newer stations are high 200s.&lt;br /&gt;
## SATNOGS_STATION_LAT and LON: Latitude and Longitude in decimal degrees&lt;br /&gt;
## HAMLIB_UTILS_ROT_ENABLE: no&lt;br /&gt;
Then back to the main menu and ''Apply'' to save the configuration. Ansible will run, change some stuff, and probably take a while. If you want to quit, just keep pressing ''back'' to exit.&lt;br /&gt;
&lt;br /&gt;
==== Setting the gain ====&lt;br /&gt;
The next step is to set the gain on the RTL SDR. You're looking for a total gain of about 25 dB. If you have a 25dB LNA, perfect, set the RTL SDR gain at zero. Otherwise, do the math. There are only a few gain options that the RTL SDR supports. The easiest way to see what the options are is to run the rtl_test command. Ctrl-C immediatly to stop:&lt;br /&gt;
 pi@raspberrypi:~ $ rtl_test &lt;br /&gt;
 Found 1 device(s):&lt;br /&gt;
   0:  Realtek, RTL2838UHIDIR, SN: 00000001&lt;br /&gt;
 &lt;br /&gt;
 Using device 0: Generic RTL2832U OEM&lt;br /&gt;
 Found Rafael Micro R820T tuner&lt;br /&gt;
 Supported gain values (29): 0.0 0.9 1.4 2.7 3.7 7.7 8.7 12.5 14.4 15.7 16.6 19.7 20.7 22.9 25.4 28.0 29.7 32.8 33.8 36.4 37.2 38.6 40.2 42.1 43.4 43.9 44.5 48.0 49.6 &lt;br /&gt;
 [R82XX] PLL not locked!&lt;br /&gt;
 Sampling at 2048000 S/s.&lt;br /&gt;
 &lt;br /&gt;
 Info: This tool will continuously read from the device, and report if&lt;br /&gt;
 samples get lost. If you observe no further output, everything is fine.&lt;br /&gt;
 &lt;br /&gt;
 Reading samples in async mode...&lt;br /&gt;
 ^CSignal caught, exiting!&lt;br /&gt;
 &lt;br /&gt;
 User cancel, exiting...&lt;br /&gt;
 Samples per million lost (minimum): 0&lt;br /&gt;
 pi@raspberrypi:~ $&lt;br /&gt;
&lt;br /&gt;
Since I have a LNA with a gain of slightly under 20dB, I picked 8.7dB of gain for the RTL SDR. This value goes into the SATNOGS_RF_GAIN setting under Advanced settings in satnogs-setup.&lt;br /&gt;
&lt;br /&gt;
=== Checking the setup ===&lt;br /&gt;
SatNOGs come with a built-in web server on port 5000. So just surf over to IP address of your Raspberry Pi on port 5000, and you should see a screen similar to this:&lt;br /&gt;
[[File:Satnogs client screenshot.png|center|thumb|800x800px|Satnogs Client]]&lt;br /&gt;
&lt;br /&gt;
== Hardware Configuration ==&lt;br /&gt;
Basic hardware configuration is Antenna &amp;gt; Short coax &amp;gt; LNA &amp;gt; Coax &amp;gt; RTL SDR.&lt;br /&gt;
&lt;br /&gt;
=== LNA ===&lt;br /&gt;
The way to measure the performance of an antenna is using a figure of merit called the Antenna gain-to-noise-temperature (G/T). It's a positive unitless number, higher the better.&lt;br /&gt;
&lt;br /&gt;
G/T is comprised of antenna gain (in dB) on the top, and the system noise temperature (in Kelvins) on the bottom. There's a lot of somewhat-hard math involved, but here's the bottom line: to make your system perform better, you either need to increase the antenna gain or decrease the system noise temp. [https://en.wikipedia.org/wiki/Antenna_gain-to-noise-temperature Wikipedia]&lt;br /&gt;
&lt;br /&gt;
Increasing the antenna gain is difficult, only because we decided on an omnidirectional antenna as the basis for this How-To. Omnidirectional antennas top out at maybe 7 dB gain or so, and that's just from pushing the radiation pattern up to the sky away from the ground. Any more gain than that and it's not an omni antenna; it's got a direction that the antenna needs to be pointed in. And we want to stay away from pointing antennas for now.&lt;br /&gt;
&lt;br /&gt;
Reducing the system temperature is the the way forward then. The RTL-SDR dongle has a noise figure of [https://network.satnogs.org/stations/edit/ 6dB or so], depending on frequency, which is pretty horrible. But it turns out that the system noise temperature is largely determined by the first device in the receive chain. Since we can't change the antenna, adding a low-noise amplifier helps quite a bit. See this [https://www.youtube.com/watch?v=snifc_x_2sE youtube video] from Adam 9A4QV on how a LNA helps. (Also check out his other videos about the RTL SDR dongle, and SDR in general)&lt;br /&gt;
&lt;br /&gt;
More info on noise and preamps:&lt;br /&gt;
* [https://en.wikipedia.org/wiki/Noise_temperature System noise from wikipedia], pretty high-level&lt;br /&gt;
* [https://www.rtl-sdr.com/tutorial-on-properly-positioning-a-preamp-lna-in-a-radio-system/ Where to put an LNA], from rtl-sdr.com&lt;br /&gt;
* [[SPF1589 LNA measurements|SPF5189 LNA measurements]]&lt;br /&gt;
&lt;br /&gt;
=== Antenna ===&lt;br /&gt;
For testing on the bench, pretty much any antenna will do. Or if you have a whip antenna already outside for repeater work, use that. As I mentioned before, I've successfully used a mag-mount antenna stuck to a cookie sheet, sitting inside my living room window.&lt;br /&gt;
&lt;br /&gt;
Also, remember that some new low emissivity double-pane windows use metal films to keep heat inside. Unfortunately, this also attenuates pretty much all RF signals, see [https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5501855/ this article] for more background.&lt;br /&gt;
&lt;br /&gt;
== Testing the station ==&lt;br /&gt;
[[File:Pass predictions.png|300px|right]]&lt;br /&gt;
Now that you have the hardware and software up and running, go ahead and schedule some passes. Navigate to your station page, and click on the Schedule button on the right side of some promising passes. The green and red bars beneath the satellite name is a quick visual indication of the number of Good and Bad passes on the network. Unfortunately, this data is not time-stamped at all, so a satellite that had a lot of Good observations a long time ago, but recently died, would still show as Green.&lt;br /&gt;
&lt;br /&gt;
=== Rating an Observation ===&lt;br /&gt;
[[File:Rating.png|right]]&lt;br /&gt;
After each observatios, you should rate it. More information [https://wiki.satnogs.org/Operation#Rating_observations here], but the bottom line is rate the observation:&lt;br /&gt;
* '''Good''' if the satellite is seen in the waterfall at all. The satellite will be a straight line in the middle of the waterfall plot.&lt;br /&gt;
* '''Bad''' if the satellite is not seen.&lt;br /&gt;
* '''Failed''' if there was a problem with the station, such as a mis-configuration, or if the waterfall is missing or a solid color.&lt;br /&gt;
&lt;br /&gt;
=== Calibrating frequency offset (PPM) ===&lt;br /&gt;
This is not super important for a new station.&lt;br /&gt;
&lt;br /&gt;
== Next Steps ==&lt;br /&gt;
Now that you've got this station working on the bench, what's next?&lt;br /&gt;
&lt;br /&gt;
For permanent mast-mounted installation, I would recommend adding:&lt;br /&gt;
* [https://www.adafruit.com/product/3785 PoE splitter] - Make sure to get one that actually conforms to the 48-volt IEEE 802.3af standard&lt;br /&gt;
* POE injector for powering station remotely - Again, get a real 48-volt IEEE 802.3af standard&lt;br /&gt;
* Large mast-mounted waterproof box&lt;br /&gt;
* Waterproof cord grips, both to keep out the rain but also spiders and critters&lt;br /&gt;
* Desiccant to keep the humidity down&lt;br /&gt;
* Mastic tape for weatherproofing antenna connectors&lt;br /&gt;
* Better omnidirectional antenna&lt;br /&gt;
&lt;br /&gt;
=== Building a Box ===&lt;br /&gt;
* [https://wiki.satnogs.org/No_rotator No-Rotator setup]&lt;br /&gt;
== External links ==&lt;br /&gt;
* IQ3KU Omnidirectional station [https://www.i3vfj.net/SATNOGS/Satnogs_348_notes.pdf build write-up].&lt;br /&gt;
[[ Category:How-tos ]]&lt;br /&gt;
[[ Category:Omnidirectional Antennas ]]&lt;/div&gt;</summary>
		<author><name>Iz7boj</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.satnogs.org/index.php?title=SPF5189_LNA_measurements&amp;diff=2683</id>
		<title>SPF5189 LNA measurements</title>
		<link rel="alternate" type="text/html" href="https://wiki.satnogs.org/index.php?title=SPF5189_LNA_measurements&amp;diff=2683"/>
		<updated>2019-04-13T13:22:29Z</updated>

		<summary type="html">&lt;p&gt;Iz7boj: Created page with &amp;quot;If you want to improve your receiving station performances, you could consider to add an LNA near your antenna. One of the cheapeset LNA available on the market is SPF5189. It...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;If you want to improve your receiving station performances, you could consider to add an LNA near your antenna.&lt;br /&gt;
One of the cheapeset LNA available on the market is SPF5189. It's available already mounted on a PCB, shielded and connectorized, as in the figure below.&lt;br /&gt;
&lt;br /&gt;
[[File:Foto.jpg|center]]&lt;br /&gt;
&lt;br /&gt;
I bought one board for few euros on ebay. It arrived in a pair of weeks, then I measured it on a Vector Network Analyzer, in order to compare the real gain with the datasheet.&lt;br /&gt;
&lt;br /&gt;
Once the LNA has been powered at 5V, the current absorption is 90mA, perfectly aligned with the datasheet range.&lt;br /&gt;
&lt;br /&gt;
Here below, the S21, S11 and S22 plots are reported between 50MHz and 3GHz (the LNA reaches 4GHz but the VNA not).&lt;br /&gt;
&lt;br /&gt;
I placed these 4 markers: 144MHz, 435MHz, 1GHz, 2GHz .&lt;br /&gt;
&lt;br /&gt;
[[File:S11.jpg|600px|center]]&lt;br /&gt;
[[File:S21.jpg|600px|center]]&lt;br /&gt;
[[File:S22.jpg|600px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
When I downloaded the datahseet, I saw that the SPF5189Z has two possible configurations:&lt;br /&gt;
&lt;br /&gt;
- Optimized matching at 900MHz&lt;br /&gt;
- Optimized matching at 1900MHz&lt;br /&gt;
&lt;br /&gt;
From ebay description and board P/N, it’s not possible to understand the frequency optimization.&lt;br /&gt;
&lt;br /&gt;
Here below, I reported a comparison the datasheet (green line) and the measurement (red line) data, for both configurations. The frequency range of the datasheet is smaller than my measurements, sto the comparison is only on the datasheet frequencies and not wide-band.&lt;br /&gt;
&lt;br /&gt;
[[File:900MHz_measured_vs_datasheet.png|600px|center]]&lt;br /&gt;
&lt;br /&gt;
[[File:1900MHz_measured_vs_datasheet.png|600px|center]]&lt;br /&gt;
&lt;br /&gt;
The gain seems to be 1dB less than the datasheet on both configurations, while the input matching shows better results on 900MHz range.&lt;br /&gt;
&lt;br /&gt;
At the end, the LNA is quite wide-band and is a compromise between the 900MHz and 1900MHz configurations.&lt;/div&gt;</summary>
		<author><name>Iz7boj</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.satnogs.org/index.php?title=File:1900MHz_measured_vs_datasheet.png&amp;diff=2682</id>
		<title>File:1900MHz measured vs datasheet.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.satnogs.org/index.php?title=File:1900MHz_measured_vs_datasheet.png&amp;diff=2682"/>
		<updated>2019-04-13T13:16:35Z</updated>

		<summary type="html">&lt;p&gt;Iz7boj: SPF5189_1900MHz_meas_vs_datasheet&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
SPF5189_1900MHz_meas_vs_datasheet&lt;/div&gt;</summary>
		<author><name>Iz7boj</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.satnogs.org/index.php?title=File:900MHz_measured_vs_datasheet.png&amp;diff=2681</id>
		<title>File:900MHz measured vs datasheet.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.satnogs.org/index.php?title=File:900MHz_measured_vs_datasheet.png&amp;diff=2681"/>
		<updated>2019-04-13T13:16:00Z</updated>

		<summary type="html">&lt;p&gt;Iz7boj: SPF5189_900MHz_meas_vs_datasheet&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
SPF5189_900MHz_meas_vs_datasheet&lt;/div&gt;</summary>
		<author><name>Iz7boj</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.satnogs.org/index.php?title=File:S22.jpg&amp;diff=2680</id>
		<title>File:S22.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.satnogs.org/index.php?title=File:S22.jpg&amp;diff=2680"/>
		<updated>2019-04-13T13:13:53Z</updated>

		<summary type="html">&lt;p&gt;Iz7boj: SPF5189 LNA board S22&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
SPF5189 LNA board S22&lt;/div&gt;</summary>
		<author><name>Iz7boj</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.satnogs.org/index.php?title=File:S21.jpg&amp;diff=2679</id>
		<title>File:S21.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.satnogs.org/index.php?title=File:S21.jpg&amp;diff=2679"/>
		<updated>2019-04-13T13:13:36Z</updated>

		<summary type="html">&lt;p&gt;Iz7boj: SPF5189 LNA board S21&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
SPF5189 LNA board S21&lt;/div&gt;</summary>
		<author><name>Iz7boj</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.satnogs.org/index.php?title=File:S11.jpg&amp;diff=2678</id>
		<title>File:S11.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.satnogs.org/index.php?title=File:S11.jpg&amp;diff=2678"/>
		<updated>2019-04-13T13:13:16Z</updated>

		<summary type="html">&lt;p&gt;Iz7boj: SPF5189 LNA board S11&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
SPF5189 LNA board S11&lt;/div&gt;</summary>
		<author><name>Iz7boj</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.satnogs.org/index.php?title=File:Foto.jpg&amp;diff=2677</id>
		<title>File:Foto.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.satnogs.org/index.php?title=File:Foto.jpg&amp;diff=2677"/>
		<updated>2019-04-13T13:09:48Z</updated>

		<summary type="html">&lt;p&gt;Iz7boj: SPF5189 LNA board&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
SPF5189 LNA board&lt;/div&gt;</summary>
		<author><name>Iz7boj</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.satnogs.org/index.php?title=Build&amp;diff=2676</id>
		<title>Build</title>
		<link rel="alternate" type="text/html" href="https://wiki.satnogs.org/index.php?title=Build&amp;diff=2676"/>
		<updated>2019-04-12T07:57:23Z</updated>

		<summary type="html">&lt;p&gt;Iz7boj: Added link to SPF5189 LNA review&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
Building a ground station need not be complicated. There are a few things to consider when working out what it is you are going to do. Choices such as the desire to have a fixed or steerable ground station will play a big part in the amount of equipment needed and the time taken as well as the complexity of any build. If you are new to this and a little unsure then a fixed (no rotator) option is a good choice. If you fancy a challenge and want to pick out the weakest signals then the steerable ground station might be what you are after. There is more detail in the [[Ground Stations]] page&lt;br /&gt;
&lt;br /&gt;
The illustration below sets out the various major components to give an idea as to what is commonly used.&lt;br /&gt;
&lt;br /&gt;
== Options for Ground Stations ==&lt;br /&gt;
&lt;br /&gt;
A satellite ground station is made up from different parts. The following diagram can help you select your setup based on your needs and/or your existing setup.&lt;br /&gt;
&lt;br /&gt;
[[File:Satnogs_imagemap.png|center]]&lt;br /&gt;
&lt;br /&gt;
Here are some links explaining the different options:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin: 0 auto;&amp;quot;&lt;br /&gt;
! Platform&lt;br /&gt;
! Controller&lt;br /&gt;
! Rotator&lt;br /&gt;
! Radio&lt;br /&gt;
! Antenna&lt;br /&gt;
|-&lt;br /&gt;
| [[Raspberry_Pi_3|Raspberry Pi 3]]&lt;br /&gt;
| [[SatNOGS Rotator Controller|SatNOGS Controller]]&lt;br /&gt;
| [[SatNOGS_Rotator_v3|SatNOGS Rotator]]&lt;br /&gt;
| [[Radio#SDR|SDR]]&lt;br /&gt;
| [[Antennas|Yagi]]&lt;br /&gt;
|-&lt;br /&gt;
| [[SatNOGS_Client_Ansible|Debian system]]&lt;br /&gt;
| [http://spid.net.pl/en/rot2prog-2/ Rot2Prog]&lt;br /&gt;
| [[SPID Big RAS]]&lt;br /&gt;
|&lt;br /&gt;
| [[Antennas|Helical]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Linux Desktop]]&lt;br /&gt;
| [[G-5500|lsf-g5500]]&lt;br /&gt;
| [[G-5500|Yaesu G5500]]&lt;br /&gt;
| &lt;br /&gt;
| [[Antennas|Vertical]]&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
| [https://wiki.satnogs.org/SatNOGS_Arduino_Uno/CNC_Shield_Based_Rotator_Controller Arduino UNO CNC Shield based controller]&lt;br /&gt;
| [[No rotator]]&lt;br /&gt;
| &lt;br /&gt;
| [[Antennas|Cross-Yagi]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{Message|Use the above table to select your setup. E.g. RPi3 &amp;gt; Yaesu G550 &amp;gt; SDR &amp;gt; UHF helical &amp;amp; VHF Cross Yagi}}&lt;br /&gt;
&lt;br /&gt;
== How do I pick? ==&lt;br /&gt;
&lt;br /&gt;
'''Client''': The Raspberry Pi 3 is the reference platform for SatNOGS, and is currently the option that has the best support from the community.  Certain SDRs may benefit from a more powerful CPU, like what you'd find in a desktop machine; however, currently you'll need to set that up on your own.&lt;br /&gt;
&lt;br /&gt;
'''Rotator''': A rotator, like the [[SatNOGS_Rotator_v3|SatNOGS Rotator v3]], will allow your antenna to follow satellites as they move across the sky, and thus pick up fainter signals.  But if you want to get started quickly, or don't have the hardware skills to build your own, you can still pick up stronger signals (the ISS, NOAA and Meteor weather satellites) with a [[No_rotator|no-rotator]] setup.  If you already have [https://github.com/Hamlib/Hamlib/wiki/Supported-Rotators a rotator supported by rotctl], you can use that.&lt;br /&gt;
&lt;br /&gt;
'''Signal Reception''': The reference radio for SatNOGS is the [https://www.rtl-sdr.com RTL-SDR v3], but other latest-generation SDRs like the [http://www.nooelec.com/store/nesdr-smart-sdr.html NooElec NESDR SMart] should work as well.  Higher-end SDRs should work as well, but can get a bit expensive.  Alternately, [https://sourceforge.net/p/hamlib/wiki/Supported%20Radios/ any radio supported by rigctl] should work.&lt;br /&gt;
&lt;br /&gt;
Amplification is generally done by a low noise amplifier, or LNA. There are multiple options:&lt;br /&gt;
&lt;br /&gt;
* A wide-band LNA next to your SDR (see [http://lna4all.blogspot.com/ LNA4ALL], [https://iz7boj.wordpress.com/2019/04/11/spf5189z-lna-measurements-on-vna/ SPF5189] and similar)&lt;br /&gt;
* A band specific (or two) pre-amplifiers next to your antennas ([http://www.wimo.com/mast-preamplifier_e.html example])&lt;br /&gt;
* No amplification at all...just pump the gain of your SDR.  (This is not recommended for the rtl-sdr.)&lt;br /&gt;
&lt;br /&gt;
'''Antenna''':  Stationary antennas (eg: [https://en.wikipedia.org/wiki/Turnstile_antenna Turnstile], [https://community.libre.space/t/parasitic-lindenblad-on-uhf/1128/2 Lindenblad]) will be easy to build and mount, as they won't require rotator hardware.  They will let you receive stronger broadcasts, like NOAA weather satellites and ISS broadcasts, but may not work for receiving fainter cubesat broadcasts.  Directional antennas (eg: Yagis, Helicals) can be more complicated to build, but will also require a rotator to track satellites across the sky.  The advantage is that they will let you pick up fainter broadcasts from cubesats or ham radio satellites.&lt;br /&gt;
&lt;br /&gt;
== Next steps ==&lt;br /&gt;
&lt;br /&gt;
Once you have a ground station ready, you should go ahead and operate it! More info can be found on the [[Operation]] wiki page.&lt;/div&gt;</summary>
		<author><name>Iz7boj</name></author>
		
	</entry>
</feed>