Hear That? It’s A 555 Timer AM Radio

555_timer_am_radio

[Eric] recently built an AM radio based on a 555 timer, and posted a few pictures to the Hack-a-Day Flickr pool. He used the 555 timer as an AM demodulator and power amplifier in order to drive the speaker. A hand-wound inductor is used to tune the signal which is then superimposed over the ramp signal produced by the circuit he built. [Eric] points out that he chose a CMOS 555 timer because of its superior performance in this particular application since the timer is used in a bit of a nontraditional manner. He shared his circuit diagram as well as a great video walking through each part of his design, finishing off with a demonstration of the radio, which can be seen below.

This is yet another great project that will be entered in the 555 Design Contest – simple and elegant. We love seeing these, so keep them coming!

If you want to see more cool projects made by Hack-a-Day readers, be sure to check out our Flickr pool as well as the forums.

Continue reading “Hear That? It’s A 555 Timer AM Radio”

Launchpad Serial Morse Code Transmitter

LaunchPad-Serial-Morse-Transmitter

LaunchPad dev boards from Texas Instruments are cheap and easy to program, making them a great Arduino alternative if you can do without some of the bells and whistles. [ech0s] put his to good use by constructing a Morse code transmitter with dual operating modes. The transmitter can not only encode and transmit messages entered in a terminal client, it also allows the user to send messages by manually operating the key switch. Inspired by the high altitude balloon transmitter we featured last summer, this project uses similar components for signal amplification and transmission. Text can be entered in a Putty terminal window, which then is encoded into Morse by the MCU before transmission. At the moment, the speed of the radio transmission is about 15 WPM, which is reasonably quick. Even though his system performs quite well [ech0s] has some improvements planned, including having a proper PCB built as well as some software tweaks to improve buffering and bandwidth. Be sure to check out his video of the transmitter in action after the jump.

Continue reading “Launchpad Serial Morse Code Transmitter”

Building A Better Spectrum Analyzer For Radio Enthusiasts

This spectrum analyzer project seeks to improve the quality of tools available to amateur radio operators. A lot of thought has gone into the design, and those details are shared in the verbose project log. The case was originally a CATV link transmitter, but most of the controls seen above have been added for this build, with unused holes filled and finished to achieve the clean look.

One noteworthy part of the build is the time that went into building a rather complicated-looking 1013.3 MHz cavity bandpass filter. Despite the effort, the filter didn’t work. Details are a bit sketchy but it seems that some additional tuning brought it within spec to complete that portion of the device.

This certainly makes other toy spectrum analyzers look like… toys.

[Thanks William]

Sniffing RF Hardware Communication Packets

[Travis Goodspeed] put together a proof of concept hack that sniffs wireless keyboard data packets. He’s using the Next HOPE badge that he designed as the hardware platform for these tests. It has an nRF24L01+ radio on-board which can easily communicate with 2.4 GHz devices.

The real trick comes in getting that radio to listen for all traffic, then to narrow that traffic down to just the device from which you want data. He covers the protocol that is used, and his method of getting around MAC address verification on the hardware. In the end he can listen to all keyboard data without the target’s knowledge, and believes that it is possible to inject data using just the hardware on the badge.

Building Linear Amplifier Prototypes

We know way too little about this subject but hopefully [Bob4analog] helped us learn a little bit more this time around. He’s building his own linear amplifiers on what looks like sheets of MDF. This is an evolving design and the two videos after the break show two different iterations. He’s salvaged several components, like transformers from microwaves, as well as built his own components like the plate choke to the right of the tubes in the image above. In standby, the amp sits at 2800 volts, warming the filament before the unit is switched on.

So what’s he got planned for this? Good question, but it appears that there’s more than enough power to drive a long-range transmitter.

Continue reading “Building Linear Amplifier Prototypes”

Stepper Directed HDTV Antenna

Credit: http://www.instructables.com/id/Computer-controlled-OTA-TV-antenna/

Broadcast TV has come a long way from adjusting the rabbit ears on top of the set just to get a fuzzy black and white picture. While nowadays there are often HD signals broadcast in most areas, it can often still be critical to redirect an antenna to get the best possible signal. By harvesting a stepper motor from an old 5 1/2″ floppy drive, and using a PC’s parallel port to control it, this adjustment can be handled automatically. Broadcast tower locations are easily found online, and once you have calibrated your stepper to face North, you are on your way to free HDTV reception.

What we would like to see is this antenna attached to a HTPC, and some kind of script to automatically direct the antenna for the best possible signal for the current channel. If anyone out there makes this happen, be sure to let us know.

Making The IM-ME Dongle More Useful

So you’ve hacked your IM-ME six ways from Sunday but don’t know what to do with the USB dongle? [Joby Taffey] set out to make this leftover a useful part of the hacking arsenal. He pulled off the USB connector and the USB controller chip. From there he glued on the pin headers as pictured above in order to turn this into a breadboard-friendly single in-line package. But wait, that’s not all… for the low-low price of common components he also built a power and programming cable. Once it’s all said and done you can load PinkOS, an operating system he developed for the device which lets you operate the onboard radio via serial protocol.

Need a better overview of the hardware on the board? [Joby] laid the groundwork for this hack back in October.