Radio Packets…from Spaaaace!

space_radio

[Bill Meara] was watching the International Space Station and the Shuttle Discovery pass overhead a few weeks ago, which rekindled an interest he gave up long ago – sending and receiving radio packets from space.

Years ago, he used to send APRS packets into space with a small rig powered by a 286 computer and HandiTalkie. These packets would drift off into space most of the time, but occasionally they would bounce back to Earth whenever the space station or PC Sat would fly by. The packets were often captured by other ham operators across the globe, who happened to be tuned to 145.825 MHz.

His interest renewed, he dug out his old HandieTalkie and Kantronics Terminal Node, aiming them towards the sky via an antenna situated in his back yard. When he returned 10 hours later, he found that he had collected all sorts of “space packets” from across the globe.

While not exactly a hack, it is definitely a neat exercise in ham radio operation. We can imagine slinging data packets off the space station would be an exciting experience for any budding operator (and OMs as well!)

Aux-in Hacking An ’04 Subaru Radio

[Jordan] writes in to show us his hacked up car stereo. [Jordan]’s 2004 Subaru, like many of our cars, does not offer any kind of auxiliary input, and aux-in/mp3 adapters tend to run on the not so cheap side of the price scale. Even a replacement head unit was too rich for his blood. So it was time to wire something to the old head unit.

On inspecting the radio’s PCB [Jordan] managed to locate the traces that carry audio from the FM receiver to the stereo’s amplifier.  Most aux input hacks we have seen involve fooling the stereo into thinking some media is inserted, even if interfacing with the audio lines on the PCB. These require that the tape/CD functionality be altered, perhaps permanently. Even worse you may have to shlep around a blank CDR with a bunch of tracks on it! All just to fool the stereo into enabling audio output.

Instead [Jordan] targets the audio lines from the FM stereo, since radio is always enabled when active. Once the audio traces are located they are severed  and bypassed with a 1/8″ stereo plug. This setup allows the FM audio signal to pass through the connector when disconnected, and cuts off any radio audio once your mp3 player is. We have seen this same method used on a vintage stereo hack as well. Nice work!

Simple FM Transmitter That Shows Off Its Own Circuitry

[Sean Michael Ragan] built this FM transmitter which shows off its circuitry via a clear plastic dome. The device is electrically identical to one we looked at in September. That version championed a construction method that used small squares of copper clad as solder points which were each super-glued to a large copper-clad platform serving as a ground plane. [Sean] is using a printed circuit board that was laid out by Sonodrome. You can check out their own glass-jar transmitter build where the board artwork is available for download.

One of the tips we enjoyed from [Sean’s] step-by-step build is the coil wrapping. He used the threads of a 1/4-20 bolt to guide copper wire as he wrapped a total of four turns. Once the bending is done, just unthread the bolt to separate it from the coil and gently stretch the wire for a 12mm distance between the two leads. Not only is this visually pleasing, but it will help with transmission clarity.

Open Hacker Conference Badge Project Needs Your Help!

[Aestetix] writes in to tell us that the OpenAMD (Attendee Meta-Data) project is working on a new revision of their hardware, to be debuted at CCC Camp this fall.

For the uninitiated, OpenAMD combines an Active RFID tracking system with social networking, and is completely open-source. You walk into the conference, put on the OpenAMD badge, and suddenly you can see yourself as a dot moving around on a map. Or you can log into the social networking site, create a profile, and watch as your personal information is pulled into the mesh, which then tells you talks you might like, people you might like, where those people are, and more. There’s even an open API where you can create your own ‘killer’ apps, which may include games or other interesting aggregates of the attendee information.

Continue reading “Open Hacker Conference Badge Project Needs Your Help!”

DTMF Shield Aimed At Ham Controlled Arduino

[Colin] wanted a way to reliably control an Arduino via ham radio. One of the easiest methods of automated radio control makes use of Dual-Tone Multi-Frequency signalling. To those who aren’t into amatuer radio you probably recognized DTMF as the touch-tone system for telephone communications. [Colin] built a shield that has an audio input and can decode DTMF signals.

The hardware is based around an MT8870 DTMF decoder chip. This is a popular choice for DTMF hardware because it does all of the decoding work for you. Whenever a valid tone is detected it outputs the associated value in binary on four output pins. There is a fifth pin that strobes after each new tone. [Colin’s] design offers a lot of feedback for what’s going on with the input signal. The DTMF value is displayed on a 7-segment display (controlled completely in hardware), the value is output on for Binary Coded Decimal pins, and mapped to a set of ten pins which pull to ground to match the digit received.

PIC-based Ham Radio Autotuner

cw_autotuner

A few years back, [Floyd, K8AC] built a high frequency autotuner as an addition to his Ham radio setup. Based off a design he saw in QST magazine back in the early ’90s, he has been using the tuner almost daily for the last few years, on both the 3.5 MHz and 7 MHz bands.

Built into the wall in his radio room, it is a pretty impressive sight. His “L” circuit is controlled by a pair of mechanically coupled inductors which are driven in concert by a pair of two-way motors. The positioning of the C and L components are monitored by a PIC controller which stores the tuning data for up to 30 predefined frequencies. A couple of button presses on his controller’s front end sends the tuner into action, dialing in his unit’s inductors and capacitor to their proper settings. The PIC monitors the tuner’s progress, informing him when the proper frequency has been tuned in, or if the frequency can not be set, indicating issues with the equipment.

His setup has undergone several revisions over the years, with the most recent iteration being the most automated of the bunch. Check out his site for plenty more details, or keep an ear out for [K8AC] on 40 or 80 meters.

[Thanks, Rich V]

RC Override For Autonomous Hardware

[Simon Inns] developed this board to act as a radio controlled override for autonomous hardware. It sits between some servo motors and two different sets of controllers for those motors. One set of hardware that can control the motors is a microcontroller programmed for autonomous tasks. In [Simon’s] case this enables a sailboat to navigate open water with out human intervention. But if that board fails, or if you just need to call the boat back to port, this module allows for a traditional RF vehicle controller to take command.

The board seen above, dubbed the Servo Switcher, uses a PIC 12F683 to monitor the incoming signal from the RF receiver. If that signal is not present it switches control of the motors over to a separate microcontroller board. This means that the override control is established simply by turning the handheld controller on. This will save you a swim to retrieve your boat, which is a nice convenience. But if you modify this for a plane or helicopter, it can save your aircraft from certain destruction. Check out the video walk through after the break.

Continue reading “RC Override For Autonomous Hardware”