Slashdot Mirror


DIY Satellite Tracking

Travis Goodspeed has authored a blog post detailing his method of tracking low-earth-orbit satellites. Starting with an old Felcom 82B dish made for use on maritime vessels, he added motors to move it around and a webcam-based homemade calibration system. "For handling the radio input and controlling the motors, I have a BeagleBone wired into a USB hub. These are all mounted on the trunk of the assembly inside of the radome, sending data back to a server indoors. ... In order to operate the dish, I wanted both a flashy GUI and concise scripting, but scripting was the higher priority. Toward that end, I constructed the software as a series of daemons that communicate through a PostgreSQL database on a server inside the house. For example, I can run SELECT * FROM sats WHERE el>0 to select the names and positions of all currently tracked satellites that are above the horizon. To begin tracking the International Space Station if it is in view, I run UPDATE target SET name='ISS';. For predicting satellite locations, I wrote a quick daemon using PyEphem that fetches satellite catalog data from CelesTrak. These positions are held in a database, with duplicates filtered out and positions constantly updated. PyEphem is sophisticated enough to predict in any number of formats, so it's easy to track many of the brighter stars as well as planets and deep-space probes, such as Voyagers 1 and 2."

12 of 30 comments (clear)

  1. Ok, maybe by Brett+Buck · · Score: 3, Insightful

    Perhaps you can take and antenna and point it where you think Voyager might be with this sort of equipment. I am extremely skeptical that you can "track" it, that is, lock on to the carrier and then follow it. I bet you can't see the carrier at all, much less see the data.

         

    1. Re:Ok, maybe by Anonymous Coward · · Score: 4, Interesting

      Maybe "low" is relative... ;)

    2. Re:Ok, maybe by Ozoner · · Score: 3, Insightful

      The article says right there in the heading ".. so it's easy to track many of the brighter stars as well as planets and deep-space probes, such as Voyagers 1 and 2"

      Also there's a big difference between tracking and locking-on. Most big systems (eg NASA) simply track the target (based on precise ephemerals) because extracting the signal from the noise (post processing) takes far to long for locking-on to be practical.

      Plus the beam-width of even a huge dish is far to wide to allow locking-on to be of much advantage. You can nod the dish a little and extract revised ephemerals after the event, but that's about all.

    3. Re:Ok, maybe by hairyfeet · · Score: 5, Interesting

      I have a better question....why? Why would you go to this much trouble when you can use the free Stellarium and know where pretty much everything visible (and not visible unless you have a big ass telescope) and just call it a day? It can even control a telescope for you, just slap it on a netbook, wire it to the telescope and there ya go, easy peasy.

      Who knows, maybe the guy didn't have anything better to do with his time but for everybody else you can do the same thing by just installing Stellarium and the extra chart packs. Hell if something you want to track isn't in any of their charts just tell 'em on the forums and i bet it'll be whipped off in no time at all, they just love adding more objects to the packs.

      --
      ACs don't waste your time replying, your posts are never seen by me.
  2. This is news? by Ozoner · · Score: 4, Informative

    Amateur Radio operators have been automatically tracking satellites for decades and the tracking ephemeral's have been published forever.

    Searching Google for "amateur satellite tracking" gets around 10 pages of hits.

    Never mind. This is Slash Dot...

    1. Re:This is news? by Anonymous Coward · · Score: 4, Insightful

      This isn't as much tracking them in the sense of figuring out where they are, but rather tracking them by controlling a dish, which is way cooler.

    2. Re:This is news? by CQDX · · Score: 5, Informative

      Yes, but computer controlled az/el rotors to track satellites is not new, at least not to ham radio. Just one of many examples: http://www.youtube.com/watch?v=bXWF09gPUSs

  3. Reads like TDWTF material... by tibit · · Score: 3, Insightful

    Using an SQL database as means of interprocess communication, wow.

    --
    A successful API design takes a mixture of software design and pedagogy.
    1. Re:Reads like TDWTF material... by Greyfox · · Score: 3, Interesting
      Hmm. I didn't put a whole lot of effort into mine. I roll a TCP socket server that pretends to be a HTTP daemon and returns a KML file to Google Earth through a network link. Initially it was set up to read a data file with an ephemeris table for a satellite in it and plot a chunk of the satellite's orbit and its current location as a placemark. I'd just feed two or three interesting satellites worth of interesting data into it, running each one on a separate port.

      Lately I've been using the same coordinates library to generate static KML files of GPS tracks in Google Earth. These files don't have the same realtime interest that the satellite tracking one does, since the GPS tracks are being gathered earlier and being batched processed. I have several C++ libraries up on Github, if you're curious.

      --

      I'm trying to teach myself to set people on fire with my mind... Is it hot in here?

  4. Thirty years ago... by ctrl-alt-canc · · Score: 4, Interesting

    ,,,I tracked NOAA and OSCAR satellites using a polar Earth map upon which I superimposed a orbit-shaped transparent ruler. I then used NASA data, Kepler's equations and a desk calculator to compute the right ascension of the orbits that crossed my reception zone, and I set the ruler accordingly. While I was receiving satellite data I had to read on the ruler the satellite position and move my antennas, while another ruler gave me the amount of Doppler correction. Doing all these tasks alltogether was messy, but it was one of the funniest and more rewarding things I ever did when I was involved with ham radio. I don't think that if I had a computer to automate everything, I would have enjoyed this that much...

    1. Re:Thirty years ago... by nojayuk · · Score: 3, Interesting

      I worked with the OSCAR Euro command people for a while in the early 80s at the University of Surrey. We had an ex-Navy AA radar X-Y director head on the roof of the building with some Yagis strapped to it to track the satellites and a microcomputer to do the tracking for us as well as sending control commands to the OSCARs as they went by.

      The guy in charge was someone you might have heard of, a Ph. D. student name of Martin Sweeting who was busy designing and building cheap satellites; his thesis project was something called UOSAT-1.

  5. And then I'll takeover the world ! by ze_jua · · Score: 4, Funny

    UPDATE target SET name='ISS'

    It sounds like a quote of any James Bond vilain :)