- ATMega32 AVR > AVR ATmega Projects > Microcontroller Programmer Projects

Using the AVRISP Programmer
Introduction The AVRISP looks just like the JTAGICE, except it’s a bit smaller and it has a 6-pin connec...

Getting Started with TinyOS and nesC
This lesson introduces the basic concepts of TinyOS and the nesC language in which the system is written. It i...

Multiple ATtiny85 or 13A Programmer
Program 6 ATtiny85/13A at the same time with this custom programmer board. Description Watch the video for a b...

Types and Applications of ATMEL Microcontroller Programming in Embedded Systems
Atmel Microcontroller Programming Atmel Microcontroller Programming – A microcontroller is actually a small an...

Getting Started with C Programming for the ATMEL AVR Microcontrollers
IntroductionThis tutorial provides information on the tool and the basic steps for programming the Atmel AVR m...

Programming AVR Microcontrollers with Atmel Studio 7
Inexpensive microcontrollers have seen a resurgence thanks to the internet of things (IoT) and wearable device...

Updated Guide on How to Program an Attiny13a or 13 With the Arduino IDE
The ATtiny13 series chips are extremely cheap and useful chips for small projects that don’t need a full...







Introduction The AVRISP looks just like the JTAGICE, except it’s a bit smaller and it has a 6-pin connector on the end of the cable instead of the 10-pin connector on the JTAGICE. The... Read more
This lesson introduces the basic concepts of TinyOS and the nesC language in which the system is written. It includes a quick overview of the nesC language concepts and syntax to help you ge... Read more
Program 6 ATtiny85/13A at the same time with this custom programmer board. Description Watch the video for a better tutorial. Attiny MCUs are very popular as it is quite easy to program them... Read more
Atmel Microcontroller Programming Atmel Microcontroller Programming – A microcontroller is actually a small and typically inexpensive computer. And you can use it one to perform necessary ca... Read more
IntroductionThis tutorial provides information on the tool and the basic steps for programming the Atmel AVR microcontrollers using C. It is aimed at people who are new to this family of mic... Read more
Inexpensive microcontrollers have seen a resurgence thanks to the internet of things (IoT) and wearable devices. These end-uses depend on parts that have low costs rather than record-breakin... Read more
The ATtiny13 series chips are extremely cheap and useful chips for small projects that don’t need a full Arduino, but due to very outdated tutorials and a lack of information, it took... Read more
After this Instructable you should be able to program an A Ttiny85/45 with an arduino. It may sound complex but it really isn’t. After doing some research I could not find to much info... Read more
This is a tutorial for programming the ATtiny chip. This tutorial will be more in depth than most. I will give you every step and tell you the things nobody told me when I first started prog... Read more
For relatively small (less number of pins than ATmega328) projects, ATtiny series, ATtiny45 or Attiny85 are good choice in terms of its physical size (8-DIP or 8-SOIC) and low power consump... Read more