Automatic Volume Control Puts The Kibosh On Loud TV Commercials

automatic-tv-volume-control

If you’re having a hard time tuning out those loud commercials why not let your electronics project do it for you? This is an Arduino-based setup which adjusts television volume when it goes above a certain threshold. It uses a microphone, rather than a direct audio signal, so you can set it based on what is actually heard in the room.

The control scheme uses the IR LED and IR receiver seen on the breadboarded circuit above. The receiver lets you teach your volume up and down buttons from your remote control to the system. The one failing we see in the design is that the volume level is hard-coded, requiring you to flash new code to make adjustments (perhaps an enterprising reader could add a potentiometer for making easy adjustments?).

We can’t help but be reminded of the setup which reads the closed caption info to mute topics you’ve added to a blacklist.

Scavenged Tube Television Makes A Nice Fish Tank

aquarium-from-junked-television-set

[McCaulsey] found an old TV waiting for garbage pick-up on the side of the curb. He brought it home and gave it a new life as an aquarium.

His technique is a little rough, but the finished look is exactly what he was going for. He picked up the cheapest aquarium set he could find at the pet store. It just happens to have a curved front to it which helps to recreate the look of the original CRT. After removing most of the electrical components he went to work on the plastic fins that were used to mount them. Having somehow misplaced his Dremel tool the work was done with a drill and a 1/4″ paddle bit.

Once the demolition was over he started the rebuild by placing a backer in the tank. This is an underwater image that will save him from having to look at the inside of the TV case through the water. A piece of Styrofoam was used as a base to properly frame the front of the tank. The only thing we can’t tell from the build album is how he will manage to feed the fish without taking everything apart again.

[via Reddit]

Decades Old TV Gets Sleep Function Thanks To 7400 Family Of Chips

[Viktor] dredged up a hack he pulled off years ago. His grandfather likes to end the day in front of the TV, but he falls asleep soon after sitting down. Rather than tick away the electricity meter all night, [Viktor] built an automatic shutoff which is akin to a modern TV’s sleep feature.

At the time microcontrollers were not as easy to source as they are now. So [Viktor] used a circuit based on the 7400 family of logic chips. It uses a multivibrator to feed some binary counter chips. These are used to divide the oscillations to establish the desired timing. He tuned the system to be about 15 minutes, but that can be adjusted using a potentiometer built into the multivibrator. When time is about the run out an LED next to the TV comes on. This way if [Viktor’s] grandfather is still awake he can press a button next to his chair to reset the counter. But if he’s already snoozing the counter will eventually switch off the television.

Retrotechtacular: 7-function Remote Control Color Television

Ah, the days when a television was a solid piece of furniture. When it comes to moving, we can’t say we miss it. But looking at this wooden TV cabinet with storage for its 7-function remote we can’t help but think that today’s TVs seem more… trivial… when it comes to the layout of the living room.

The promotional video that goes with this model is a gem of a different era. As you probably have heard, this week [Eugene Polley] passed away. He is credited with inventing the first wireless television remote control. It was not nearly as advance as what’s shown in the video after the break. Instead, it used visible light in conjunction with four light sensors at each corner of the CRT screen. You could turn the set on and off, and flip through channels, but sometimes with the right lighting conditions the set would change all by itself. We wonder if you’d ever come home to find the TV has mysteriously flipped itself on?

Continue reading “Retrotechtacular: 7-function Remote Control Color Television”

Controlling A TV With A Microcontroller

Here’s two builds that print text to a TV with only two pins:

Still Alive with an Arduino

After seeing all the builds that play Still Alive, [Bob] decided to take a 1972 amber monitor and recreate the cut scene at the end of PortalThe build uses the TVout library for Arduino. There were a few problems with running the Unix and Still Alive animations at the same time, so [Bob] flips a bit in the EEPROM at the end of the command line animation and restarts into GLaDOS’ report. You can check out the old school color monitor here

ATMega Video Text Generator

[Stian] didn’t think his build was good enough for Hackaday, but his friend [Mikael] thought otherwise. [Stian] wrote a library to generate an NTSC video signal in real time. It’s a text-based build with 37×17 character resolution and only requires about 3kB of RAM. As a bonus, it only takes up two pins on [Stian]’s ATMega128.

You can check out the videos for both these builds after the break.

Continue reading “Controlling A TV With A Microcontroller”

You’ll Throw Your Back Out Playing This Analog TV Synth

de-rastra

While CRT televisions fall to the wayside as more people adopt flat-panel TVs, the abundance of unused sets gives hacker/artist [Kyle Evans] an unlimited number of analog canvases on which to project his vision. He recently wrote in to share his latest creation which he dubs “de/Rastra”.

The “CRT Performance Interface” as he calls it, is an old analog television which he hacked to display signals created by moving the TV around. Fitted with an array of force sensors, accelerometers, and switches, the display is dynamically generated by the movements of whomever happens to be holding the set.

Signals are sent wirelessly from his sensor array to an Atmel 328 microcontroller with the help of a pair of XBee radios, where they are analyzed and used to generate a series of audio streams. The signals are fed into a 400W amplifier before being inserted into the CRT’s yoke, and subsequently displayed on the screen.

We’re sure [Kyle] is probably trying to express a complex metaphor about man’s futile attempts to impose his control over technology with his project, but we think it simply looks cool.

Check out [Kyle’s] work for yourself in the video below and give us your take in the comments.

Continue reading “You’ll Throw Your Back Out Playing This Analog TV Synth”

Siri As A Lippy And Sometimes Profane Television Remote

If the addition of Siri to your iPhone has given you a somewhat-real life companion (and hope that you might not be forever alone) this hack is right up your alley. [Todd Treece] built a hardware fixiture for the living room which bridges the gap between Apple’s new digital assitant and your television.

The box itself is an Arduino with a WiFly shield and the hardware necessary to make it a universal infrared remote control. He mounted it on the underside of his end table, with the IR LED in line-of-sight for the television. Using SiriProxy he’s added functionality that lets you request a channel change either by the name of the network, or the channel number.

As you can see in the video after the break, Siri has some strong opinions on the quality of programming for certain channels. That and contempt for your inability to just change the channel yourself. But this setup does augment your remote control experience by giving you a synopsis of what’s playing right now for the channel you’ve requested.

Continue reading “Siri As A Lippy And Sometimes Profane Television Remote”