interfacing

How to have fun with Arduino (and become a Geek in the process)

Do you wish to earn your geek card – pronto? Lets get started! This guide will start you on the path to the dark side using the open source Arduino development and prototyping platform. It will introduce you to microcontrollers, get you started with a platform for physical computing and give you the confidence to […]

How to have fun with Arduino (and become a Geek in the process) Read More »

Arduino animatronics- make your awesome costumes more awesome! using ATmega328 microcontroller

Here’s how to add lights, sound and action to your favorite Halloween project using the open source Arduino microcontroller. Arduino is easy to learn to use and it opens up a whole new world for costume builders and creature creators. If you want to learn how to connect wires, servos, LEDs and use sound effects

Arduino animatronics- make your awesome costumes more awesome! using ATmega328 microcontroller Read More »

Using the iRobot Create’s Command Module with Linux using avr microcontroller

Since iRobot hasn’t provided linux users with a way to use the command module, I had to figure it out myself. Don’t be intimidated, its not hard at all, really. All you need to do is run a couple of scripts. Lets get started, shall we? Step 1 Get the goods For this tutorial, I’m

Using the iRobot Create’s Command Module with Linux using avr microcontroller Read More »

Use Visual Studio 2010 to Compile AVR Hex Files using AVR microcontroller

I’m not a huge fan of Microsoft, but man, they do make one slick programming IDE.  In searching around for a solution to use the IDE to program AVR’s I came across some scattered instructions.  As I love the intellisense feature of Visual Studio (VS) that automatically makes suggestions for class methods and structure functions

Use Visual Studio 2010 to Compile AVR Hex Files using AVR microcontroller Read More »

GuGaplexed Valentine LED Heart using ATTiny13V Microcontroller

GuGaplexing is a new LED display multiplexing technique. Compared to Charlieplexing, GuGaplexing allows you to control twice as many LEDs, with just a few additional components. GuGaplexed Valentine LED Heart project has 40 LEDs arranged in an ‘Arrow Piercing a Heart” arrangement using only 5 pins of a microcontroller. The project uses an AVR ATTiny13V

GuGaplexed Valentine LED Heart using ATTiny13V Microcontroller Read More »

Arduino powered hangman giftbox/lockbox using ATmega328 microcontroller

A medium sized box that requires the user to succeed in a game of hang man in order to gain access to the contents of the box.  Great gift Idea!!! my Arduino sketch will be included in this instructible sorry for the poor quality pictures! and keep in mind this is my first instructable, and

Arduino powered hangman giftbox/lockbox using ATmega328 microcontroller Read More »

Assembling the ZIFduino USB 1.2 using ATMEGA168 microcontroller

The ZIFduino, for all intents and purposes, is an Arduino with a ZIF socket. It’s geared toward those that want to do prototyping on the platform, but then move the ATMega chip to a stand-alone environment. The pin layouts are exactly the same, so it should be compatible with most shields designed for the Arduino.

Assembling the ZIFduino USB 1.2 using ATMEGA168 microcontroller Read More »

Assembling the Dragon Rider 500 for use with the AVR Dragon using ATmega88 microcontroller

Not long ago the Atmel company came out with a great tool for use with the AVR line of microcontrollers called the AVR Dragon. This small USB device provides professionals and hobbyists alike the ability to use: In System Programming (ISP), JTAG, Debug Wire, and High Voltage Programming. Unfortunately the device itself doesn’t include all

Assembling the Dragon Rider 500 for use with the AVR Dragon using ATmega88 microcontroller Read More »

Scroll to Top