Page 1 of 1

Controlling Servo Motor with RFID Card Reader by using NRF24L01 1. Designate one NRF24L01 module as receiver and the oth

Posted: Mon May 02, 2022 2:28 pm
by answerhappygod
Controlling Servo Motor with RFID Card Reader by using
NRF24L01
1. Designate one NRF24L01 module as receiver and the other as
transmitter.
2. Plug the NRF24L01 module and one RFID card reader module, which
is determined as the transmitter, on one Arduino.
3. Plug the NRF24L01 module and one Servo motor, which is
determined as a receiver, on one Arduino.
4. Write the Arduino codes required for data transfer between the
receiving device and the transmitting device for both
devices.
5. Set a 4-digit password in the receiving device.
6. Compare the 4-digit password from the transmitting device with
the password you have set.
7. If the passwords are the same, change the current position of
the servo motor in the receiver circuit 90 degrees. 5 seconds after
this change, return the servo motor to its original position.