Eloquent Universal Receiver For Your Home Entertainment Equipment

home-entertainment-universal-receiver

We’re really starting to enjoy the home entertainment control hacks which use a universal receiver to act on commands from any remote. This one is especially interesting as it uses a single remote to control the system but rolls in lots of extras.

Looking at the receiver itself the white plastic dome of the PIR sensor should raise an eyebrow. Since the cable box takes a while to turn on [Ivan] included the motion sensor to switch that component on when you walk into the room. This way it’ll be ready to go by the time you sit down. It does this by sending IR signals from the PIC32 dev board. Of course the board has its own receiver to listen for the remote control commands. The remote buttons have been mapped a bit differently than originally intended. You can see in the diagram above that the normal VCR/DVD/DVR buttons have been set to control the room’s LED strips. There’s even a power consumption monitor rolled into the project. All of these features are demonstrated in the clip after the break.

This is a nearly perfect base setup. But we’d love to see it with a web interface at some point in the future.

Continue reading “Eloquent Universal Receiver For Your Home Entertainment Equipment”

Real Multifunction “Sonic Screwdriver”

dr who sonic screwdriver

“I don’t understand, you don’t have the technology.” OK, so it’s not actually a futuristic tool with the same capabilities as the one off the hit TV series Dr. Who, but this homemade “sonic screwdriver” is a multifunction device that’s pretty cool nonetheless.

Created around an Arduino Pro Mini, [Gunther] really one-upped the last screwdriver we featured. Built in functions include: brown note tone generator, dog whistle, EMF meter, flashlight, IR universal remote, laser pointer, ohm meter, sound level meter, voltage detector, and a voltage meter.  You can also have an electromagnet or output voltage supply if you want. If that wasn’t enough, it can even play the theme song from Star Wars! Whew. That’s a mouthful of functionality.

Although he has posted the Arduino code, you’ll have to keep an eye on his site for more details if you want to create your own. He’s mentioned that he’s working on blue prints and a full parts list… Awesome. Now where’s that lock pick function?

Check out a video showing off some of the features after the break.

[via Make]
Continue reading “Real Multifunction “Sonic Screwdriver””

Webmote: Control Anything With Web-based Remote

control-anything-from-the-web

We’ve seen a lot of projects that let you control all of your devices from a smartphone. But this universal web-based remote control system looks like the most versatile we’ve seen yet. The project is called Webmote as the controls are served up as a web interface so that you’re not limited to say an Android device. The UI can be customized by choosing what buttons you will use and where to place them on the display. You can get a good feel for this by viewing this G+ album. Setup is made a bit easier thanks to an add-on system that has predefined layouts for common things like controlling XBMC.

The hardware seen above is the business end of Webmote. It’s an Arduino with an IR receiver, IR LED, and an XBee module. For your common home entertainment devices you can teach the system your codes using the IR receiver. The IR LED is used to transmit those codes back, and the Xbee gives you the ability to control X10 (home automation) devices. Right now the setup requires the hardware be connected to a server via USB, but it shouldn’t be hard to set up some type of wireless alternative.

Flexible Web Interface Makes The Universal Remote Nearly Perfect

[Fall Deaf] built an Arduino based universal remote control system. It uses a shield which has both an IR receiver and transmitter. This gives it the tools to learn codes from your existing remotes and play them back in order to control the devices. This functionality is really nothing new, but we think the user interface he developed for the system is absolutely fantastic!

Software is web-based. You can simply point a remote at the Arduino and push a button. The receiver will store the code which can later be assigned to a virtual button. The image above shows the channel-up option being created; it will be added to the list once confirmed. From there any web enabled device – smart phone, tablet, netbook, etc – can be used as the remote for the system. The only feature we think is missing is the ability to alter the layout of the buttons, with larger areas for the most frequently used commands.

After the break you can see a demonstration of this system, as well as the one extra feature we haven’t touched on yet. [Fall Deaf] included a Piezo element in the hardware design which lets him knock on his coffee table to use the remote if a smart-device isn’t close at hand.

Continue reading “Flexible Web Interface Makes The Universal Remote Nearly Perfect”

iphone_universal_ir_dongle

IPhone-based Universal IR Remote

If you have a reasonable home theater setup in your living room, odds are you have up to half a dozen remotes sitting around. Short of trying to get your cable receiver’s remote to control everything or laying down some cash for a Harmony remote, what’s a hacker to do?

[Andrey] decided he wanted to use his iPhone as a universal IR remote, but he didn’t want to pay very much to do so. Instead of buying a dongle at the store, he soldered some IR LEDs to an old headphone plug, creating a mini IR dongle to control his equipment. After studying IR signaling a bit, he got to work encoding IR remote commands into wav files using Python. The files are then played on his iPhone, allowing him to submit certain commands to his TV set.

Unfortunately, the process of manually converting IR codes to audio files doesn’t quite seem like the most efficient way of doing things. There are other IR dongles currently on the market that utilize the headphone jack, most of which provide pretty robust software for free. These might make a good alternative to manually creating audio files for each IR command. We honestly haven’t seen any teardowns of these retail IR dongles posted online, but it would be interesting to see how they compare to what [Andrey] has put together.

Apple Remote Arduino Shield

arduino-apple-remote-shield

[Computergeek] made an Arduino Shield in order to use it as an Apple remote. We like the construction technique that he used; taking perf-board and soldering the circuit and using stripped wire to interface with the pin sockets on the Arduino. He’s written the code needed to function as an Apple Remote but this shield has a lot more potential. This is an excellent opportunity to delve into the different IR protocols out there and create a universal remote for all of your random devices. We’d also want to give it a try as a TV-B-Gone.

The parts are easy to find or salvage without putting in an order.  We’re not certain about his design, he should probably have invited a resistor to the party the two IR LEDs are having.

UIRemote: Universal Remote Application For IPhone

[youtube=http://www.youtube.com/watch?v=E-SlcjmqeYw]

When several students from the University of Toronto became tired of having multiple remotes lying around, they decided to do something about it. Their solution to this problem came in the form of UIRemote, a universal remote application for the iPhone. The application allows the iPhone to control anything that is normally controlled by an infrared remote, thanks to the use of a custom infrared adapter that plugs into the phone’s headphone port. It’s a technique similar to our iPod remote control from 2004. While the UIRemote application and adapter are still in beta, the students expect to release both things simultaneously sometime within the next two months.

[via Engadget]