News

An Arduino Nano controls two relays which in turn can turn the car on, start it, and turn it off. Instead of adding a button for “push to start” he opted for a 13.56MHz RFID module.
"MFRC522" library for the RFID module. "SPI" library for SPI communication. "ESP8266" library for the ESP8266 development board. Install them via the Arduino IDE Library Manager. Usage: Scan RFID ...
I demonstrate how to build an RFID-based access control system using Arduino! This project integrates an RFID reader (RC522), servo motor, 16x2 I2C LCD, three LEDs (Red, Yellow, Green), and a 2-pin ...
Upload the UID Scan Code. After dumping the code into Arduino, it will ask you to scan the RFID Card. After scanning, you can able to see the scanned RFID card UID details in the serial monitor at the ...
Security researcher [Fran Brown] sent us this tip about his Tastic RFID Thief, which can stealthily snag the information off an RFID card at long range. If you’ve worked with passive RFID bef… ...
Learn to build an RFID based attendance system using Arduino with step-by-step instructions, circuit diagrams, and complete code. This $35 DIY project replaces expensive commercial systems with ...
RFID enables wireless data collection by readers from electronic tags attached to or embedded in objects, for identification and other purposes. This article describes the construction of a simple ...
I just received my RC522 RFID reader and made this simple Arduino access control system that uses the reader, a buzzer for the alarm and a relay shield for the security system. The relay can be used ...
Arduino Code for RFID-based Authentication System. The code is developed using the Arduino IDE. The EM 18 RFID module operates on serial communication; when RFID is detected, it sends the data over ...