Projects

A Preview image of Single axis solar tracker

A Guide to Building Your Own Single-Axis Solar Tracking System

Introductions of single axis solar tracker: A commonly favored Arduino project is a solar tracker system that follows the intensity of sunlight. It is divided into two primary categories: the single-axis solar tracker and the dual-axis solar tracker. The solar tracker with only one axis is operated by one motor, enabling movement in two directions. […]

Wireless nunchuk controlled animatronic doll

Wireless nunchuk controlled animatronic doll

This instructable will attempt to show you how to make an animatronic doll controlled by a wireless nunchuk. This doll can only move its head though. I’m sure there are plenty of people out there who can take this and expand on it and make it much better, and I encourage that completely. 🙂 This […]

Arduino Wireless nunchuk controlled animatronic doll

Wireless nunchuk controlled animatronic doll using Arduino

This instructable will attempt to show you how to make an animatronic doll controlled by a wireless nunchuk. This doll can only move its head though. I’m sure there are plenty of people out there who can take this and expand on it and make it much better, and I encourage that completely. 🙂 This […]

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 […]

Scroll to Top