Skip to main content

Posts

Showing posts from July, 2015

Up-Counting 1 digit 7-segment using ATmega16 AVR

This project is about 1-digit common anode 7-segment that its value increases when you press the button connected to PIND6 that is used as an input. Numbers are from 0 to 9. We have to define an array to write on 7-segment. There is a simulation in Proteus. Download link

Switch on and off a LED with AVR ATmega16

This project is about turning on and off one led by ATmega16 AVR microcontroller. One push button is used for turning LED on and one is used for turning it off. There is a simulation in Proteus.   Download link