switch

device1

Atmel AVR-firmware based universal USB-Interface using ATTiny2313

Scanning the web on microcontroller based USB solutions, I stumbled over Objective Development’s freeware USB solution based on Atmel’s  AVR architecture. I decided to build up their reference design PowerSwitch with an ATTiny2313 MCU. Since I never used AVR chips before, the first challenge was to set up a code development environment enabling me to modify the firmware to […]

Atmel AVR-firmware based universal USB-Interface using ATTiny2313 Read More »

interface LED

How to interface LED with AVR Microcontroller (ATmega16)

ATmega16 has 32 I/O pins to communicate with external devices.  Before interfacing with external devices, these pins must be cofigured as input or output pin. This article demonstrates the basic I/O operation of ATmega 16 using LEDs. All the four ports can be configured to read an input from some external device or to give output to

How to interface LED with AVR Microcontroller (ATmega16) Read More »

Home Security System

Home Security System Using Atmel Mega32

Introduction This is a digital home security system with voice feature which can monitor room temperature, smoke, motion, and windows & doors. The goal of this project is to utilize the after-market parts and build an integrated home security system. Besides traditional magnetic switch equipped on doors and windows, we have also incorporated temperature sensor,

Home Security System Using Atmel Mega32 Read More »