“Officine Arduino” Torino – Arduino’s Incubator
Officine Arduino Torino is a combination of Makerspace, Fablab and an Arduino “office” dedicated to further the development of the platform and open source hardware.
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!
Officine Arduino Torino is a combination of Makerspace, Fablab and an Arduino “office” dedicated to further the development of the platform and open source hardware.
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 […]
Ezer Lichtenstein of ITP made an autonomous blimp called the Robot Tourist that can sense its surroundings and take photos of the landscape it flies over. This was accomplished using a Link Sprite camera, a microSD Arduino shield, and an Arduino Uno.
User AUTUIN at Free Geek Vancouver took apart a Coleman TV Lantern and mounted the guts inside a 1950’s era radio. In doing so, he used the Arduino TV Out library to make the screen stream Buckminster Fuller quotations that are saved to an SD card.
“Now I’m having trouble sleeping at night as I lie there thinking of all of the cool things I can build.”
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 […]
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.