AVR ATmega Projects

Description

AVR Microcontroller. Pulse Width Modulation. Сontroller of DC Motor and LED Light Intensity.

Pulse Width Modulation (PWM) is a very common technique in telecommunication and power control. it is commonly used to control the power fed to an electrical device, whether it is a motor, an LED, speakers, etc. It is basically a modulationtechnique, in which the width of the carrier pulse is varied in accordance with the

AVR Microcontroller. Pulse Width Modulation. Сontroller of DC Motor and LED Light Intensity. Read More »

Writing Program and Compile the Hex File Using the Atmel Studio

AVR Microcontroller Fuse Bits Configuration. Creating and Uploading in the Flash Memory of Microcontroller the LED Blinking Program.

In this case we will create simple program in C code and burn it into the memory of the microcontroller. We will write our own program and compile the hex file, using the Atmel Studio as the integrated development platform. We will configure fuse bits and upload hex file into the memory of the AVR ATMega328P microcontroller, using our

AVR Microcontroller Fuse Bits Configuration. Creating and Uploading in the Flash Memory of Microcontroller the LED Blinking Program. Read More »

Step 1 Writing and Building AVR Microcontroller Application in C Code Using the Integrated Development Platform Atmel Studio 7

AVR Microcontroller. Toggle LED’s Using a Push Button Switch. Push Button Debouncing.

In this section, we will learn How to make program C code for ATMega328PU to toggle the status of the three LED’s according to the input from a button switch. Also, we have explored a solutions to the problem of is ‘Switch Bounce‘. As usually, we will assemble the electrical circuit on base of the

AVR Microcontroller. Toggle LED’s Using a Push Button Switch. Push Button Debouncing. Read More »

Density Based Traffic Signal System using Microcontroller

Density Based Traffic Signal System using Microcontroller

Nowadays, controlling the traffic signal becomes major issue because of rapid increase in automobiles and also because of large time delays between traffic lights. So, in order to rectify this problem, we will go for density based traffic lights system. This article explains you how to control the traffic based on density. In this system,

Density Based Traffic Signal System using Microcontroller Read More »

Scroll to Top