- ATMega32 AVR > AVR ATmega Programmers

ULN2003 – SEVEN DARLINGTON ARRAYS IN NEW TSSOP16 PACKAGE
The ULN2001, ULN2002, ULN2003 and ULN2004 are high-voltage, high-current Darlington arrays each containing sev...

Programming the Microchip ATmega328P in C
Introduction This document describes how to program the Microchip ATmega328P microcontroller in C using the Av...

AVR microcontroller tutorials for beginners
AVR Microcontroller tutorials: In this article, we are going to present a complete list of avr microcontroller...

Clap-on Switch
A relative asked me one time if i could create a switch that reacts to clapping your hands. So i’ve orde...

How to Make a PIC Programmer – PicKit 2 ‘clone’
Hi! This is a short Instructable on making a PIC programmer which acts as a PicKit 2. I made this because it i...





The ULN2001, ULN2002, ULN2003 and ULN2004 are high-voltage, high-current Darlington arrays each containing seven open collector Darlington pairs with common emitters. Each channel is rated a... Read more
Introduction This document describes how to program the Microchip ATmega328P microcontroller in C using the Avr-GCC toolchain. Students can download the software and install it on their comp... Read more
AVR Microcontroller tutorials: In this article, we are going to present a complete list of avr microcontroller tutorials. After reading this article, you will get a complete idea about avr m... Read more
A relative asked me one time if i could create a switch that reacts to clapping your hands. So i’ve orderd some stuff to create a project and decided to make a instructable so everyone... Read more
Hi! This is a short Instructable on making a PIC programmer which acts as a PicKit 2. I made this because it is way cheaper than buying an original PicKit and because Microchip, the manufact... Read more
The ATMega644 board is a microcontroller board based on the ATmega644, The board contains everything needed to support the microcontroller. The board needs 5VDC to power it. Simply connect t... Read more
In this tutorial we are going to establish a serial communication between two ATMEGA8 microcontrollers. The communication established here is UART (Universal Asynchronous Receiver Transmitte... Read more
The upgraded part is only the PCB,the software remains the same as in original project which you can findat EasyDownloader V 1.1 Here you have a single side versionof PCB of the Easy-Do... Read more
AVR Programming – a Step by Step Tutorial
Introduction This is a complete AVR Tutorial, including avr programming in a very basic & organized way, We will go through by following items. What is an AVR? Using Mac and Windows How... Read more
This ATmega644-based project implements a touchpad input system which takes user handwriting input and converts it to a printed character. Currently, the device only recognizes the 26 letter... Read more