led

Turn a TV-B-Gone into a super camera remote!

Intro: My Nikon DSLR has an infrared remote function (remote sold separately) that is really handy, but fairly limited in range. A while ago, I bought a TV-B-Gone Kit from it’s inventor Mitch Altman, and it can turn TV’s off from a great distance. I thought, “Hey, this thing is open source! I can hack […]

Turn a TV-B-Gone into a super camera remote! Read More »

Build Your Own BARBOT using AVR microcontroller

Ever wanted a robotic liquor server?I purchased a Lynxmotion robotic arm last year and an Arduino (deci) to play around with. I had it serial controlled with a joystick and it was a great way to start in robotics. More recently I wanted to take on another micro-controller related project for a university science fair.

Build Your Own BARBOT using AVR microcontroller Read More »

Turn signal biking jacket using microcontroller

This tutorial will show you how to build a jacket with turn signals that will let people know where you’re headed when you’re on your bike. We’ll use conductive thread and sewable electronics so your jacket will be soft and wearable and washable when you’re done. Enjoy! A version of this tutorial is also on

Turn signal biking jacket using microcontroller Read More »

The 74HC164 Shift Register and your Arduino using GD74HC164 microcontroller

Shift registers are a very important part of digital logic, they act as glue in between the parallel and serial worlds. They reduce wire counts, pin use and even help take load off of your cpu by being able to store their data. They come in different sizes, with different models for different uses, and

The 74HC164 Shift Register and your Arduino using GD74HC164 microcontroller Read More »

Using a Dot Matrix LED with an Arduino and Shift Register

The Siemens DLO7135 Dot matrix LED is one amazing piece of optoelectronics. It’s billed as a 5×7 Dot Matrix Intelligent Display (r) with Memory/Decoder/Driver. Along with that memory, it’s got a 96-character ASCII display set with upper and lower case characters, a built-in character generator and multiplexer, four levels of light intensity, and it all

Using a Dot Matrix LED with an Arduino and Shift Register Read More »

The Lightning Simulator/Breathalyzer/Graphic Equalizer – Using Arduino Powered

The LED strips are mounted on an outdoor trellace which functions as a lightning simulator, outdoor breathalyzer, graphic equalizer synced to music, and a few other effects with sound. Materials: 8 12v RGB Waterproof Flexible LED Strips 10ft long (usledsupply.com) – $800 8 RGB 4A/Ch Amps (usledsupply.com) – $200 8 RGB 4A/Ch Amps with TTL input (usledsupply.com) –

The Lightning Simulator/Breathalyzer/Graphic Equalizer – Using Arduino Powered Read More »

Arduino and Touchpad Tic Tac Toe using microcontroller

Or, an exercise in input and output multiplexing, and working with bits.  And a submission for the Arduino contest. This is an implementation of a tic tac toe game using a 3×3 array of bicoloured LEDs for a display, a simple resistive touchpad, and an Arduino to tie everything together. To see how it works,

Arduino and Touchpad Tic Tac Toe using microcontroller Read More »

Scroll to Top