TURN ON LIGHTS WITH RFID CARD
by ensarlevent in Circuits > Arduino
14427 Views, 47 Favorites, 0 Comments
TURN ON LIGHTS WITH RFID CARD
Hi guys! Today we are going make Rfid Card controlled light switch.
When we show first card to reader lights will turn on. When we show second card lights will turn off.
Also you will learn what is the EEPROM.
Let's start..
Watch the video. If you have a problem, you can add a comment..:)
If you like my project please subscribe my YouTube Channel SUBSCRIBE NOW!
Please follow me on Instructables for more useful projects!.:)
What Will We Use?
- Arduino
- RFID Module
- Relay Module
- Breadboard
Connections;
RC522 to Arduino;
3.3v to 3.3v
RST to D9
GND TO GND
IRQ TO (NONE)
MISO TO D12
MOSI TO D11
SCK TO D13
SDA TO D10
Relay To Arduino;
Gnd to Gnd
Vcc to 5v
Signal to D7
EEPROM Using;
You will see 2 different code in data. What should you do?
- Firstly you should upload the ''rfid_setup'' code,
- Open the serial monitor
- You have to show 2 different idcards in 2 different times
- If you done this work, you can upload the second code to your Arduino
- Finally you can use your device.
Code Download Link:
You can download the arduino code from this link;
>>> Download Now! <<<
If you didn't read the last step please read!
Test;
Please watch the video.
If you like my project please subscribe my YouTube Channel SUBSCRIBE NOW!
Please follow me on Instructables for more useful projects!.:)