NXT Machine Sorts LEGO Blocks Automatically

Smart people don’t put their toys away, they build machines to do it for them. Case and point: this NXT project which can sort LEGO pieces. Just dump a bucket of random blocks in a hopper on one end of the machine. One slice at a time, these plastic pieces will be lifted onto a conveyor system made up of several different belts, which allows for separation of the parts. One block at a time, each piece enters a specially lighted chamber where they are visually identified by the NXT brick. Once it identifies the block, a carousel of plastic containers rotates to place the correct home for the block below the output shoot seen above.

So do we now have a completed LEGO circle of life? Not quite. You can build structures automatically using a 3D LEGO printer and this sorter will have no problem organizing the parts for that purpose. But we still need a LEGO machine that can tear assembled bricks apart.

Continue reading “NXT Machine Sorts LEGO Blocks Automatically”

3D Printed Gun Fires Nerf Darts

[Vik Olliver] adds a bit more power to what has traditionally been a store-bought toy by designing this printable dart gun. His design prints the follower in the track where it belongs, which means it’s not going to come loose unless the material itself fails. After printing you’ll need to clean up that track just a bit, and ream out the pivot holes for the trigger parts. Two pieces of filament are used as the axles for pivot points and can be melted in place after assembly. A third length of filament acts as a spring, making this a completely plastic gun. Well, not completely; a couple of strong rubber bands deliver the stored energy which sends the Nerf dart on its way. The design is parametric so you can adjust it for the dart dimensions of your choosing before  printing begins.

If you still haven’t managed to boot-strap your own 3D printer don’t fret. You can always give this Nerf dart sniper rifle a try.

Super Pong Table Doubles The Fun

super_pong

While Pong has traditionally been a game played between two individuals, Instructables user [Brad] has put together a variation that doubles the fun.  His Pong coffee table has the ability to support up to four users at once, and makes for quite the living room centerpiece.

The table is made from sheets of MDF and incorporates a grid of 900 LEDs, all controlled by a PIC18 micro controller. The MCU is installed on a control board he designed, along with the other additional bits required to drive the LED array. A set of old Atari paddle controllers were disassembled and installed around the table, making this a true retro Pong experience.

As you can see in the video, the action is pretty frantic. It’s hard to tell who is winning until the game is over, but [Brad] says that a scoreboard will come in a future revision.

4-way Pong is a really cool idea! , but it looks like there are no open source schematics or code for the control board. We’re hoping someone sees this project and puts together a version for all to use, free of charge.

We were mistaken about the status of this project in relation to whether or not it was open source. [Brad] wrote to us letting us know that his code was not originally included with the Instructable as a result of a late night omission. As always, his projects are open source, and you can now download all of the source code and schematics at the page linked above (and in the first step of the Instructable, no less). Mea culpas all around, thanks for the update, [Brad]!

Continue reading “Super Pong Table Doubles The Fun”

Papercraft Gyroscope

Although spring keeps trying to break through the winter doldrums you might be looking for just one more weekend activity before the outdoor season begins. Grab the kids and give this paper gyroscope a try.

It’s not an electronic sensor made of paper, but the modern equivalent of a spinning top. The frame remains stationary while the center assembly spins at high speed, keeping the whole thing balanced on one narrow point. [Dombeef] put together a printable template which you can use to make your own parts. He got a hold of the heavy paper that’s used to hold X-ray film, but you can just trace out multiple copies of the parts and make a beefy section by laminating them together with glue. Combine the inner and outer parts using a paper clip as the axis and you’re ready to go. Pull hard on a bit of floss wound around the axis to get the center frame spinning, then sit back and see how long it will remain standing.

Interactive Dice Game Pits Man Against Machine

dice_game

While most dice games are based on luck and chance more than anything else, [Mike] decided he wanted to create a dice game that took a little more skill to play. He built a replica of a game found in Ian Stewart’s “The Cow Maze”, a book of mathematical stories and puzzles.

The theory behind the game is as follows:

A number is randomly drawn and is considered the “heap”. Players take turns reducing the heap, using the die to represent the number they would like to remove. The only restrictions placed on moves are that you cannot re-use the same number chosen by your opponent in the preceding move, nor can you use the number on the die face opposite that number. The winner of the game is the individual reducing the heap to exactly zero, though you can also lose the game automatically if you reduce the heap to a negative number.

The game operates using a magnet-loaded wooden die and hall sensors built into the playing surface. The sensors relay the value of the die’s face to the ATmega chip he used to run the game. His code provides the logic for your computer opponent as well as for keeping score.

The whole project is wrapped up in a nice-looking wooden box that gives it a bit of old time-y charm, micro controller and LCD aside.

Be sure to check out the video below to see a few rounds of the game being played, and swing by his site for more details.

[via SparkFun]

Continue reading “Interactive Dice Game Pits Man Against Machine”

Mini Arcade Cabinet Looks As Good As The Real Thing

mame_cab

[Ed] had a netbook he no longer needed and decided to make it into a mini MAME cabinet for some of his family members. MAME cabinets are pretty plentiful, but this one was so nicely done, we wanted to share it.

He removed the monitor from an EeePC 901 in order to get some precise measurements, then went about crafting a mini cabinet from MDF. The whole thing was wrapped in sticky label paper adorned with old-school Galaga graphics, then covered in plexiglass for a nice sleek look that also protects the artwork.

He used an iPac 2 controller board to wire up all of the buttons and joystick to the netbook, opting to solder the controller’s wires directly to the USB header on the eeePC’s motherboard. A power switch was added up on top for easy operation, and the cabinet was sealed shut, though the back does open easily in the event that maintenance is required. The system is managed using the Maximus Arcade front end for MAME, which [Ed] claims is incredibly easy.

If you are interested in making your own MAME cabinet, check out some of the other MAME-based projects we have featured in the past, and don’t miss the video below of [Ed’s] cabinet in action.

Continue reading “Mini Arcade Cabinet Looks As Good As The Real Thing”

Lego Minifig Multimeter Makes Resistor Sorting A Lot More Fun

lego_minifig_multimeter

While there’s typically not much room on our work bench for toys, [David] over at Robot Room has put together a pretty cool multimeter for which we would make an exception.

His Lego Minifig multimeter is constructed using mostly standard off-the-shelf Legos, and a pair of Minifigs he modified to suit his needs. Translucent Minifig heads were sourced online to allow the neck-mounted LEDs to shine through, and each of the bodies were drilled out in several places to accommodate the wires he uses to take measurements.

The multimeter will display the resistance of any item from 10 – 10,000,000 Ω, as well as measure the voltage of any battery you can manage to fit under the Minifig’s metal wrench. The multimeter takes measurements using an ATmega168, and relays that data through a serial to USB converter connected to a nearby computer. The computer is host to a .NET application he wrote which displays and speaks both the resistance and voltage values.

Keep reading to see a quick video walkthrough and a demonstration of the multimeter at work.

Continue reading “Lego Minifig Multimeter Makes Resistor Sorting A Lot More Fun”