Saving A Clock Radio With An LM8562

Smart phones have taken the place of a lot of different devices especially as they get more and more powerful. GPS, music and video player, email, and of course a phone are all functions tied up in these general-purpose devices. Another casualty of the smart phone revolution is the humble bedside alarm clock as its radio, alarm, and timekeeping functionalities are also provided by modern devices. [zst123] has a sentimental attachment to the one he used in the 00s, though, and set about restoring it to its former glory.

Most of the issue with the clock involved drift with the timekeeping circuitry. Since it wasn’t accurately keeping the time anymore, losing around 10 minutes a day, the goal to save it was to use NTP to get the current time and a microcontroller to make the correction automatically. Rather than replace everything in the clock except the display, [zst123] is using the existing circuit board and adding an ESP8266 to grab the time from the Internet. A custom driver board reads the current time displayed on the clock directly from the display itself and then the ESP8266 can adjust it by using the existing buttons through a relay wired in parallel.

Using the existing circuitry was certainly a challenge especially since the display was multiplexed, but the LM8562 that came with these clock radios is a common and well-documented chip for driving displays like this, giving [zst123] a leg up over something unlabeled or proprietary. Using NTP is certainly a reliable and straightforward way of getting the current time too but there are a few other options for projects like these like using GPS or even a radio signal.

Clock Radio Receives Upgrade

Before everyone had a cell phone alarm to wake them up in the mornings, most of us used clock radios that would faithfully sit by our beds for years. You could have either a blaring alarm to wake you up, or be gently roused from slumber by one of your local radio stations. These devices aren’t as commonly used anymore, so if you have one sitting in your parts drawer you can make some small changes and use it to receive radio stations from a little further away than you’d expect.

This Panasonic clock radio from [Ryan Flowers] has several upgrades compared to the old clock radio hardware. For one, it now can receive signals on the 7 and 14 MHz bands (40 and 20 meters). It does this by using separate bandpass filters for each frequency range, controlled by a QRP Labs VFO kit which can switch between the two filters automatically once programmed. The whole thing is powered by 8 AA batteries, true to form with a clock radio from the ’90s.

[Ryan] notes that his first iteration was a little quiet but he’s now able to receive radio stations from as far away from Japan with this receiver. Even without a license, you can make these changes and listen in to stations from all around the world, as long as you don’t start transmitting. If you want to make a small upgrade from this clock radio though, it’s not that hard to get into.

Continue reading “Clock Radio Receives Upgrade”

Repairing A Sony Dream Machine

Have you ever fancied a gadget but been put off by what seems like an excessive price? [leadacid44] did just that back in 2009, in his case the gadget in question was a Sony Dream Machine ICF-CL75iP. It’s an alarm clock radio, albeit a very fancy one featuring an iPod dock, SD card slot, and an electronic photo frame. Back then it was just too expensive, but in 2016 [leadacid44] spotted one on an auction site for pennies, and so snapped it up.

Of course, with something cheap there is so often a catch. In the case of this Dream Machine, it would not keep time — something pretty important in a clock. But rather than throw it on the “Hack later” pile, [leadacid44] decided to investigate, and turned up a surprising culprit. The glue Sony had used to secure the timing crystal in 2009 had become conductive with age, causing the oscillator to stop oscillating. A simple fix involving a bit of glue removal and a touch of resoldering, and the clock was back with us.

This was a very simple repair when the problem was diagnosed, but it tells us something about electronic product design, and about quality control. Sony have spent a very long time building a reputation for quality manufacture, and it is likely the Dream Machine was built with their full attention to detail. It is highly unlikely that the Sony engineers chose their crystal glue in the knowledge it would break down, after all the company is likely to make far more money selling a new TV or phone to a satisfied alarm clock owner than it is by selling them a new alarm clock. Instead it tells us that even Sony with a legendary attention to quality control can be caught out by unexpected component failures, and that as engineers we should always expect the unexpected.

So [leadacid44] has a new alarm clock, and presumably now always wakes up on time. It’s interesting to look at the Dream Machine from another perspective, to compare what was hot in 2009 with what you might see now. The Apple Dock connector for instance, or the full-size SD card. Both of which are now becoming historical curiosities, even though this device is not much more than six years old.

Over the years we’ve featured a lot of clocks, and even the odd clock radio. But this isn’t really about clock radios, and with that out of the way we’ve certainly featured a few Sony hacks.

[Sprite_TM] Puts Linux In A Clock Radio

[Sprite] needs an alarm clock to wake up in the morning, and although his phone has an infinitely programmable alarm clock, his ancient Phillips AJ-3040 has never failed him. It’s served him well for 15 years, and there’s no reason to throw it out. Upgrading it was the only way, with OLED displays and Linux systems inside this cheap box of consumer electronics.

After opening up the radio, [Sprite] found two boards. The first was the radio PCB, and the existing board could be slightly modified with a switch to input another audio source. The clock PCB was built around an old chip that used mains frequency as the time base. This was torn out of the enclosure along with the old multiplexed LCD.

A new display and brain for the clock was needed, and [Sprite] reached into his parts drawer and pulled out an old 288×48 pixel OLED display. When shining though a bit of translucent red plastic, it’s can be a reasonable facsimile of the old LEDs. The brains of the clock would be a Carambola Linux module. After writing a kernel module for the OLED, [Sprite] had a fully functional Linux computer that would fit inside a clock radio.

After having a board fabbed with the power supplies, I2C expanders, USB stereo DAC, and SPI port for the OLED, [Sprite] had a clock radio that booted Linux on an OLED screen. In the video below, [Sprite] walks through the functions of the clock, including setting one of the many alarms, streaming audio from the Internet, and changing the font of the display. There’s also a web UI for the clock that allows alarms to be set remotely – from a phone, even, if [Sprite] is so inclined.

Continue reading “[Sprite_TM] Puts Linux In A Clock Radio”

Minecraft Clock Radio Puts A Creeper Head Next To Your Bed

minecraft-alarm-clock

This clock radio plays tunes from Minecraft and it’s decorated to look just like a creeper head. In the game mob heads are available as decoration and [Young_Maker] liked to spice up his virtual bedside table with a creeper head. But we think it looks just as good in its physical form.

The main part of the clock is an Arduino with a character LCD screen. A DS1307 real-time clock makes sure the device is accurate. We called this a clock radio in the title of the post, but it’s more of a clock MP3 player. The uMp3 board is used to play random music from the game. We would categorize the soundtrack as minimalism, which is a reasonable way to gently wake in the morning. But if time runs out the boom of an exploding creeper is played to make sure you’re not late for work.

We’ve embedded [Young_Maker’s] demo video after the jump.

Continue reading “Minecraft Clock Radio Puts A Creeper Head Next To Your Bed”