Microcontroller › Arduino › RFID interfacing with arduino mega › Hi RumanThere is a software
September 24, 2016 at 10:48 am
#14152
GANEEV SINGH
Participant
Hi Ruman
There is a software interrupt available related to Rx complete; check it out. I would suggest you to run the timer for desired seconds and leave the headache, of checking the RFID data, for this interrupt. So as soon as the controller detects any Rx data, it will interrupt in between and thus you can do the related task in its service routine function.
Hope this helps