Arduino RFID Unlock Mac (Linux and Win)

by masteruan in Circuits > Arduino

8513 Views, 52 Favorites, 0 Comments

Arduino RFID Unlock Mac (Linux and Win)

RFID UNLOCK.png

I've a macbook pro, I've also a big password on my macbook. When the mac goes on stop, I do write the pass for open the system. In a normal day I digit the password something like 100 times. Now I've found the solution! The RFID TAG!

I use an Arduino micro, and an RFID sensor tag for unlock my computer by keychain.

Follow my Instructables, and UNLOK your computer without touching keyboard.

Materials

Arduino Micro (China) or Arduino Leonardo

RFID Shield RC-522

3.3 voltage regulator

Breadboard

Jumpers

Connect the Hardware

Unlock computer password by RFID TAG
550px-MICROPIN.jpg
Uno_RFID-RC522.png
PA300003.JPG
PA300005.JPG
PA300008.JPG

For this project you do use an Arduino/Genuino Leonardo on pro micro. The reason is implicit on the project. When you use the rfid tag near the Arduino, it send the letters of your password to your system. Your computer read the atmega32u4 like a keyboard. In the code of Arduino there is your system password. This password will be wrote on screen when you present the TAG. For this reason, the connections to RFID RC-522 of this Instructables are fits for an Arduino Leonardo or Arduino Micro (China). Follow the scheme and see the image. Connect all the pin. Pay more attention to connect the 3.3V pin of RFID shield to voltage regulator. You can burn the shield.

You can use also an Arduino Pro micro 3.3V, without voltage regulator.

1 SDA 10

2 SCK SCK1

3 MOSI MOSI1

4 MISO MISO1

5 IRQ *

6 GND GND

7 RST Reset

8 +3.3V Volt regulator --> 3.3V

Upload the Code

Screenshot-2015-11-03-12.27.18.png
PA300006.JPG

Before uploading the code, write your TAG code, and install the MFRC522 library by using https://github.com/ljos/MFRC522.

After this connect the Arduino to computer, and upload the code in the file.

Downloads

Try the Code

PA300007.JPG

Well! it's time to try!
Open a Text Editor, and connect your Arduino to computer. Try to approach your TAG to the RFID reader. If all is OK, you can see your password on text editor. It works?!