Adding Remote Control To Klipsch Surround System

The speaker system [Zurcher] bought was made by Klipsch. It is a surround sound unit but it’s intended to be used with a computer so there’s no wireless remote for it. Instead, a wired unit sits on the desk and lets you select between the speakers or headphones, and has a volume adjustment knob. The thing is he uses them for his home theater system and had to add his own remote control hardware to adjust them from across the room.

He started with some web searches that helped a lot. It seems others have mapped out the hardware in the past and he was able to use that information to find the volume chip inside the controller. A bit of signal sniffing let him work out the control commands coming in over the i2c bus. This was the information he needed to build his own controller. He grabbed his Arduino board, and IR receiver to take commands from just about any remote, and a four-digit 7-segment display to provide settings feedback. You can seen him showing off the final build in the clip after the break.

Continue reading “Adding Remote Control To Klipsch Surround System”

Home Automation With RC Wall Plugs And Raspberry Pi

[Jake] took some cheap hardware and figured out a way to use it as a huge home automation network. He’s chose a Raspberry Pi board to connect the radio controlled power outlets to his network. He wrote about his project in two parts, the first is hacking the RC outlet controller and the second is using the Raspberry Pi to manipulate it.

These RC outlets are a pass-through for appliances that connect to mains (lamps, consumer electronics, christmas trees, etc). Often the protocol used by the cheap-as-dirt remote is difficult to work with, but [Jake] really hit it out of the part on this one. In addition to simulating button presses for up to fifteen devices on the remote, he replaced the DIP switch package. This lets him change the encoding, essentially allowing the one device to control up to 32 sets of outlets. Theoretically this lets him command 480 devices from the Raspberry Pi. Since that board is a web server it’s just a matter of coding an interface.

Some of the inspiration for this hack came from the whistle-controlled appliance hack.

Waterproofing An RC Plane

A few years ago, the EasyStar RC plane took the remote control community by storm, launching dozens of clone ready to fly planes that found their way onto many fields, rooftops, and trees. [hammydude] wanted to take his EasyStar with him while also playing around with his jetski, so he did the reasonable thing: he waterproofed his remote control plane.

The EasyStar is made of foam, but that doesn’t mean it’s ready to land on a lake. To prevent any damage to the electronics, servos, and pushrods, [hammy] slightly modified the fuselage of his plane and potted the electronics in silicone glue. Now this excellent RC plane is capable of landing on calm water with a slow self-destruction.

[hammy] has flown his EasyStar seaplane in salt water, but that is a terrible environment for the exposed brushless motor. Before packing it in for the day, [hammy] pours a bit of fresh water over the motor and throttles up for a minute or two. This seems to be good enough for the bearings in the motor; in the video after the break, you can see [hammy] submerge his plane in the water and take it for a short test flight. There’s some great in-flight shots taken from the EasyStar – surely an awesome way to enjoy a trip to the shore.

Continue reading “Waterproofing An RC Plane”

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”

LayerOne Badges Stop Bullets; Drive Away

We love badges. And we’ve really got to thank [Charliex] for taking the time to write a huge post about this year’s LayerOne badges, especially since they’ve got their backs up against the deadline for pulling everything together in time.

Here it is, the stock badge on the left, with an add-on shield on the right. Now the original intent was to make this badge the chassis of an RC car. [Charliex] chewed through his development time trying to source toy cars that could be gutted for parts that would mount easily on the badge. This looked promising at first, but turned out to be folly. Instead what we have here is an Arduino compatible board with an RF transmitter which can be cut off and used separately if you wish. Attendees will be able to use the badge to take control of the toy cars (cases of them have been shipped to the conference), with the option to use the USB functionality to facilitate automation.

So what about stopping bullets? There is a bug in the module [Charliex] used to export the board design from Eagle. They came back from the fab house as 0.125″ substrate. That’s pretty beefy!

The conference is this weekend… better get on that!

Reverse Engineering An RGB LED Remote

In the quest to add some mood lighting in his basement, [Mohonri] found an infrared wireless remote that is able to control several RGB LED strips. The only problem with this remote is the inability to control it via a wall-mount panel or even a computer. Obviously this would not stand for such a swank basement, so [Mohonri] did the reasonable thing and reverse engineered one of these remotes.

The build started with ripping the remote apart and figuring out how it ticks. [Mohonri] found the small IR LED transmitter and hooked up an oscilloscope to capture some data. After a bunch of trial and error and a big help from relevant documentation he had the entire button matrix – and thus the functions available to the LED strip – available to output via wall panel or computer.

[Mohonri] hasn’t completed his build yet; this was just the reverse engineering and documentation stage. Now, though, it shouldn’t be hard to control the RGB LED strips through an Arduino, a computer, or even an Android/iOS device with a small IR LED plugged into the headphone jack.

(Model) Helicopter Physics

sideways helicopter

If you’ve ever wondered how a helicopter is able to fly, or would just like to see some awesome RC piloting, the four videos after the break should be just the thing! Although the basic physics of how one works is explained in the last three, one would still be hard pressed to explain how [Carl] is able to fly his RC helo the way he does. The video has to be seen to be believed or even explained, but one of the simpler tricks involved taking off a few feet, doing a forward flip, and flying off backwards and upside-down!

As explained in detail in the other videos, a helicopter is controlled by something called a swash plate on the main rotor, which in short translates a linear action into a rotational one. The same thing is done with the tail rotor, but you’ll have to check out the videos after the break for a full explanation! Really ingenious that someone could come up with this analog control system to use before computers were available.

Of particular interest to physics geeks, an explanation of gyroscopic precession is given in the fourth video. Controlling a helicopter may not work exactly the way you thought!

Continue reading “(Model) Helicopter Physics”