LED Projects

LED matrix using shift registers (1)

LED matrix using shift registers using arduino

This instructable is meant to be a more complete explanation than others available online. Notably, this will provide more hardware explanation than is available in the LED Marquee instructable by led555. Goals This instructable presents the concepts involved with shift registers and high side drivers. By illustrating these concepts with an 8×8 LED matrix I hope to …

LED matrix using shift registers using arduino Read More »

Arduino led display (1)

Arduino powered 7seg led display with Port Manipulation

Time for something a little more advanced. Direct Port Manipulation. Normally when using Arduino software, the actual logic behind changing the values in pins is abstracted away with digitalRead and digitalWrite. Now, for most people that’s just fine. But it has some limitations. For one, it is a little slower than might be practical for …

Arduino powered 7seg led display with Port Manipulation Read More »

DIY Teagueduino (1)

DIY Teagueduino

What is Teagueduino? Teagueduino is an open source electronic board and interface that allows you to realize creative ideas without soldering or knowing how to code, while teaching you the ropes of programming and embedded development (like Arduino). Teagueduino is designed to help you discover your inner techno-geek and embrace the awesomeness of making things …

DIY Teagueduino Read More »

Bouncing Multicolored LED line (1)

Bouncing Multicolored LED line using Arduino

This is an arduino controlled project and uses leds, jumper wires, and a breadboard. This is one of my first attempts on programming arduino and I am pleased with the outcome. I’m ten years old and I just started programming 2 weeks ago. Step 1: Parts Check [box color=”#985D00″ bg=”#FFF8CB” font=”verdana” fontsize=”14 ” radius=”20 ” …

Bouncing Multicolored LED line using Arduino Read More »

Arduino Regulated Light (1)

Solar Powered LED/Ultracapacitor Arduino Regulated Light

This instructable primarily shows how to control the charging voltage from a solar panel to an energy storage device (capacitors in this case). I showed how to construct the light previously http://www.instructables.com/id/Human-Powered-Light-from-my-book-Doable-Renewab/ Step 1: This solar panel can produce up to 18 volts, but my capacitor bank should never receive more than 15 volts.  I want …

Solar Powered LED/Ultracapacitor Arduino Regulated Light Read More »