Bluescripts Makes Bluetooth Control From Android A Bit Easier

Here’s a way to gain control of your projects using an Android device. Bluescripts is a free app available in the Android market that makes it a bit easier to make interfaces to send customizable messages. If you have a Bluetooth receiver in your project, connecting to it is as easy as putting the MAC address into an XML file on the Android device. Each tag in that file has a name, as well as the address of the target and the message that should be sent. On the receiving end, you just need to make sure your project hardware is ready to receive an ASCII message and act based on what comes through.

Check out the demonstration video after the break. Perhaps it’s not as cool as you could do if you were writing your own Android program, but we can’t think of anything we’ve seen that makes an Android interface this quick and easy.

Continue reading “Bluescripts Makes Bluetooth Control From Android A Bit Easier”

Patching Into Android Music Control

Here’s a look at the TRRS cable that Android phones use. [Rich Kappmeier] want to control the music player on his Nexus One while driving. It’s not necessarily a safe endeavor if you’re staring at the screen and poking away with one hand while trying to stay in your lane. A little bit of research helped him figure out how the hardware in a headphone controller worked and he decided to incorporate that into a connector cable for the car.

The control signals rely on a specific resistance between the TRRS function ring and ground. Once he worked out the chart above and targeted the correct resistance values he built a rocker switch for Fast Forward and Reverse, as well as a Play/Pause button into the connector cable. You should be able to use this for more than just music control. Take a look at our Android Development tutorial and see what else you can come up with.

[Thanks Alastair]

R/C PPM Hacked

[Thomas Pfeifer] has taken the PPM signal produced by model aircraft wireless controllers, and with an ATMega8, converted the signal to act as a USB joystick. Which means you can now use a standard R/C remote control to fly model aircrafts on your computer. Of course now with PPM decoded you could also use the signal to control any electronic device. Like your mower, iPod, and we’ve even seen remote controlled pellet guns. Catch a video of [Thomas] flying a simulated quadrotor helicopter after the jump.

[Thanks Max]

Continue reading “R/C PPM Hacked”

Wii Nunchuk Train Controls

While we’ve been told all of our lives Wiis and trains just don’t mix, they never said anything about Wii Nunchuks. One terribly abused joke later, [Ken] tipped us off about his Wii Nunchuk controlled train set.

By utilizing Digital Command Control (think pulse-width modulation) with an Arduino, he is able to have full control over the trains direction and speed. The other part of the equation is a Wii Nunchuk and adapter. The setup should be pretty self explanatory, but there is an Instructable for those that need more help.

Control Your Tree From Anywhere

We honestly never thought we would see an internet controlled Christmas tree before, sure maybe a remote controlled claw or online soccer robots, but a tree? Regardless, team [Schwippy] did just that. 5 separate sets of lights are connected to 5 individual x10 modules. The x10s are listening over the household’s AC lines for commands from a server in the other room, with its own x10. At about 12$ a module, the project can get expensive quick, totalling over 200$ for [Schwippy’s] setup. Just to control a tree, but anything to spread the holiday cheer, right?
[Thanks Yon]

A Different Breed Of Camera Controllers?

FPV6BBUG0KQOYC3.MEDIUM

We’ve covered almost every way possible to remotely control a camera setup, from lasers, to Lego, to doorbells, and even having a Nintendo DS run the show. But at the end of the day, what if you want something that’s small, simple, has amazing flexibility for future additions, and most importantly doesn’t take away your favorite game system. [Whiternoise] wrote up an extremely detailed guide on getting an AVR to control your camera. We like the clean look the final product has, and the large amount of possible add-ons is a major plus. What do you look for in a cheap multi-function wireless camera controller?

Modified RX7 Dimmer Control

SANY00191

We were a little surprised when we learned the Mazda RX7’s high beams were controlled by ECU, compared to typical cars using just a toggle switch. Ubermodder [Trent Bruce] realized how much of a pain in the rear end this can be if the ECU ever burns out, meaning no brights. By using a D-Flip Flop setup in a toggle configuration, he is able to control his once lost high beams. He also points out that if you plan to do any other electronic modifications to the RX7, you should be sure to pay attention to the unusual ground switching and the other crazy wiring under the hood.