Free print-and-stick pinout label for ATmega (Arduino) chip
A handy resource provided by George Graves over on the adafruit forums, based on an idea by Tod E. Kurt.
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!
A handy resource provided by George Graves over on the adafruit forums, based on an idea by Tod E. Kurt.
Building Wireless Sensor Networks
with ZigBee, XBee, Arduino, and Processing
Wayne and Layne have adapted Myles Metzler’s Tetris clone for use on their Video Game Shield. Myles recently ported an open Tetris clone to the Arduino. We added support for the Nunchuck (so now it works with both the Nunchuck and the Classic Controller) as well as music!
Software, meet hardware. The Netduino Mini from the Maker Shed is an open source electronics platform using the .NET Micro Framework. The board features a 32-bit microcontroller and a rich development environment, making it a perfect solution for engineers and hobbyists alike. Features 1.2″ x 0.6″ – tiny “DIP microchip” form factor with edge pins […]
dcuartielles writes – Arduino The Documentary is finally out. We have been waiting for long, but now you can see it at Vimeo (EN, ES) and download it from Archive.org (links coming soon). The file is licensed under CC-SA 3.0 and can be redistributed. The makers are working in making a batch of DVDs that […]
Arduino forum member RickP posted his awesome-looking reverse geocache box, which unlocks to reveal its contents only when it’s in a certain place on the globe. He uses an Arduino, a GPS sensor, and a trio of nixie tubes, which indicate the box’s distance from that special spot. When the button is pressed in that […]
In Codebox: Save sensor data to Google Spreadsheets, reader Stairs observed that the sketch blew up when he didn’t have an Arduino device hooked up. When he dug out the device, plugged it in, and restarted the sketch, it worked fine. This post provides a gentle introduction on how to deal with these types of errors..