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!

More random than random()

More random than random()

The Arduino random() function can be used to easily generate a seemingly unpredictable series of numbers. The only problem is, from the first time it’s used in a sketch, random() actually begins spitting out the same series of seemingly random numbers. The standard solution to this conundrum is to start (or “seed”) the formula with […]

Arduino-controlled mood lamp

Arduino-controlled mood lamp

Minneapolis maker Michael Krumpus, who also sells the EZ-Expander in the Maker’s Market, created this lovely mood lamp made out of LEDs, an Arduino Duemilanove, and glass vials he bought from the Twin Cities’ legendary Ax-Man surplus store. This is a mood lamp I build using 16 LEDs of different colors and small glass vials. […]

Arduino digicam

Arduino digicam

From the MAKE Flickr pool: Flickr user arms22 built this neat Arduino-based camera, including a LS20031 GPS receiver and a C328 640×480 camera module, with a SD card to store images. The maker provides more information and code on his blog, though it’s in Japanese.