Posts

Showing posts with the label Technology Electronics RFID Projects Arduino Tutorials DIY Projects Home Automation Motor Control

How to make a Rfid id tag to turn on the Motor

Image
        How to create an RFID tag that Activates the motor ...........................................................................Diagram..................................................................             .................................................................Connection route................................................................ How it Works: Setup: Replace authorizedUID with the UID of your authorized RFID tag. The relay module is connected to RELAY_PIN (pin 8). Motor Control: When the authorized tag is scanned, the motor toggles ON/OFF. UID Detection: The program reads the RFID tag's UID and compares it with authorizedUID . Wiring: RFID Reader: VCC → 3.3V RST → Pin 9 GND → GND MISO → Pin 12 MOSI → Pin 11 SCK → Pin 13 SDA → Pin 10 Relay Module: VCC → 5V GND → GND IN → Pin 8  ................................................................... Arduino Code...........................................