Network Enabled Window Air Conditioner

It’s no secret that the central US is feels like a very humid oven right now. [Erik’s] window AC hack might help you out if you’re coping with triple-digit temperatures. He added network connectivity to the unit above but the picture is a bit deceiving. The blue CAT-5 cable that enters the bottom isn’t connecting directly to the network, but extends the up and down button connections for the unit to an external relay board. From there he uses an SNMP board to connect it to the network and uses PHP commands to reset the temperature. The unit has a working range of 66-88 degrees Fahrenheit so he cycles enough button press to reach the maximum or minimum level, then sets the desired temperature (avoiding the need to know what temperature the unit is currently set at).

If you’ve got an AC unit with a remote control you could always use an IR device to patch into the system for similar functionality.

Racing Game Uses A Physical Race Track And Vehicle

Racer is a racing video game with a very real element. The player sits in an arcade-style console; wheel, pedals, shifter, and television display. But in what must be an homage to Tron the game taking place is very real. You can see the track above, designed in CAD and cut from cardboard, which is navigated by that little vehicle the gentleman holds in his hand. It’s wireless and broadcasts video back to the control console. What we have here is a homemade drone but for now it’s confined to the gaming grid. Don’t miss the demos after the break. Continue reading “Racing Game Uses A Physical Race Track And Vehicle”

All Metal Hot End For Makerbot

Imagine if you will for a moment, you’re printing along on your Makerbot clone and all of a sudden your PTFE hot end melts, what are you going to do now? One solution is to mill your own all metal end from a bolt with some careful drilling. Or you could follow [Peter Jansen] who has made his own all metal hot end using the existing extruder. All that’s required is some aluminum sheet and cutting down the nozzle and hat (and fans to help, but technicalities), and you’re in business with no more melted PTFE hot end.

The Quest For A Bicycle Power System

[Garote] has been extremely busy. Busy building an electrical system into his bicycle, and even busier writing a monumental post about it. He covers an impressive range of topics, starting with the goal of adding a generator, battery, charging system, lights, and accessories to the bike. From there he clicks off one thing at a time, researching and ordering a wheel with a Dynamo hub for the generator, assembling and testing the cells of his battery, choosing the controller board for the charging system, and designing the accessory circuits like the iPhone charger above. If he adds too much more to the two-wheeled rig he’s going to have to plan a big road trip with it.

[Thanks Xuxo]

Robot Boxing With Wrist Watches

The classic injection molded plastic Rock ‘Em Sock ‘Em Robots has been upgraded to use motion control. The project uses four TI Chronos watches, one on each wrist of both players. In the video after the break we get a good look at the guts of the base unit. We’re quite impressed with the quality craftsmanship that went into retrofitting the plastic bots with four servos each. The electronics include some bells and whistles such as an SD card that records scores and can replay a match via saved inputs. If you’ve got a couple of these watches on hand we’d love to see you port this project and make it a Punchout controller.
Continue reading “Robot Boxing With Wrist Watches”

Driving With Android

[youtube=http://www.youtube.com/watch?v=tIx2ihZ7728]

[Elrik] converted an RC car so that it can be controlled with an Android phone. He wisely uses the accelerometer for steering with a button for forward and another for reverse. There’s even control for the headlights. The car itself has had a servo retrofit for steering but it’s the Bluetooth module that catches our eye. It’s a GP-GC021 which you can get your hands on for under $20. It has a serial UART for easy interface with a microcontroller at up to 9600 baud.

Now you can convert over that larger vehicle to use Bluetooth instead of WiFi, just don’t hurt yourself. And if you’re just starting out with writing Android apps, don’t miss our series: Android Development 101.

Reverse Engineering Apple’s Recharging Scheme

[vimeo=http://vimeo.com/13835359]

[Ladyada] has been hard at work reverse engineering the charging method used by Apple products. This saga takes us through the years as new devices were released and subsequently broke Minty Boost’s charging capabilities. It seems the data lines were gradually adopted as a means for iPhones and iPods to identify the charger that had been connected. By adding voltage dividers to the D+ and D- lines you can instruct the handheld to pull 1 Amp (with data voltages of 2.8v and 2.0v) for wall chargers or 0.5 Amps (2.0v on both data lines) for portable chargers. In the video above [Ladyada] removes the surface mount resistors from a commercial charger in order to measure the voltage divider and discover the secret.