News

This project was originally developed in December 2020 as a school project at The Prince Royal's College, Chiang Mai, Thailand. The system uses RFID technology to create an automated shoe storage and ...
The use of Radio Frequency IDentification (RFID) technologies is growing. Many different applications are implemented in various sectors, and used for very different purposes. RFID enables wireless ...
#define SS_PIN 10 #define RST_PIN 9 #define SERVO_PIN 3 #define GREEN_LED 6 #define RED_LED 7 MFRC522 rfid(SS_PIN, RST_PIN); Servo myServo; byte authorizedUID[4] = {0x91, 0x61, 0x31, 0x03}; // !!!
If you want to learn more about RFID readers, how they work and how to use one you can check out our tutorial on how to interface RFID reader with Arduino. After completing the circuit, I assembled ...
Serial entrepreneur Patrick Thomas Mitchell has once again taken to Kickstarter to launch his 33rd campaign allowing electronic enthusiasts to back a small yet fast RFID reader. The card reader can be ...
Instructables user talk2bruce created the Arduino Internet Gizmo, a card reader that takes you to your favorite websites with a touch of an RFID tag. Instructables user talk2bruce created the Arduino ...
A cool RFID music table has been created using Arduino, iPod, and RFID tags to make it easy to change albums by simply changing the RFID tag. Each RFID tag has an individual code number relating to ...
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, [SketchSk3tch’s] ...
Arduino is one of those boards that has become synonymous with hacking and making. Since its introduction in 2005, over 700,000 official Arduino boards have been sold, along with untold millions of ...