Play Rock Paper Scissors against your glove

It may sound little bit crazy, but yeah – you can play Rock Paper Scissors alone…with your glove. OK this isn’t just regular glove, but really hacked glove that can compete with you in this simple but catchy game.

Glove is equipped with Arduino Mini Pro board that is equipped with triple axis accelerometer that is already mounted on breakout board from sparkfun. Also it has couple of flex sensors for detecting positions of “scissor” fingers. It works fine, but seems that it can be simplified with less expensive parts. Anyway this is great toy to beat time.

Read

Motorduino – an excellent board to start with robotics

Probably you know that programming Arduino is easy task even for novice. So if you are just starting electronics and looking towards robotics, this Motorduino might be a great starting point.

This board equipped with all necessary interfaces to start with various motors including regular and servos. It also allows easily adding various sensors without additional need of Arduino shields. Despite various peripherals, Motorduino is still compatible with additional standard Duemilanove shields just in case you need more interfacing or expanding. They are working on final tweaks before letting board out. Stay tuned.

Read

Robot platform controlled by Arduino

Thinking about building a robot? Why not to use Arduino for this as it has all you need – a great prototyping board, developing platform and lots of shield boards that makes various interfacing really easy.

This robot uses a bunch of sensors built on proto shield that allows navigating around. These include IR sensors, ultrasonic range finder mounted on rotation servo. The robot is really fun to build and even more fun to program and see how it acts in certain situations.

Read

Send Arduino data to Matlab

Probably you know that Matlab is a great tool for data processing, simulation and other engineering programming. So why not use it in embedded application like Arduino.

Here you can find simple and fast asynchronous Arduino to Matlab communication sources. It can be handy for fast sensor data displaying in convenient graph and even do some analysis.

Read

DIY door lock from old CD

Don’t throw old CD driver – it can be useful in various projects like this one. Michael have used CD laser head moving motor for moving lock as it provides linear motion. He connecter motor to Arduino through H-bridge.

Arduino-Controlled Lock from nootropicdesign on Vimeo.

To unlock the door, the pass code has to be entered on a standard 3×4 button keypad. This is a great example of this how dead things like CD player can be relived for new different life.

Read

Next Page »