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!

Arduino 1.0 is Out: Here’s What You Need To Know

Arduino 1.0 is Out: Here’s What You Need To Know

Although it should not difficult to get sketches written for previous Arduino versions working with Arduino 1.0, that release has important changes you need to be aware of. The first thing you will notice when launching the software is the look of the IDE. Some icons are different from previous versions of the software and there are changes and additions in the menus. The error messages when dealing with selecting boards have been improved and the new ADK and Ethernet boards have been added.

More significant are changes in the underlying core software and libraries. The stated purpose of 1.0 is to introduce disruptive changes that will smooth the way for future enhancements but break some code written for older software. New header files mean that older contributed libraries will need updating. Methods in Ethernet and Wire have been changed and there are subtle differences in the print functionality.

New in the Maker Shed: Clear Enclosure for Arduino

New in the Maker Shed: Clear Enclosure for Arduino

This sturdy, translucent project enclosure, from the Maker Shed, is specially made for your Arduino projects. It perfectly fits an Arduino with an attached shield (most fit), a 16 x 2 LCD, and 4 AAA batteries. Use it for home automation, a sous vide control enclosure, or for containing nearly any mad project. The enclosure can be easily drilled for wires, antennas, or anything else you need. Since the enclosure is clear it’s instantly good looking (but could easily be painted if you’re into that kind of thing.)

Arduino Controlled LEGO CD Duplicator

Arduino Controlled LEGO CD Duplicator

CD duplicators are a great way to make a small batch of CDs. Commercial units cost around $500, can be finicky, and usually come with some weird proprietary software. Maker Paul Rea wanted something a little less restrictive and cost conscious, so he built one out of LEGO and an Arduino. At least if it becomes temperamental, he’ll probably have a bucket of spare parts handy.

NES Controller Interface for Etch A Sketch

YouTuber Alpinedelta32 created this simple but fun retro remix by combining a Nintendo Entertainment System controller with an Etch A Sketch. The drawing toy’s knobs are rotated by 12 volt stepper motors and they’re controlled with the d-pad of the NES controller. Behind the scenes he has an Arduino for motor control and a computer power supply to provide the 12 volts needed by the steppers. I’m guessing the next logical step is to rig the start button to flip the Etch A Sketch over and shake away the drawing.