Educational Circuit Box For Young Aspiring Hackers

image4

Here’s a great idea: an Educational Circuit Box you can make to get kids interested in electronics! What looks like a boring project box with wires sticking out might just become a box of wonder and curiosity for young ones.

[Fileark] built this for his son, and has happily shared it on his blog for others to recreate. As you can probably guess from the picture, it makes use of a project box, LEDs, buttons, switches, and female header pins. Using the included breadboard jumpers picked up off of eBay, it allows your kid to learn about circuits by plugging in different components and seeing what happens.

The majority of the parts he used were salvaged from scrap electronics he had laying about. It’s a great way to turn e-waste into something fun and educational for kids! For more information about the project, stick around after the break to see [Fileark] explain (and his son demonstrate!) it in a video.

Continue reading “Educational Circuit Box For Young Aspiring Hackers”

A Meccano Pinball Machine

This pinball table is almost entirely out of Meccano Construction Set parts. [Brian Leach]’s Meccano Pinball Machine features a digit counter, a kick out hole, flippers, and a timer.

The digit counter is likely the most complex part of the build. By sending it an electrical signal, either the ones, tens, or hundreds digit can be incremented. The electrical signal engages an electromagnet, which connects a motor to the wheel to increment the score. A mechanism ensures the next digit is incremented when a digit rolls over from 9 to 0, and allows the counter to be zeroed.

Rolling the ball over the set of rollover switches increments the score. A mechanism is used to ensure that the switch will trigger with a small weight. Arcing was an issue, which was reduced by adding a snubber to suppress the transient.

The pinball machine was demoed at the South East London Meccano Club, and is a great demonstration of what can be built with the construction kit. After the break, check out a video of the pinball machine.

Continue reading “A Meccano Pinball Machine”

Happy Birthday, Son. Here’s Your Very Own Claw Machine

mrclawIf [Will Baden] is in the running for Father of the Year, he’s a shoe-in. His son requested a robot-themed birthday party, so [Will] did what any superhero father would do and built him a toy claw machine.

[Will] harvested many of the parts from copy machines: both the 5V and 24V power supplies, the limit switches, 2/3 of the motors, and the 24V solenoid coil in the claw. The carriage is from a commercial printer. He made many of the mounts, including the ones holding the 3 stepper motors from Pololu.

A PIC16F870 is running the show. [Will] programmed it in assembly using Timer2 for stepper pulsing and RB0 interrupt to drop the claw when the button is pushed. He also added a WDT to get out of code trouble if needed. The claw’s solenoid is driven by a ULN2001A Darlington array. [Will] put a kickback diode on the coil so the pulses don’t go farther than they need to. He formed the fingers of the claw by bending pieces of brake line.

Not your kind of claw? Check out these incredible Wolverine claws!

Continue reading “Happy Birthday, Son. Here’s Your Very Own Claw Machine”

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”