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 »










