LED Projects

Simulating and controlling GE Color Effects Lights with Arduino

Simulating and controlling GE Color Effects Lights with Arduino

Overview This project builds a Christmas lights controller for the GE Color Effects lights allowing programmed control of up to 8 sets of Christmas lights. Furthermore, it provides a function specific language for programming patterns for these lights and an emulation environment for testing the programs requiring the lights to be built or hung. Pre-reading […]

Simulating and controlling GE Color Effects Lights with Arduino Continue Reading

scooterputer

Scooterputer

I spend a fair amount of time zipping around town on my scooter, and thought it would be cool to add a voltage monitor to warn when the battery might need recharging. Waiting until the electric starter no longer works is somehow lacking. So after an evening with an Arduino Duemilanove, I had a simple

Scooterputer Continue Reading

Arduino Tutorial Chapter 2 3 Schematic and Breadboard Diagrams

Arduino Tutorial – Chapter 2.3: Schematic and Breadboard Diagrams

Schematic Diagram You may remember, if you studied electronics as part of your science course at school, that there is a specific way of drawing circuit diagrams. Each component has a particular symbol (which may vary slightly depending where in the world you live) that allows anyone to look at the drawing and build the

Arduino Tutorial – Chapter 2.3: Schematic and Breadboard Diagrams Continue Reading

Tri State Logic

Tri-State Logic

Introduction So far we have sent one of two values to any Arduino output pin, either HIGH or LOW. This project shows how we can exploit a third state of the Arduino pins to reduce the number of pins needed to control LEDs. In the project, we’ll control 2 LEDs using only one Arduino pin.

Tri-State Logic Continue Reading

Scroll to Top