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.
This RFID Based Access Control System is built around Arduino UNO board, RFID reader module, solenoid lock and a few other components. RFID is a non-contact, automatic identification technology that ...
This can be mitigated somewhat by explicitly slowing down the speed of the SPI interface in the Arduino code, by including #define MFRC522_SPICLOCK (400000u) (Sets SPI bus to 400kHz) prior to ...
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 ...
An Arduino, a spent roll of toilet paper, magnet wire, and a few passive components are what’s needed to build this RFID spoofer. It’s quick, dirty, and best of all, simple. However, [S… ...
Spread the loveArduino RFID projects have become increasingly popular in recent years due to the simplified technological mechanisms provided by the Arduino platform. The integration of RFID ...