interfacing

RFID interfacing using interrupts

RFID interfacing with AVR microcontroller (ATmega16) using interrupts

This article covers how to extract and display the twelve byte unique tag ID received by RFID module on LCD using interrupt method. Before proceeding to this article readers must have knowledge of serial interrupt and LCD. In the previous article of RFID, polling method was used where the microcontroller was continuously monitoring the RXC flag. Keeping the microcontroller busy in monitoring the

RFID interfacing with AVR microcontroller (ATmega16) using interrupts 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 »

Interfacing Serial Bluetooth Modem with Computer

Interfacing Serial Bluetooth Modem with Computer using ATmega16

This article would give you a general idea about how to setup and interface any Bluetooth modem with your computer. There are many types of Bluetooth modems available in market, which vary in quality, cost, range, etc. Some of the well known Serial Bluetooth modems are AUBTM, BLUESMIRF, RN-41, HC-05 and HC-04. I would be using

Interfacing Serial Bluetooth Modem with Computer using ATmega16 Read More »

usb physical hit counter

USB CONTROLLED WEB SITE HIT COUNTER ATMEL ATTINY25 WITH DELPHI

Web site counts the number of inputs to the circuit .. Circuit attiny25 an interesting and MAX7219 section based on the indicators used for the 7-segment display 8 hunting and Delphi source code are… Electronics Projects, USB Controlled Web Site Hit Counter Atmel Attiny25 with Delphi “avr project, microcontroller projects, “ Web site counts the number of inputs to

USB CONTROLLED WEB SITE HIT COUNTER ATMEL ATTINY25 WITH DELPHI Read More »

Diggs

Hacking your Digg Button with a Removable Interface Cable using AVR using Atmega

The Digg Button from adafruit industries www.adafruit.com is a very simple DIY electronics kit suitable for beginners. It consists of a microprocessor, a 3-digit display, a button and some available i/o pins. As it comes from adafruit, it’s a counter that displays the number of times it’s button has been pressed. The open i/o lines can be connected with

Hacking your Digg Button with a Removable Interface Cable using AVR using Atmega Read More »

Schematic Diagram

A credit card sized Ethernet Arduino compatable controller board using ATmega168 microcontroller

I love the Arduino as a simple and accessible controller platform for many varied projects.  A few months ago, a purchased an Ethernet shield for my Arduino controller to work on some projects with a mate of mine – it was a massive hit – for the first time, I could control my projects remotely using simple

A credit card sized Ethernet Arduino compatable controller board using ATmega168 microcontroller Read More »