AVR ATmega Projects

Light Intensity Measurement using LDR and AVR Microcontroller

In this project we are going to interface LDR with ATMEGA8 microcontroller, and with this we can measure LIGHT INTENSITY in the area. In ATMEGA8, we are going to use 10bit ADC (Analog to Digital Conversion) feature to measure the light intensity. Am LDR is a transducer which changes its resistance when LIGHT falls on its surface

Light Intensity Measurement using LDR and AVR Microcontroller Read More »

Introduction to Octocoupler and Interfacing with ATmega8

In this tutorial we are going to interface an Optocoupler with ATMEGA8 microcontroller. Octocouplers are fascinating devices used to isolate the electronic and electrical circuits. This simple device isolates the sensitive electronics from robust electronics like motors, yet keeping the load in control over the source. Say we want to control the speed of an AC motor

Introduction to Octocoupler and Interfacing with ATmega8 Read More »

How to establish UART communication between ATmega8 and Arduino Uno?

Here we are going to establish a communication between an ATmega8 microcontroller and Arduino Uno. The communication established here is UART (Universal Asynchronous Receiver Transmitter) type. It’s serial communication. By this serial communication data can be shared between two controllers, which is a required in various embedded system applications. In embedded systems we must have basic knowledge about

How to establish UART communication between ATmega8 and Arduino Uno? Read More »

Scroll to Top