Being a broke amateur photographer isn’t easy. Film, chemicals and paper aren’t cheap and a budget for some studio lights is non existant. So, I decided to, with the help of my trusty arduino, create my own sync controller to use with disposable camera flash circuits. By using a photoresistor the arduino can sense when the flash from your […]
Projects
Super Secret Lock Box w/ Capacitive Touch
Hey everyone, I wanted to share a project I just finished up. I built a super secret locking box for my girlfriends little brother. He has a knack for creative lego building so I thought it would be a good idea to open him up to the Arduino as soon as possible. The super secret […]
Driving multiple Sparkfun 7-segment displays with an Arduino
I’m currently helping a couple of engineering students finish a senior project that didn’t get finished last year. Long story… Anyway, it’s a bicycle brake tester being built for Paul Components. The mechanical design is great, but they had trouble with the electronics. Part of those electronics involved writing numbers to a pair of Sparkfun […]
Aquameterduino: Water meter plus Arduino
After a bad water damage (our cellar basically filled up whilst we were away for several days), I decided to monitor our water usage for anomalies. Enters Arduino… The idea of this project is to use an arduino to count every drop of water that goes through the water company meter. Said arduino needs to […]
Wrap Beats – Capsense Arduino Instrument
Wrap Beats is an instrument that lets you string together notes in order to create different melodies and visual patterns. I constructed it using the Capacitive sensing library for Arduino and combining that with the music abilities of processing to create a dynamic instrument that can change sounds as you play it. The circular design […]
ISP Clip for ATtiny44/84 (or others!)
I got my start in microcontrollers with the Arduino, as many of us outside of electrical engineering did. (And still do!) The ease of programming that little board makes it a great gateway… and like any gateway, sometimes you go through. Most of my projects now don’t use Arduinos directly. For simple microcontroller applications, it’s […]
RFI-DJ: MP3 Playing RFID Thing
The RFI-DJ is a USB device for playing MP3 files from your computer. You have a set of RFID cards, each one with a song name written on it. You choose a card and place it on the RFI-DJ, and your computer will play that song. Its magic! Actually, it’s not magic. It uses an […]
Radioactive isotope decay simulation
My students need to learn LabVIEW —I know, it’s proprietary software, and expensive, but until a viable open-source equivalent comes along we’re stuck with it— and one of the exercises I have them do is to make a program to analyze radioactive decay. This gives them experience in using counters, plotting data in real time, […]
Make A Mood Lamp with Arduino
Hi! In this tutorial you will learn to make a mood lamp with Arduino. I know that you may have seen a lot of mood lamp projects with Arduino, but I wasn’t very satisfied with them because they all change the color very abruptly. So, I decided to make a smooth mood lamp and I […]
Using a quadrature encoder (rotary switch) with Arduino
I’ve found several sites and posts explaining how to use a quadrature encoder with an Arduino, but wasn’t completely satisfied with any of the methods used. Perhaps part of the problem is with the encoder I’m using: it’s part #COM-09117 at Sparkfun.com. This encoder has twelve detents per rotation, and each detent covers one complete […]