Android+Arduino – Face Following RC Car

androidRCcar_01_14

To some of us, hacking an RC Car to simply follow a black line or avoid obstacles is too easy, and we’re sure [Shazin] would agree with that, since he created an RC Car that follows your face!

The first step to this project was to take control of the RC Car, but instead of hijacking the transmitter, [Shazin] decided to control the car directly. This isn’t any high-end RC Car though, so forget about PWM control. Instead, a single IC (RX-2) was found to handle both the RF Receiver and H-Bridges. After a bit of probing, the 4 control lines (forward/back and left/right) were identified and connected to an Arduino.

[Shazin] paired the Arduino with a USB Host Shield and connected it up with his Android phone through the ADB (Android Debug Bridge). He then made some modifications to the OpenCV Android Face Detection app to send commands to the Arduino based on ‘where’ the Face is detected; if the face is in the right half of the screen, turn right, if not, turn left and go forward.

This is a really interesting project with a lot of potential; we’re just hoping [Shazin] doesn’t have any evil plans for this device like strapping it to a Tank Drone that locks on to targets!

Continue reading “Android+Arduino – Face Following RC Car”

Walkalong Heart Glider

IMG_2924-1000

[Darcy Whyte] is a bit of a paper plane aficionado, so in preparation for this year’s Valentine’s day (that’s one month from today!) he’s created a flying Walkalong heart glider you can make yourself!

First off, what’s a Walkalong glider? Well, it’s a type of toy airplane made out of a light material with geometry that allows for a very slow descent — one that can be extended almost indefinitely if you walk behind it to create a slight draft. [Darcy] has made a whole bunch of these in all different shapes and sizes, and even got to fly them around the Canadian Aviation and Space Museum for a Walkalong Glider Meetup!

He’s since created the do it yourself Walkalong heart glider which can easily fit inside a card for a very unique Valentine’s memento. It does require a foam cutter to make, but [Darcy] also has plans on his site for a DIY hot-wire foam cutter that costs less than $10 to build!

It’s a cute little project — stick around after the break to see how it’s done!

Continue reading “Walkalong Heart Glider”

Drawing With Legos

WritingMachineFrontLarge

There are a number of elaborate Lego creations out there, but you probably haven’t seen something quite like [Andrew Carol’s] Lego drawing machine. He drew inspiration from the film Hugo and from automata of the 1800’s, specifically [Jaquet-Droz]’s Draughtsman, which we featured in a Retrotechtacular article not too long ago.

[Andrew’s] hand-cranked creation is divided into three components: a plotter, an “encoded pen stroke program”—which stores messages in links of pieces—and a reader that translates the links into pen strokes. The plotter moves the pen in the Y axis and moves the paper in the X to mark on the page, and also has a simple lift mechanism that temporarily raises the pen on the Z axis to interrupt pen strokes between letters (or drawings).

[Andrew] describes the chain reader by comparing it to a film projector, feeding the message through the mechanism. Although you won’t find a detailed how-to guide explaining the devices’ inner-workings on his site, there are some clues describing basic components and a couple of videos, both of which are embedded below.

Continue reading “Drawing With Legos”

Arduino Ball Throwing Game

arduinogame01_07

Building your own gaming platform is pretty cool on its own, but when the game actually looks like fun to play, well that’s on a different level of cool. [Zippy314] designed an Arduino based game platform as a Christmas present to his son called the Das Blinken Bonken!

Like all highly addicting games, the gameplay is simple; the player throws a ball at the target board while aiming to hit a specific ‘pad’. As shown in the video after the break, there are many game possibilities with this platform, like trying to hit the illuminated target each time, or just trying to hit all of the pads on the board as fast as possible.

A pad is registered as a ‘hit’ with the help of home-made pressure sensors, which are each constructed in a ‘sandwich’ of pressure-sensitive conductive sheets. This is the same material used in these LED Sneakers. Since the resistance through the sheet lowers as pressure is applied, a simple voltage divider circuit is used to feed the analog inputs on the Arduino, thus making it very easy to detect a ‘hit’. An I2C 4-Digit 7 Segment display keeps score and displays the game title, while a strip of addressable RGB LEDs give player feedback and other vital gameplay information.

Continue reading “Arduino Ball Throwing Game”

Green Light LEGO, Red Light Stop

Master LEGO craftsman [Baron von Brunk] had the same childhood passions as a lot of us—LEGO (obviously), Transformers, and Nintendo. But he also harbored a passion for traffic lights and road signs. His latest offering, a fully functional LEGO traffic light, is some pretty fantastic plastic. You might recall that we featured [Baron von Brunk]’s LEGO mosaic lamps a few weeks ago. This project is that one on steroids.

The body is made of 1700+ LEGO and Technic pieces. [Baron von Brunk] was kind enough to provide his LDD file, though he says it should be considered a rough guide to construction. The red, yellow, and green 1×1 areas are each lit with a 48-SMD LED floodlight bulb. Colored lights are available, but he used the solid white variety for greater luminescence. The lights are driven by a traffic light controller typically used for model railroads.

[Baron von Brunk] ended up lining the inside with black 1x1s and metallic reflective duct tape to keep the light from leaking out of the masonry. He used some Technic bricks on the rear door to form hinges, and Technic pins to hold the LED lamps.

Glowing Balloon Blimps

_B093896

Looking for a neat decoration for your next soirée? How about floating fleet of glowing balloon blimps?

[Kensho Miyoshi] — an avid reader of Hack a Day — needed an art installation project in Tokyo, he came up with these clever glowing balloon blimps.

They feature a mini gondola hanging from the bottom of a regular balloon which holds a small motor with a propeller, an Arduino Pro Mini, LEDs, an ultrasonic sensor and of course, a battery. They float up to a certain height with the LEDs shining bright, and when the ultrasonic sensor trips, it all turns off and the balloon sinks gently back to the ground. The process repeats, and in a completely dark room it looks like a series of glowing bubbles forming and floating away, again and again.

To see the floaty, glowy, balloon blimps, stick around for a video after the break.

Continue reading “Glowing Balloon Blimps”

Wireless Power Transfer For Quadrotors

quadcopter

Quadrotors are great, but what kind of range can you get on them, really? What if you could charge them up just by flying over high voltage power lines, by or temporarily hovering by a charging station? That’s just what [Dr. Carrick Detweiler] wrote a paper about! (Caution: PDF)

The paper discusses the method of wireless power transfer via magnetic resonance, which, depending on the scale, can transfer power at medium distances (~1 meter). This outperforms inductive coupling which requires a much closer proximity (~1-2 centimeters) for power to transfer. It does still require a certain amount of accuracy, but as we all know, quadrotors have no problem with even the most complex aerodynamic feats!

There is an excellent demonstration video of a small scale wireless quadrotor prototype after the break.

Continue reading “Wireless Power Transfer For Quadrotors”