Projects

AVR32 Development Board at Home

AVR32 Development Board at Home

This is my first instructable.So plz comment and help me out with any mistakes i might commit .I have created a pcb for avr 32 ,its a development board .I saw that there none online with pcb that could be done at home so thought y not put it. To start with u need the […]

Debouncing Interrupts With MPIDE Part 1 Brute Force

Debouncing Interrupts With MPIDE Part 1: Brute Force

It’s about time isn’t it? Welcome back! If you’ve been following my I’bles up to this point, I’ve shown you two different ways to set up interrupts in MPIDE using attachInterrupt() and setIntVector(). In the first of those tutorials, I explained what “bounce” was, and why “debouncing” was important, but I had to leave you on a cliffhanger! Now […]

LEGO Nikon IR Remote

LEGO Nikon IR Remote

(You can skip the paragraph)My sister has a Nikon D60 camera and is an active photographer. She had been begging for a remote control for the camera and this particular model doesn’t have the option of wired remote, which would have been easier to make myself. The original ML-L3 remote costs something around 40$ in […]

Digital Measuring Tape

Digital Measuring Tape

I always was thinking of a measuring tape that never ends and be able to measure very long things. So I decided to make a small odometer and use it as a digital measuring tape.I used a PIC16F819 microcontroller and a sensor from an old computer mouse (the remaining parts of one of my other projects Crazy Mouse) to […]

Paintball Ballistic Chronograph

Paintball/Ballistic Chronograph

Create a low-cost Paintball Chronograph for less than $40! A ballistic chronograph is a device that records the velocity of a projectile. This particular chronograph I have made has only been tested with a paintball gun and it is relatively simple to make. I have also implemented a function that can record the rate of […]

CHRs 8X8X8 LED Cube Revisited With Improvements

CHR’s 8X8X8 LED Cube Revisited With Improvements!

I want to acknowledge that so many here contributed ideas and support, and although there are too many to name now, I did want to acknowledge my gratitude for all that contributed to the project.I am so happy that the printed circuit boards I developed helped those that wanted or needed them, whether they had […]

Building Your Own Micromite Companion Minicomputer

Building Your Own Micromite Companion Minicomputer

The Micromite Companion Minicomputer is the next generation in the Pocket Mini Computer series. It is the combination of two Open Source systems, the Micromite software, a PIC32 creation by Geoff Graham, and the Parallax Propeller, a recently “Open Sourced” chip by Chip Gracey. By combining this two very unique chips we can create a […]

Microcontroller Register Manipulation

Microcontroller Register Manipulation

I’m always amazed at the new technology that is constantly coming out that allows hobbyists like myself access to powerful and cheap microcontrollers like the Arduino or chipKIT development boards. They are easy to program and easy to use, but sometimes the code can get a little bit long and we look at it and […]

Computer Controlled Traffic Light

Computer Controlled Traffic Light

I made this computer controlled traffic light for my work to show the status of the software being build, but I will spare you the details. This was also my first home project with a PIC controller. The traffic light is using an old Ikea traffic light meant for in childrens bedroom. It has switches […]

Convert an ATX PSU Into a Bench PSU That Measures Current

Convert an ATX PSU Into a Bench PSU That Measures Current

In this instructable I’m going to show you how to convert an old ATX power supply to a bench power supply that also displays the current drawn for each voltage rail on an LCD display. Features: The PSU uses a 20×4 LCD display to show the current readings for every voltage rail. But because the […]