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!

Cricket-Driven Art Bot

Harvey Moon wrote in with an update to his Drawing Machine art bot: It is titled “Bugs Draw For Me” and it combines my Drawing Machine with some code I wrote that tracks a bug’s movement. Using two custom Processing programs, an Arduino, a camera and a cricket, I was able to make unique artworks […]

Piccolo, a Mini CNC Artbot

Piccolo, a Mini CNC Artbot

Piccolo is a pocket-sized stand-alone CNC platform. For less than $70, you can assemble your personal Arduino-compatible kit for tinkering, developing and deploying basic 3D output. Be it plotting quick graffiti, printing a one-off business card on the fly, or multiple Piccolos working together to create a large mural, this kit provides a platform for […]

Pulse Sensor Kit

Ask MAKE: Turning Heartbeats into Drum Beats

Using a pulse sensor (now available in the Maker Shed) to translate into a drum beat is certainly possible. The pulse sensor can be plugged into the Arduino and then translated as MIDI data through the Arduino’s serial port. Check out this Arduino Playground page to learn more details. You can also take a look at this tutorial to familiarize yourself with the process. Once you’ve done this, the serial data can be used as an input for lots of different audio programs that accept MIDI.