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!

Kit-A-Day Giveaway: Ultimate Microcontroller Pack w/Arduino + Voice Shield + EZ Expander + RTC Breakout

Kit-A-Day Giveaway: Ultimate Microcontroller Pack w/Arduino + Voice Shield + EZ Expander + RTC Breakout

To celebrate the release of our latest publication, the Make: Ultimate Kit Guide 2012 (and its companion website), we’re giving away at least one of the cool kits reviewed in the issue each day during the holiday season. This giveaway is for a pile of Arduino fun! It includes the Ultimate Microcontroller Pack w/Arduino, Voice Shield, EZ-Expander Shield, and an RTC Breakout Board! If you’ve ever wanted to get into Arduino, this is the kit for you!

Build Your Own RFID Teddy Bear

Build Your Own RFID Teddy Bear

Science communication designer David Harris wanted to make a unique toy for his nephew Charlie, who was born with cerebral palsy. Charlie’s vision is poor but he’s very tactile and auditory, so David designed a location-aware teddy bear that reads RFID tags and plays different customizable sounds depending on where it is or what object […]

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.