Automatic airplane tracking; what radar-systems engineers do for kicks

[G. Eric Rogers] is a radar-systems engineer who just happens to live within sight of the aircraft approach path for the local airport. We wonder if that was one of the criteria when looking for a home? Naturally, he wanted his own home-based system for tracking the airplanes. He ended up repurposing a motorized telescope for this purpose.

The system does not actually use Radar for tracking. Instead, the camera strapped to the telescope is feeding a video experimenter shield. A tracking algorithm analyzes the video and extrapolates vector data. From there, the base unit can be controlled by the Arduino via an RS232 interface.

There are some bugs in the system right now. The Arduino has something of an ADHD problem, losing interesting and going to sleep in the middle of the tracking process. [Eric’s] workaround uses the RS232 board to periodically reset the Arduino, but he hopes to squash this bug soon.

Build your own radar system

How we missed this one is anybody’s guess, but one of the presentations at DEFCON last year covers a DIY radar build. [Michael Scarito] talks about the concepts behind radar, and then goes on to show that it’s not too hard or expensive to build a setup of your own. We’ve embedded his 45 minute talk after the break.

The two large pieces of hardware above should look familiar. They’re descendents of a favorite hacking project, the cantenna. The can-based long-range antenna is most popular with WiFi applications, but we’ve seen it used for Bluetooth as well and it’s not surprising to see it here. The rest is a lot of sensing hardware and enough math crammed into the coding to make your ears droop.

If you make it far enough (exactly 39 minutes into the talk) [Michael] shares some links for more information on the build. We think living vicariously is enough for us, but if you manage to build your own setup don’t forget to post a project log!

[Read more…]