Prototyping A Bluetooth To IR Remote Control Translator

[James] is one of those guys on a quest to control everything with one device. His tool of choice is an Android phone, which can do quite a lot right out of the box. But he was never satisfied with its lack of IR remote control abilities. He fixed that feature-gap by building a Bluetooth to Infrared translator.

The hardware he used for the prototype is quite simple. A cheap serial Bluetooth modem from eBay lets him connect to his phone. An Arduino board listens for data from the modem and converts incoming commands to flashes on an IR LED. Voila, he can control the tube with his phone.

We love the potential of this hack. The Bluetooth module runs from 3.3V, and reading serial data and flashing an LED is extremely simple. You should be able to use a small uC, say an ATtiny13, and a 3.3V regulator to miniaturize the module. We could see this plugging into the USB port on the back of a TV for power, with a wire extension to put the LED into position. The only shortfall is the inability to turn the TV on remotely when drawing power this way.

Remote codes aren’t particularly large to store either. So this would be pretty easy to extend to full control of all IR-compatible home entertainment devices. You just need a tool to discover the remote control codes.

Continue reading “Prototyping A Bluetooth To IR Remote Control Translator”

How To Decode IR Remote Control Signals With Your PICkit 2

[SpiralBrain] needed to figure out the coding scheme used by an IR remote control so that he could use it with his own project. He built an IR receiver board for the PICkit 2 and figured out how to use some of the Microchip software to measure the timing of the incoming signal.

The hardware’s dead simple; a 38 kHz IR receiver does the heavy lifting by filtering out errant infrared light. When it does detect a signal with the correct frequency the output pin drives the base of a transistor to toggle the input pin on the PICkit 2. The breakout board has a pin header which makes it a snap to detach and store for later use. The PICkit 2 Logic Tool software captures this input, by setting the correct pin as a trigger and choosing a 10 kHz sample rate.

As we discussed in our PIC programming with Linux tutorial, the PICkit 2 really is far superior to its replacement, the PICkit 3. [SpiralBrain] mentions that it is more versatile than the newer version but doesn’t go so far as to tell us whether you can use this hardware with the PICkit 3 or not.

ATtiny Hacks: Infrared Guidance And Navigation

After [trandi] got his hands on a cheap R/C helicopter he realized the difficulties in actually flying a remote control helicopter. Instead of giving up, he decided to reverse-engineer the infrared protocol and then build a decoder around an ATtiny that would send commands to another microcontroller using a serial connection.

The remote’s communications protocol was decoded with the help of a Freeduino and an IR remote analysis sketch [trandi] found on the Arduino website. After importing the data into Gnuplot, there was enough data to write a sketch in Processing to visualize the infrared pulses.

After figuring out the protocol of his remote control, [trandi] built a tiny circuit to decrypt the IR commands and send them over a serial link to another microcontroller. The ATtiny45-based build doesn’t take up very much space on the perfboard making it very easy to mount on any robot of his choosing. He ended up connecting it to a Lego NTX brick allowing him to use the helicopter remote with any Lego build he can dream up.

[trandi] invested a lot of work around a cheap remote control; if the remote broke, all would be for naught. This was remedied with an IR beacon that replicates the function of the remote. The beacon is based on an ATtiny13 and can serve as a stand-alone beacon for autonomous robots or can accept serial commands from a computer. Not a bad build if you ask us.

Motorized Blinds Put Control At Your Fingertips

remote_controlled_motorized_blinds

While [Bremster] likes the view from his office window, he often needs to get up and adjust the blinds several times throughout the day in order to keep the glare from killing his eyes. Like any other enterprising hacker, he decided that constantly adjusting them was too repetitive, and that he could automate the process with electronics.

He thought that RC car servos would be a great choice to control the blinds, since they are cheap and the geared drive system offers a lot of torque at low speeds. After modifying the servos to enable continuous rotation, he set off to the hardware store in search of a way to mount them to the blinds’ looped cords.

After mounting some nylon spacers with rubber grommets on the servo arms, he installed them into a set of brackets he built and gave the blinds a spin. Now, he can easily control his blinds from the comfort of his desk with the simple flick of a switch – that’s the kind of laziness ingenuity we can respect!

Continue reading to see a quick video of his motorized blinds in action.

Continue reading “Motorized Blinds Put Control At Your Fingertips”

Portable Power Strip Control Lights And Appliances Using SMS

sms_triggered_appliance_control

[Julian] wanted a way to remotely control various appliances and lights around his house without spending an arm and a leg on home automation. He also desired the ability to easily switch what items he was controlling without a ton of hassle. Since he couldn’t find anything reasonably priced to do what he desired, he built his own SMS-triggered remote control system.

He designed his system to be used like an extension cord, hence the portable junction box enclosure. This enables him to regulate up to four different items at a time, with the ability to swap out components or relocate his controller at will.

The power strip is controlled by an Arduino which receives commands from his PC via an Xbee module. Any text messages sent to his Gmail account are retrieved by his computer and then transmitted to the Arduino. The Arduino in turn triggers relays as designated by [Julain’s] text messages, utilizing H-bridges to provide the required current.

Check out his schematics and code if you’re interested in implementing something similar in your home.

Adding Wireless Controls To Vintage Stereo Equipment

marantz_wifi_remote_control

[Jean] was shopping around for a vintage stereo receiver, and happened upon a broken, but repairable Marantz 4240. After getting things back to working order, he thought it would be great if he could use his iPhone to remotely control the unit (PDF Writeup, Schematics and Code).

He scrounged around for parts, and after locating a PIC and a handful of parts from old copiers and printers, he got down to business. He etched some custom boards to house electronic bits, then strapped motors to the volume and source selection knobs. He also rigged up the push button power switch on the receiver, using a small servo and a bit of string.

Now, he can control everything using his iPhone, which communicates with the stereo over WiFi. While the power, volume knob, and input selector can be triggered remotely, he still has the ability to tweak any of these items manually if desired.

We think that this is a great way to add modern amenities to vintage electronics, without ruining the aesthetics of the components. Don’t take our word for it though, check out the video demonstrations [Jean] but together after the jump.

Continue reading “Adding Wireless Controls To Vintage Stereo Equipment”

DIY RC Sensor Board

diy_telemetry_sensor_board_hitec_aurora

Along with hobby electronics, flying RC planes is one of [Diederich’s] favorite hobbies. When out in the field, he prefers to use an Aurora 9 radio controller, and while the remote is great, he was a bit disappointed in Hitec’s telemetry sensor lineup. He says that the sensors are pretty decent, though limited, and he was positive he could build a better telemetry solution.

His sensor board is completely open source, and comes with a long list of features. First and foremost, it emulates all of the messages that can be sent to the radio controller by Hitec’s off the shelf models, making it a simple drop-in replacement. He uses an ATMega8L microcontroller to run the show, including all sorts of input pins and connectors to support GPS as well as voltage and current monitoring.

He has made a DIY kit available for purchase online, but all of the sensor’s schematics and a BOM are available for free, should you desire to roll your own.

We love seeing DIYers show up manufacturers in this way, especially when they share the goods with their fellow hobbyists. Nice job!