1953 Radio Includes Tubes, AM, FM, And MP3

This vintage radio can play AM, FM, and MP3, all with a classic sound. Inside you’ll find a new AM radio tube-amp, providing the functionality you’d expect from the device. The rest of it comes from a conglomeration of parts; an FM receiver board from another radio and an MP3 player with remote control and USB connector. The classic sound we mentioned above comes from an AM modulator. That’s right, the auxiliary audio boards aren’t connected directly, but are broadcast on the AM band so that your latest MC Lars album has the same sound quality as the traffic report.

Check out this similar project from last year that adds RDS to a vintage radio.

Giving An IR Transmitter Some Strength

[Jkx] was using a Thomson VS360U video transmitter to make a wireless connection between a cable box and his television. The system using an RF remote, but relies on an IR transmitter to communicate between the base station and the cable box. He found the IR module that comes with the device is under-powered and set out to fix the situation. Using a scope he found the pin that drives the IR LED. The board above contains a boost circuit that patches into voltage and ground, using the pin he sniffed out to control the base of a transistor. Now the device has enough power to reliably control the cable box.

Adding Motion Control To An RC Transmitter

If your soldering skills are up to snuff you can add a motion control feature to your radio controlled transmitter. [Starlino] used a combination accelerometer and gyroscope module as an alternate source of analog control information. He built a filter to dial in the analog voltage range to match that of one of the sticks on the controller. A switch is used to disconnect the signal when motion input is not desired. This would be a nice addition to one of those more creative aerial hacks.

All About VLF Radio

If you’re interested in learning about Very Low Frequency communications take a look at what Larry has to offer on his site. He’s put together a guide to VLF receivers that is short enough to read and clear enough to understand with rudimentary knowledge of circuits. He builds a simple receiver as a working example and a high-powered transmitter that can put out over 2600 watts. Let’s face it, radio operators were the original electronic hackers. Get back to our roots and learn the ways of the transistor.

[Thanks Buddy]

X-mas Hack: 8-channel Musical Show

We’ve been seeing them appear one house at a time over the last few weeks as Christmas lights are making their annual appearance. Some folks just throw a set of net-style lights on the bushes and call it good but that wouldn’t suit [Noel]. He’s outfitted his house with a show that includes music, 8 controllable light channels, and an Internet interface.

He’s used a plastic toolbox as an enclosure to house everything. Affixed to the base of the enclosure are eight solid state relays for the strings of lights. An Arduino is used to control the SSR switching, playback music through an FM transmitter, and to interface with the wireless bridge.

Rubberneckers can tune their radio to the broadcast frequency and log into the web interface to request their favorite tune or track Santa’s current location. The device even implements VU monitoring to sync the light show with the music. If you want more, watch the video after the break or check out his step-by-step instructions. The Arduino library sure makes the code pulling this all together pretty simple!

Continue reading “X-mas Hack: 8-channel Musical Show”

Cheap Wireless For Microcontrollers

hr_RF_circuit

Everybody loves microcontrollers, including the Arduino, allowing you to create whatever you imagine. That is unless you want to hack together something wireless. Originally you had to rely on the expensive XBee protocol or other wireless options, but no longer. Hobby Robotics found an extremely cheap transmitter and receiver and wrote a quick guide for wiring them up to an Arduino. Now your wireless projects can come to life, as long as you are within 500 feet and don’t mind 2400bps; minor trade offs compared to the gains of wireless freedom. Final note: You aren’t limited to Arduino, we would love to see someone modify this to work with a PIC or other microcontroller.

Antique Phone Doorbell

doorbell

[Bryan] sent in this cool doorbell he made out of an antique phone. After seeing similar phones for $150 to $399, he picked one up on ebay for $10. After some cleaning and polishing, it was looking fantastic, but fairly useless. At this point, he broke it open and started hacking to turn it into a wireless doorbell. He picked up a cheap wireless doorbell and proceeded to gut it. The transmitter side got an aesthetic overhaul, a big fancy button and nice LED in a 50’s style  were added. The receiver side got hacked up as well. It was incapable of pushing the required voltage to ring the phone’s bell, so he had to do some searching for a better circuit. Since his knowledge of electronics was limited, he was looking for something that could be plugged in and work without much modification. Eventually, he found the Silvercom AG1170-s5. At $7, he swiped it up quick. It may be a bit of overkill, but he’s using an arduino to trigger the whole thing when it receives the signal. You can download the Arduino sketch on the site.