Daily Archives: 10/29/2007

First QSOs via AO-51

Well, I’m not much for operating really, but I have been trying to work up the courage actually talk on the AO-51 amateur satellite.  It was down from October 18th, but today was back up and running the repeater.  I am still using a handheld Arrow crossed Yagi, so my hands are pretty busy, but I’m slowly calming down enough to keep the satellite in the pattern of the antenna, and tonight, I decided to try my luck on the westward pass of AO-51.  The westward passes are a little calmer than the eastern passes.

Of course, all was not perfect.  For some reason, I was picking up a huge amount of interference from the little VN-120 recorder that I used so successfully last time.  Nevertheless, I set it up, and aimed the antenna to the south where I expected the satellite to show up.   Soon, there was some traffic, and I heard NH7WN, who is in Honolulu.    I haven’t double checked this, but I am pretty sure that Honolulu is just at the limits of what we can hit from the San Francisco Bay area.  (A quick calculation shows that the distance is about 2400 miles).  Pretty damned good.

Here is the MP3 early in the pass: NH7WN via AO-51

I then was getting some horrible screeching interference from the little recorder.  Not sure what was going on there, but I didn’t like it, so I switched the recorder off.  Sadly, that means I have no record of my first QSO via AO-51.  I’ll get that worked out soon.  My adrenaline was pumping, and I called out a callsign.   For the life of me, I don’t remember which one it was.   K7WJS?  Not sure.  How pathetic is that?  I’m afflicted by an inability to remember people’s names unless I write them down, and when your hands are full of an HT and an antenna, it’s impossible to write them down.    The second call was K6YK, John in Stockton, which is much closer than Honolulu, but still fun.

Just after that, I started to lose the satellite.  There are hills to the north behind me, and the tree cover isn’t ideal either, so I called it a night.    I’m gonna have to work on getting a better setup for this.  The things I think would help are:

  1. a tripod for the antenna and HT ala K7AGE
  2. a light, for these outdoor passes
  3. a clock that reads in both local time and UTC
  4. a recording solution that doesn’t put hash on the line
  5. less caffeine, to calm me down during the pass.

Anyway, I’m gonna send off some emails and call it a night.

[tags]Amateur Radio, AO-51, Satellite[/tags]

AO-51 appears to live!

I was going to present a link the cool OSCAR Satellite Status page by KD5QGR because it can be useful for beginners to see which satellites other amateurs are hearing. If you’ll notice, for a long time only telemetry was being heard on AO-51 (the easiest of the LEO satellites), but in the last few hours it appears that people are making real contacts on it. Woohoo! I’ll have to try this out when I get home tonight. I probably won’t try to make a qso, but if I get some audio, I’ll post it here.

[tags]Amateur Radio[/tags]

How I track satellites…

I was chatting with my brother about my recent attempts at satellite tracking, and he expressed the opinion that it would be nice to present some of the details about how I actually figure out where satellites are. I’m not sure that my methodology is particularly noteworthy, but here’s what I use:

There are lots of great programs for Windows to do satellite tracking (I’ll try to dig up some links for some and post them later), but I am sworn never to use Microsoft operating systems again, so I needed a different solution. I use a fairly low tech solution, namely the predict software by John A. Magliacane, KD2BD. It’s a open source program that was developed under Linux and released under the GPL. It’s pretty straightforward, so it shouldn’t be hard to port it to any unix-like operating system. There are even fancy front ends which create fancy X11 displays. Me, I mostly use the classic curses version. It’s quick, and I can run it on any of the machines I’m likely to have handy, or can ssh to in a pinch.

All these programs require a set of orbital elements, which are basically a set of numbers that define the orbits of satellites. These numbers are available from a number of sources: I fetch them automatically using a simple cron job on my unix box so they are always up to date. For instance www.celestrak.com/NORAD/elements/amateur.txt always contains the most recent orbital elements for amateur satellites. Similarly, there are links for visually observable satellites, weather satellites, and the Space Shuttle (if up) and the ISS. The format of these files is pretty simple: each satellite is defined by three lines, the first containting the name, and the second and third containing a bunch of numbers that define the orbit. To make predict use these, create a file called predict.tle in your ~/.predict directory that contains up to 24 of these satellites. That’s pretty much it. When you run predict for the first time, it will ask you where on the earth you are (lat, long, and altititude), and then present you with a menu that allows you to do a bunch of interesting stuff, like predict passes for a particular satellite, show details of a single satellite, or the current position of all the satellites. It’s pretty simple really.

For instance: here is the multi satellite tracking display that I get. Most of the satellites are amateur satellites that are worth tracking.

Predict Multi Satellite

If you look carefully, you’ll see that AO-58 is currently up (it has a positive elevation). If you shift to the single satellite display, you can get more detailed information, that looks like this:

Predict AO-58

Of particular use to the radio amateur are things like the RX frequency, youll see it is a bit above the nominal downlink frequency. Because it is approaching, the beacon is Doppler shifted up in frequency, and you have to tune high to hear it. You can also see that the distance to the satellite is about 676 miles, and that the path loss to the satellite is about 146db.

This is all useful for interactive use, but you can also get some details about a pass of a satellite using the “P” or predict command. For instance, today’s tracking of the packet satellite NO-44 gives the following:
Prediction of NO-44

The next pass begins at 18:UTC, and begins at azimuth 239 (south west). It reaches a maximum elevation of 25 degreees about 7 minutes later, at around azimuth 300, and then we get loss of signal at 18:53, almost due north at azimuth zero.

This program has a number of additional capabilities, such as being able to predict the position of the sun, the moon, and visible passes of satellites. If you are looking for something more glorious, you can try installing the gpredict package on your Linux box:

gpredict

If you are using Windows, there are some great options, the one that seems the nicest that I’ve seen recommended is Orbitron, which has the added advantage of being free (the author just wants you to send him a postcard). Try it out.

[tags]Amateur Radio, Satellite Tracking[/tags]