Difference between revisions of "Omnidirectional Station How To"

From SatNOGS Wiki
(Started a page for How-To)
 
(Added power notes, creating accounts, and configuring the base OS)
Line 1: Line 1:
 
This How-To is exactly how I set up the station at home.
 
This How-To is exactly how I set up the station at home.
 +
 +
== Expectation Management ==
 +
  
 
== Hardware Required ==
 
== Hardware Required ==
Line 25: Line 28:
  
 
=== Power notes ===
 
=== Power notes ===
Thinking I could save a few bucks, I used a no-name generic 2.4 amp "tablet" USB power supply I got as a freebie, and a micro-USB I use for charging my phone. What a mistake! The  
+
Thinking I could save a few bucks, I used a no-name generic 2.4 amp "tablet" 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.
 +
 
 +
Power problems are indicated by either on the monitor in the upper right (lighning bolt appears), or the red power LED flashes on the computer itself.
  
== Creating a SatNOGs Network account ==
+
== Software Configuration ==
  
== Configuring the satnogs-client ==
+
=== Creating a SatNOGs Network account ===
 +
There are several different accounts you will want to make. (Why aren't they all linked??)
 +
* Required: [https://network.satnogs.org/ Network]: for registering your station and adding data to the network.
 +
* Recommended: [https://community.libre.space Forums]: for asking questions.
 +
* Optional: [https://db.satnogs.org/ Database]: Only if you want to add satellites/modes. Not necessary for receiving satellite data.
 +
 
 +
=== Booting and Configuring Raspbian ===
 +
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.
 +
 
 +
After a successful boot, log in with username pi and password raspbian:
 +
# Change your password! '''passwd'''
 +
# Update and upgrade raspbian strech: '''sudo apt update''' then '''sudo apt upgrade'''
 +
# You'll probably update a lot of packages and get a new kernel, so reboot after this: '''sudo reboot'''
 +
# Change
 +
 
 +
=== Configuring the satnogs-client ===
  
 
== Hooking up the RF ==
 
== Hooking up the RF ==
Line 38: Line 58:
  
 
== Taking some test passes ==
 
== Taking some test passes ==
 +
 +
=== Building a Box ===

Revision as of 19:34, 27 September 2018

This How-To is exactly how I set up the station at home.

Expectation Management

Hardware Required

  • Raspberry Pi
    • Power supply + cable (see note below)
    • Up to 16 GB Micro SD card
    • Case
    • Ethernet cable
  • RTL SDR Blog v3 dongle
  • Various short lengths of coax
  • Preamp/LNA
  • Omnidirectional antenna


Setting up the Raspberry Pi

I chose the Raspberry Pi 3 Model B for my station. There is a Model B+ on the market right now, with a faster processor. But it takes a lot more power and apparently the Ethernet port is a USB device, which is causing a lot of problems (according to the forums).

Downloading/Writing the SD image

The SatNOGs team has done a great job creating a Raspbian image with all the required software. Simply navigate over to the latest tag on Gitlab, and click on the "Zipped image" link under the latest tag. It's about 650 MBytes.

For linux:

  1. Unzip the downloaded file: unzip image_2018-08-03-Raspbian-SatNOGS-lite.zip
  2. Figure out which device is the SD card. SD cards are usually start with mmcblk. sudo lsblk
  3. 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

Power notes

Thinking I could save a few bucks, I used a no-name generic 2.4 amp "tablet" 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.

Power problems are indicated by either on the monitor in the upper right (lighning bolt appears), or the red power LED flashes on the computer itself.

Software Configuration

Creating a SatNOGs Network account

There are several different accounts you will want to make. (Why aren't they all linked??)

  • Required: Network: for registering your station and adding data to the network.
  • Recommended: Forums: for asking questions.
  • Optional: Database: Only if you want to add satellites/modes. Not necessary for receiving satellite data.

Booting and Configuring Raspbian

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.

After a successful boot, log in with username pi and password raspbian:

  1. Change your password! passwd
  2. Update and upgrade raspbian strech: sudo apt update then sudo apt upgrade
  3. You'll probably update a lot of packages and get a new kernel, so reboot after this: sudo reboot
  4. Change

Configuring the satnogs-client

Hooking up the RF

LNA

Antenna

Taking some test passes

Building a Box