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 tutorials, and UNLOK your computer without touching keyboard.
MaterialsStep 1: Connect the hardware
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 tutorials 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
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.
Step 3: Try the codeWell! 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?!
Comments
Please log in or sign up to comment.