Skip to content

Wookai/arduino-rfid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

#arduino-rfid

A short example of how to read 125 kHz RFID tags using an Arduino and a RMD6300 RFID module

See a video here on how it works in action [Youtube] (http://www.youtube.com/watch?v=u8YD3-BrHv0)

Required hardware

How to use

  • Simply plug the antenna, as well as the power, ground and TX pins of the RFID module to the Arduino (you can find the pins description in the datasheet). The TX pin of the module should connect to the RX pin of the Arduino.
  • To use the LEDs as success/error indicators, plug two LEDs to the Arduino (in our code, we use pin 10 and 13)
  • Using the Arduino IDE, compile and upload the code to the Arduino. Note that you have to unplug the cable connecting to the RX pin of the Arduino to be able to upload the code.
  • Put one of your RFID tags close to the antenna and watch! You can use the serial monitor of the Arduino IDE (Ctrl+Shift+M) to see the messages we are printing, and note down the IDs of your tags if you don't know them.

About

A short example of how to read 125 kHz RFID tags using an Arduino and a RMD6300 RFID module

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Other 100.0%