RFID Tags and Readers.
RFID Tags and Readers. RFID tags is an ID system that uses small radio frequency identification devices for identification and tracking process. The RFID tagging system includes the tag is self, a read/write device, and a host system allocation for data collection, processing and transmission. I used this technology for my smart toy. Using this identification technology I improved my smart car toy when its hit any object while moving, it will recognize the object with RFID readers and tags. RFID tag will be in the object and reader is in the car circuit. Talking about positioning the tags it will be in lower range from the floor, where reader of the RFID can detect the range according to its radio frequency. Below you can see my code which is coded in Arduino IDE platform. #include <SPI.h> //Serial Port connection enable #include <MFRC522.h> //RFID module import #define RST_PIN 5 ...