News

Complete Arduino RFID tutorial using RC522 module. Learn wiring, programming, and build practical projects like door locks. Code examples included.
RFID or Radio-frequency identification is the use of radio waves to read and capture information stored on a tag attached to an object. In this video, you'll learn how to use your Arduino as an RFID ...
The project implements Arduino UNO as a base controller. It utilized SIM808 for GSM, GPS and GPRS connectivity. The project also implements RFID module RC522 for Mayfair card integration. The project ...
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 ...
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 ...
Code is simple, based on the existing Arduino RC522 library. Upon a successful scan of the correct tag, the Arduino acts as a HID keyboard and types the user’s password into the computer along ...