In this inst’able, I will show you how to create your very own 4×6 LED matrix as well as show you how to write code for it! There is an animation creator program in step 4! Here is one ANIMATION to get you excited about the project! ***Wave Animation*** Hello everyone! I’m back with an all new Inst’able! […]
Projects
Pulse Width Modulation : PWM using Arduino
Pulse Width Modulation or PWM is a method of Digital to Analog Conversion. It helps in delivering analog average voltage using digital pulses of variable pulse width. By controlling the on time and off time, we can generate an analog average voltage using the digital pulses. PWM has a wide range of application. It is […]
Robot arm from a desk lamp (IKEA Tertial hack)
This project answers to a need I had: a third hand that holds a camera while I perform a test and takes photos/videos (useful when you’re stuck at the lab late at night, and suddenly need a photographer). The downside to a robotic arm was obvious – It needs to be programmed, and it is […]
Breadboard Arduino
Received a couple of nice big bread boards for Christmas and decided that one of them needed an arduino to use with it. After some thought I decided that the best option was to build the required parts of an Arduino circuit direct on the breadboard. Also the cheapest at only £4 for the required […]
The MAX7219 and MAX7221 Led drivers
These two integrated circuits from Maxim are for driving either 64 individual Led’s, or up to 8 digits of 7-segment displays. The drivers implement a SPI compatible slave interface that can be controlled from the Arduino using only 3 of the digital output pins. An extensive datasheet for the IC’s is available from the Maxim […]
Arduino Time & Temp Display Shield
Another project I’m working on required a good timer, but the more I read about Arduino, I realized that I couldn’t make an accurate timer using an Arduino that was already devoted to other tasks. The Arduino will always lose time if you perform other tasks. The solution was a Real Time Clock module that keeps perfect […]
Measuring Battery Capacity With an Arduino
I needed a couple of AA batteries and found the display at the supermarket where they were all arrayed. Normally when I’m shopping in the supermarket, I tend to look at the price/kg or price/l when comparing similar products. In the case of the batteries, there was no such indicator. Fine, I thought, I’ll work […]
Sunflower Automaton using arduino
This was a 6 week project created for the Spring 2012 Things That Think course at the University of Colorado at Boulder. Our project is an autonomous Sunflower. As in nature, the highest priority for our flower is sunlight, necessary for photosynthesis. Our Arduino controlled sunflower is constructed using 3D printing and laser cutting technologies. […]
Charlieplexing LEDs with an Arduino
Charlieplexing is an ingenius method for controlling many LEDs without using many microcontroller pins. You can turn on or off one LED at a time. To light more than one LED at a time, you can scan the LEDs by turning a sequence of them on and off really fast. The number of LEDs you […]
Nocturnal Emissions: My Arduino Powered Internet Enabled Dream Generator
We all need to dream more so I’ve created this Arduino Powered “dream generator” to help plant the seeds for some big thinking craziness. When you approach the generator a Maxbotix ultrasonic sensor triggers lights and music that draw you in so you can stare into the blue LED enshrouded infiniteness of the box. Press […]