Rfid

RFID based security system using AVR ATmega32 microcontroller

RFID technology brought a great revolution in our life as it simplifies the machine communication. RFID’s are used almost everywhere today Schools, hospitals, industries and much more. This article teaches you to build a simple RFID based security system using AVR microcontroller which is reliable and cost efficient. You gotta be familiar with working principle […]

RFID based security system using AVR ATmega32 microcontroller Read More »

How to interface RFID with AVR ATmega32 microcontroller

RFID is most arguably a evolutionary wireless technology which boosted working of embedded devices up to great mark. And there is plenty of systems and devices working based on this technology. This article is focused to teach you how to interface RFID with AVR microcontroller. Before moving on to that interfacing part let’s begin with

How to interface RFID with AVR ATmega32 microcontroller Read More »

RFID Based Attendance System – Circuit, Working, Source Code

Attendance in colleges is generally paper based which may sometimes cause errors. Taking attendance manually consumes more time. So the proposed attendance system uses RFID technology to take attendance. In this system, each student is issued an RFID tag. Controlling unit is in the institute. Whenever the card is placed near the reader, it will

RFID Based Attendance System – Circuit, Working, Source Code Read More »

How to interface RFID with AVR microcontroller (ATmega16)

Knowingly or unknowingly the RFID technology is used by us in our day to day life. The most familiar example is seen in MNCs, schools and offices for daily attendance or automatic door opening system. The RFID contains two parts, namely, tag and receiver modem. When an RFID tag comes in the range of receiver, the

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

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

RFID interfacing with AVR microcontroller (ATmega16) using interrupts Read More »

NFC Secure Data Storage Using Atmega644

Summary “Enabling secure storage capabilities for sensitive data through standardized methods of encryption or multiple agent distribution.” Our group chose to implement a secure form of storage for sensitive information such as passwords or identification numbers. This is modeled after Shamirs secret sharing algorithm. It allows us to distribute information regarding the secret key among

NFC Secure Data Storage Using Atmega644 Read More »

Scroll to Top