News

AVR Programming 01: Introduction AVR Programming 02: The Hardware AVR Programming 03: Reading and compiling code AVR Programming 04: Writing code Prerequisites You must know something about C code.
Almost all AVR microcontrollers have built-in Electrically Eraseable Programmable Read Only Memory (EEPROM).The advantage of EEPROM is that even when the ...
In this tutorial our focus is on ATmega8 microcontroller. ATmega8 comes with two 8-bit and one 16-bit timer. This means that there are 3 sets of timers, each with the ability to count at different ...