Good Day guys! I need some help on my project specifically RFID.
To save battery, I want my RFID system to go to sleep when it is not reading a card but wakes up when a card gets near to it.
There are three pins on my RFID, TX(output), RX(input), LED(input).
I notice that when it is reading a card the LED pin is LOW and when It is not reading it is HIGH.
So basically what I want is for my system to go to sleep when the LED pin reads HIGH for lets say 10 secs.
Then the moment it reads a LOW, arduino wakes up.
Any sample program is much appreciated so I can incorporate it in my code.
Thank a lot and more power to out COmmunity!