Turnstile Access Control System Using RFID, Stepper Motor, IR Sensor and Arduino Uno

by Gift Nyathikazi in Circuits > Arduino

720 Views, 2 Favorites, 0 Comments

Turnstile Access Control System Using RFID, Stepper Motor, IR Sensor and Arduino Uno

Screenshot 2023-12-15 014443.png

Arduino serves as the project's microprocessor. RFID is used to read student cards and tags; if the tag or student card is correct, the turnstile, which is a stepper motor, will spin 90 degrees, granting entrance to the individual leaving the premises. However, if the tag or student card used is not allowed, the turnstile will not open to allow entry. For someone to enter the premises, the IR sensor must first identify the presence of someone at the turnstile's entrance site, and if that person uses an approved tag or student card, the turnstile will turn 90 degrees to permit access.

Supplies

arduino-uno-r3.jpg
download.jpg
images.jpg
download.jpg
images.jpg
download.jpg
  • Arduino Uno
  • Jumper wires (male/male and male/female)
  • Mini breadboard
  • RFID module (MFRC-522)
  • Card & Tag
  • Stepper Motor (28BYJ-48) with ULN2003 Driver board
  • IR Sensor
  • cardboard
  • Hot glue & gun

Connection

Screenshot 2023-06-06 014058.png

After gathering all the materials needed, you may start connecting the circuit as shown on the schematic. All the pins must be connected correctly and accurately.

Code

Download the code and upload it to the microprocessor (Arduino).

Working Video

Turnstile Access Control System using Stepper motor, RFID and Arduino Uno