Tutorial Post for Beginners
Things for Electronic Beginners
When someone is a beginner in the field of electronics, he is quite vulnerable because he has a very little idea on what are the things he needs and what is not and therefore, he ends up buying lots of unnecessary stuff. But not from now, here I am compiling a list of items that …
Interfacing of Push Button with Atmega16
In this tutorial post, I am going to guide you about interfacing of push button with Atmega16 microcontroller. I hope all of you have read my previous post of LED blinking or at-least has an idea about blinking of an LED. Before interfacing “push button”, let’s understand how to make ports work as an input port as well …
How to Program an AVR Microcontroller
Now that you have made your first program of LED Blinking and simulate it as well. But it’s incomplete if you just simulate it without transferring into the actual microcontroller. So, in this post, I am going to guide you, how to program an AVR microcontroller. I hope you guys already bought a development board …
Simulation of the Program in Proteus
Now, for the execution of the program, I am going to use simulator- Proteus 8. A simulator is a software that is used to test the program written for another machine before loading it. It is good to simulate the program first because a bad program can damage the whole system, and once it happens, …
LED Blinking Program in Atmega16-AVR
To Blink LED in AVR microcontroller, you need to create a LED blinking program for AVR, I hope all of you guys have already installed Atmel Studio 6.0, Proteus. If you have not installed them please install before you proceed further. The links are given below: Atmel Studio Proteus: Although, Labcenter Electronics offers a free demo …