Skip to content

Hancoki/RFID-login

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RFID-login

RFID login render

Description

This is a RFID login device based on the microcontroller Sparkfun Pro Micro. It allows easy to type in your login credentials in same way as your keyboard does. But it seems a little bit smarter.

In first step I developed this device as a prototype on a breadboard. For the device I used the following components.

Bill of material

  • SparkFun Pro Micro 3.3V/8MHz microcontroller
  • RFID MFRC522 reader & IC card
  • circuit board size 70mm x 50mm
  • USB mini cable (USB-A male/USB-B male) ~1m
  • resistors 3x 200Ohm, 1x 100Ohm
  • RGB led
  • switch
  • piezo buzzer

Wiring

RFID login schematic

As you can see in schematic above I wired the pins of microcontroller as follows:

Pin Function Pin Function
4 RST (RFID) 10 SDA (RFID)
5 LED (blue) 14 MISO (RFID)
6 LED (green) 15 SCK (RFID)
7 switch 16 MOSI (RFID)
8 buzzer GND GND
9 LED (red) VCC 3.3V (RFID)

Programming

For programming the Pro Micro I used PlatformIO inside of VS CODE.

Included libraries:

What comes next?

For a future version of my RFID login device I plan to decrement the size of case and develop a custom circuit board for it. Also a possibility to program the device instant without compiling the code again and again would be very nice.

If you have any questions or ideas for improvement, please let me know and write an issue.

Thanks for your participation!

About

An Arduino based RFID login device.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages