Open comments for this post
I got the raspberry pi working with my keyfob, and It is now able to type out my password for my mac, and log me in. It presses enter to wake the device, types the password and then will press enter again to send the PW. Programming and actually getting the RFID to work on the RasPI was so painful, it kept giving random errors, failing to read and just outright not responding.
Open comments for this post
I added the arduino UID reader code, so that I now can get the UIDs for my keycards and fobs. The next step I will do is writing some basic code to recognise my RFID Tags and log me into my laptop as a starting point.
Open comments for this post
RFID Login - A DIY Yubikey, but for a Raspberry Pi!
So, I built the first stage today, a way to check your key/s UID as otherwise anyone can log in as you! It is a simple python script that will run on a Raspberry Pi. I want to make another version soon that will work on arduino as that way I can keep my RasPi for the actual device and use an arduino for tests. It checks for cards using rfid.request and retrieves the UID using rfid.anticoll. It also formats everything nicely and has a 0.1s delay to reduce load on microprocessors.