Arduino

As the preeminent tool for makers, Arduino is a versatile platform that covers almost every type of creative making. With its simple-to-use coding language and fun programming concepts, Arduino enables users to create modern electronics with ease. From beginner level projects like flashing LED lights to more advanced builds such as interactive robots, there are an endless number of possibilities when it comes to building projects with Arduino. Whether you are new or an experienced builder in search of fresh ideas, these posts will provide interesting Arduino tutorials and unique ideas that may spark your creativity and motivate you take on any type of maker project!

Luminch One Offers Lumens by the Inch

I really dig Luminch One, an excellent Make: Project by Francisco Castro:

Luminch One is an interactive lamp controlled by the movements of your hand. Wave your hand over it to turn it on or off, or move your hand up or down above it to change its brightness. Inside the lamp, an Arduino hooked to an infrared distance sensor tracks your hand and sets the state and the brightness of the LED lamp.

Ring in the New Year with Dino’s Mini Ball Drop

Ring in the New Year with Dino’s Mini Ball Drop

If you’re looking to recreate the Times Square ball drop this New Year’s Eve, Dino Segovis has posted his plans for making an Arduino-based New Year Mini Ball Drop LED Timer. You activate it with one minute left in the year and five LEDs inside ping pong balls simulate the dropping ball. Then, at the stroke of midnight, a 2012 sign lights up as the trusty tone library plays Auld Lang Syne.

How-To: Runner’s Odometer

Jason Gessner’s wife is an avid runner and they’ve often joked that she puts in more miles than he does in his car. This inspired Jason to create an odometer to track the miles his wife logs during training and races. Jason used a numerical readout he found at a surplus store and hooked it up to a Motor Shield. A computer with Ruby checks the DailyMile API every minute for new entries and sends a signal to the Arduino over serial to increment the counter with a satisfying click for each mile his wife has logged.