analog

interface serial ADC0831

How to interface serial ADC0831 with AVR microcontroller (ATmega16)

ADC is an electronics device that converts the analog signals to digital number proportional to the magnitude of voltage. The ADC chips like ADC0804, ADC0809 etc., give 8-bit digital output. The controller device needs eight pins to receive the 8-bit data (For more details about ADC refer to Using Inbuilt ADC of AVR). Some applications need higher

How to interface serial ADC0831 with AVR microcontroller (ATmega16) Read More »

Interfacing Triple Axis Accelerometer

Interfacing Triple-Axis Accelerometer with AtMega16

Requirements AtMega 16 IC/development board 3-Axis accelerometer LCD screen 16X2 (for displaying X, Y and Z data) Description This project makes use of three out of the eight ADCs present in AtMega16 IC to display the corresponding digital data of X, Y and Z outputs of an accelerometer on 16X2 LCD. Accelerometer First let’s talk about

Interfacing Triple-Axis Accelerometer with AtMega16 Read More »

Electricity End Use Consumption

Wireless Sensor Network for Energy and Environmental Monitoring: Helping Old Buildings Go Green Using Atmega

I. Introduction Today, the rising cost of energy and social trend of “going green” has put increasing pressure on commercial property owners to improve the efficiency of their investments. There is good reason for this, too. In the State of California, office buildings represent the single largest user of energy in the commercial sector (Efficiency

Wireless Sensor Network for Energy and Environmental Monitoring: Helping Old Buildings Go Green Using Atmega Read More »

echo generator

Generating AUDIO ECHO using Atmega32 microcontroller

Introduction: But now I can do this very easily by a simple digital signal processing using a microcontroller. It’s concept is very simple, ie we need to apply a proper delayed feedback in digital samples with in a circular buffer. I did this using an atmega32 microcontroller and it worked fine. This is simple but really an interesting project.

Generating AUDIO ECHO using Atmega32 microcontroller Read More »