Projects

Turn your Arduino into a 4 voice wavetable synth

Turn your Arduino into a 4 voice wavetable synth

Multiple synthesizer projects have been done for the Arduino, but few have been able to utilize the full power of the Arduino processor. DZL from GeekPhysical wrote a 4 voice wavetable synthesizer that is one of the more advanced software based synths for the Arduino.  It has wavetables included (sine, saw, square and triangle) and […]

Switch Statement used with serial input using Arduino

Switch Statement used with serial input using Arduino

An if statement allows you to choose between two discrete options, TRUE or FALSE. When there are more than two options, you can use multiple if statements, or you can use the switch statement. Switch allows you to choose between several discrete options. This tutorial shows you how to use switch to turn on one of several […]

Arduino chip on breadboard

Standalone Arduino chip on breadboard

If you’re like me, after I got my Arduino and performed a final programming on my first chip, I wanted to pull it off my Arduino Duemilanove and put it on my own circuit. This would also free up my Arduino for future projects. The problem was that I’m such an electronics newbie that I didn’t know […]

SmartMesh Arduino and Android Controlled Pneumatic Facade

SmartMesh – Arduino and Android Controlled Pneumatic Facade

This project was part of Multimodal Media Madness 2014, hosted by the chair for Computer Aided Architectural Design (CAAD) and the Media Computing Group of RWTH Aachen University. For more Smart Skins, please check this page: http://hci.rwth-aachen.de/m3_ss14 During this project, the students were asked to develop smart, intelligent facade elements under the general topic “Home […]

Self Contained 7x7x7 LED Cube

Self-Contained 7x7x7 LED Cube

LED cubes are true 3D displays that work by lighting up points in a 3D lattice of LEDs. On the 3D display you can produce some truly mesmerizing animations.  This Instructable will walk you through creating an LED cube for yourself that is completely self-contained and powered by an Arduino Mega.  Once you have it programmed, all […]

Arduino 7x7x7 LED Cube

Self-Contained 7x7x7 LED Cube using Arduino

LED cubes are true 3D displays that work by lighting up points in a 3D lattice of LEDs. On the 3D display you can produce some truly mesmerizing animations.  This Instructable will walk you through creating an LED cube for yourself that is completely self-contained and powered by an Arduino Mega.  Once you have it programmed, all […]

Program your Arduino with an Android device

Program your Arduino with an Android device

Hi, in this Instructable I want to show you, how you can program your Arduino with your Android device. It is very simple and cheap. Also it allows us to program our Arduino where ever we want, this is usefull for permanently installed Arduino boards, like in light controllers… So lets get started! 🙂 Step […]

Palm Arduino V3

Palm Arduino Board V3

I design and create this Palm Arduino V3 prototype PCB, as I was tired of recreating Arduino Compatible on perf board every time I prototyping a new project, especially when I had to spend  a lot of time tracing the wiring to see that I made the right connection. I design this Palm Arduino (version […]

Monitor Thinking Skins using Arduino

Monitor – Thinking Skins using Arduino

This project was part of Multimodal Media Madness 2014, hosted by the chair for Computer Aided Architectural Design (CAAD) and the Media Computing Group of RWTH Aachen University. For more Thinking Skins, please check this page: http://hci.rwth-aachen.de/m3_ss14 Given were small shared space containers for 6/8 students, built with the WikiHouse technology. A standard facade panel […]

Scroll to Top