[Jon] picked up an old Philco radio from a pawn shop for $81. The electronics were shot and the controls had seen better days. So he set to work giving this old beast a makeover, turning it into a beauty of a media player.
The face plate for the controls had seen better days. His solution was to replace it, which gave him more options for mounting a display and controls. A menu system was implemented on the LCD display using a PIC18F4450 microcontroller. The chip also takes care of the three rotary encoders for the user interface and integrates the whole thing with the PC backend.
We’ll be the first to admit that a full PC is overkill in this situation. That being said, this was slow, unused system that is seeing new life. But is it worth the added noise and energy costs? Who knows, we think this leaves a lot of room for future revisions. Perhaps an NAS and wireless controls via iPhone or a similar device?
We’re a bit disappointed that [Jon] didn’t do some work to get better sound out of this. With a great big cabinet like this, the right speakers with a tube amp will produce some sweet sound. Certainly most things would be better than just using a pair of computer speakers. We’ll keep our eye out for an update that adds a tube kit to the project.
We’ve seen a lot of the Monome, a USB based controller often used as a sampler, here at Hack a Day. This is one of the more creative hacks. [brothernigel] took a Monome 40h kit and fit it inside the case of a vintage radio. The faceplate was a custom order to fit his purposes and incorporates the original radio frequency display. The USB port was well placed in the side of the wooden housing. For extra “soul”, pen and ink art adorns the insides. His work log gallery takes you through the process from start to finish.
We never noticed before, but the Monome makes a great vintage-looking-electronics project. All the lighted buttons are straight out of a ’60s military command center.
Want to make the above yourself? [Sprite_tm] did a thorough job documenting the build step by step (complete with pics, schematics, graphs, and links to the parts used). In summary, [Sprite_tm] busted open an Ikea CFL bulb to reuse the housing. Inside, he installed a scavenged power supply, ATtiny44, RGB LED module, and a radio receiver. A remote control allows [Sprite_tm] to change the lighting of his room to nearly any color. The cost of the project is a little under $30. The price tag isn’t so steep when one considers the insanely long lifetime of LEDs.
[Guus] sent in his project where he put a radio inside of a rock. He started with a 1970’s car stereo and encapsulated it in cement by wrapping it in duct tape, building a wooden form around it, and pouring in the wet cement. Three ports are included on the back for power, antennae, and speaker. He included an outline of how he did this but we’d love to hear some tips on how he made it look like a rock and not just a brick of concrete.
There are no microcontrollers in this project. In fact you wont find a single transistor. This classic regenerative tube radio, modeled after an early 20th century homebrew is complete with schematic and additional photos. For those who are not familiar with tube designs and for simplicity, the regeneration circuit can be thought of as feedback though this relation may be argued. Read the rest after the break which includes a crash course in tube operation. Read the rest of this entry »
This antenna tuner is controlled remotely using geared motors and legos. The tuner needed to be closer to the antenna for performance reasons. This created a problem; most of the radio gear is inside while the tuner is outside. The gear motors and Legos combine to form a closed loop servo, operating two air core caps and an inductor switch. A control box placed near the radio is hard wired to the modded tuner outside. We would like to see something like this under gesture control using the Wii MotionPlus + Arduino.
Host of the Soldersmoke podcast, [Bill Meara], contributed this guest post.
WSPR is a new communications protocol written by radio amateur and Nobel Prize winner [Joe Taylor]. Like the very slow QRSS system described in a previous post, WSPR (Weak Signal Propagation Reporter) trades speed for bandwidth and allows for the reception of signals that are far below the level of radio noise. WSPR takes “low and slow” communications several important steps ahead, featuring strong error correction, high reliability, and (and this is really fun part) the automatic uploading (via the net) of reception reports — [Taylor]’s WSPR web page constantly gathers reports and produces near real-time Google maps of showing who is hearing who. The WSPR mode is very hack-able: [Bill Meara] is running a 20 milliwatt homebrew transmitter from Rome, Italy that features an audio amplifier from a defunct computer speaker pictured below. This contraption recently crossed the Atlantic and was picked up by the Princeton, New Jersey receiving station of WSPR’s esteemed creator, [Joe Taylor]. Read the rest of this entry »
Since our last post about his WiFi Streaming Radio Project, [Jeff] has been hard at work to release part 8 of the project where he adds tuning control to the radio. Interestingly enough, the addition of the tuning control only requires a potentiometer and the completed AVR LCD board from part 7. After wiring the potentiometer to the analog to digital converter on the AVR and adding a few lines of code, the radio can now be tuned quickly and easily. In addition to thoroughly explaining the hardware changes, [Jeff] details the configuration changes required to the OpenWRT framework so that bidirectional communication between the router and AVR is possible, allowing the tuner to function properly. Be sure to check out the video above to see the tuner in action.
[nepheron] shows us how he hacked his walkie talkie to broadcast music. While using this to broadcast music is possibly illegal, it could be used to make actual upgrades to your system as well. He has replaced the microphone input with a headphone cable and extended the antenna. It is only mono, and he states it will only run for a minute before shutting off, so there is definitely room for improvement.
[Jeff] is continuing to work on his WiFi streaming radio project and is now into part 7. The reason it’s taken so long is because he’s bothering to document every single piece of the system instead of assuming too much of the reader. The core of the system is an Asus WL-520GU wireless router. It is supported by OpenWRT and has a USB port for use with an external audio card. mpd, Music Player Daemon, is used for playback. This latest part features adding an LCD display for the current track. The router board already has points for the serial port, so it’s just a matter of adding an AVR to talk to the LCD. The next step is building a simple user interface and then boxing everything up. You can view a video of the display below.