Phone Controlled Solar Charged Tank

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

This looks like a fun little project. [Chris] has built a tank that he is controlling using his iPhone.  Constructed mainly of off the shelf parts, like an Arduino and an Xbee wireless unit, the tank is controlled via processing. You can see that it is fairly responsive as he changes the speed of the motors. You don’t need an iPhone for this, really to do exactly what he’s doing any multi-touch input would work. You can download the code for it from his site.

We’re a bit curious about the solar charging. How much power does this use? Doesn’t that panel look a bit small? How long does it take to charge?

[via HacknMod]

R/C Airplane Motors From Computer Trash

Here’s something that the R/C airplane crowd might think of as old news.  These directions show us how to rework floppy drive and CD Rom motors to be high power airplane motors.  There are several listed, with details on each, but those unfamiliar might want to start with the most basic CD Rom version. It covers winding your own copper and installing the magnets in the “bell”, putting it all together and mounting it. This is a great writeup for those who haven’t seen this done before. If you want something even simpler though, you might enjoy the homopolar motor post. If you’re more advanced, they have tips for you too on machining and balancing the motors as well as winding density.

Radio Assisted Drawing Device

radio-assisted-drawing-device

An exhibition just wrapping up at the Russian Frost Farmers Gallery in New Zealand presented an interactive artwork hack. Called the Radio Assisted Drawing Device (R.A.D.D), it is a plotter that mounts on the wall. It isn’t computer controlled, but rather relies on a remote control with two sticks to move the plotter Etch-a-Sketch style.

A clear gantry mounts vertically and travels along the top edge of the wooden backing. A slot cut in the acrylic steadies the plotter and allows for smooth vertical movement. Obviously built by hand, the mechanics seem to have tight tolerances for precise movements of the stylus. See the exhibit in the video after the break.

Wouldn’t you love to have one of these on the wall at your next party? It adds a whole new spin on a guest book.

Continue reading “Radio Assisted Drawing Device”

R/C Lawnmower

FJI64OAG1XBRNEO.MEDIUM

[Johndavid400] built this incredible looking R/C lawnmower. After spending some time repairing broken R/C cars, he wanted to move on to something a little more useful and powerful. He decided to build a mower. He’s using a transceiver set from ebay, with an Arduino interpreting the signal and outputting to his custom motor board. In the video after the break, you can see that the mower looks responsive and quick. He does note, however, that he had some glitches early in the process that left him with a runaway mower. We covered a very similar mower ages ago that used a wheelchair as the base.

 

 

Continue reading “R/C Lawnmower”

Battery Capacity Tester

battery-capacity-tester

[Moris_zen] built a device to accurately measure the capacity of batteries. He needed to have an accurate measurement for the batteries he uses in a RC airplane. Knowing the discharge time allows him to fly the friendly skies while avoiding crashes from lost communications.

He based the tester around the Arduino platform. Instead of using a pre-built Arduino board he referenced the open source schematics and built the device from components to fit his needs. His solution automatically detects the battery type (Lithium-Ion, Nickel Metal Hydride, etc) based on voltage when the battery is added to the circuit. It then uses a 2.2 Ohm resistor and ADC measurements to take the battery through a discharge cycle. A character display shows status information with the ability to track discharge information using a computer to graph the data.

Apart from flashing an LED this was his first Arduino project. It’s a great use of the platform and much more automatic than other solutions we’ve covered.

Radio Controlled Beetle Flight Footage

Earlier this year we were amazed when University of California researchers controlled a beetle via electrical implants. The video available at the time of the original report showed beetles tethered in place while electrical stimuli was applied via the chip. New video of free flight is has now been posted. Although the motion is rather sporadic, it is obvious that simple commands to start flight, stop flight, and turn left or right are having their intended effect. Check out this cyborg action after the break. Is DARPA one step closer to unleashing legions of insect warriors on unsuspecting masses? Continue reading “Radio Controlled Beetle Flight Footage”

RCDC: DC Motor Control Via Servo Signals

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

[Spikenzie]  has put together this nice kit for controlling a DC motor with RC servo signals. He’s using a PIC12F629 to convert the signal to PWM. As you can see in the video above, it seems to work quite well. It is in a neat and tidy package and available as a kit. We have to admit though, what caught our eye was the prototype. Even though it is a kit for sale, it looks as though they plan on releasing the PCB files and code.