Arduino RFID Simulating Simple Access Control System

Just a simple Arduino-based RFID system to control stepper motor in a prototype circuit.

Sep 24, 2018

38658 views

12 respects

Components and supplies

1

BOOSTXL-ULN2003 ULN2003A Dual Stepper Motor BoosterPack

1

RFID Module (Generic)

1

LED (generic)

1

LCD KeyPad Shield For Arduino

1

Buzzer

1

Arduino UNO

Project description

Code

Simple Arduino RFID access control using adruino onGithub

Simple Arduino RFID access control using adruino

arduino

Simple Arduino RFID access control using adruino onGithub

Simple Arduino RFID access control using adruino

arduino

Downloadable files

Circuit Schematic

Circuit Schematic

Documentation

Fritzing Schmatic

Fritzing Schmatic

Fritzing Schmatic

Fritzing Schmatic

Comments

Only logged in users can leave comments

shohanur_rahman

2 years ago

I really like this project. How can I connect AT24C256 External EEPROM with this project and add EEPROM program? Please help me?

Rahamthulla

3 years ago

It is a very nice project, but it shows error in this line. X113647Stepper myStepper(STEPS_PER_REVOLUTION, A0, A1, A2, A3); //stepper on pins A0 through A3 'X113647Stepper' does not name a type

Anonymous user

2 years ago

Use this row: tardate::X113647Stepper myStepper(STEPS_PER_REVOLUTION, A0, A1, A2, A3); //stepper on pins A0 through A3

shohanur_rahman

4 years ago

I really like this project. How can I connect AT24C256 External EEPROM with this project and add EEPROM program? Please help me?