Make An Arduino RFID Card Reading

Finally! It’s been about 3 months since my last Arduino tutorial – I’ve been keeping busy as usual. I’ve been working on this one for some time. I got the parts months ago, made an outline a few weeks ago, prototyped the circuits and wrote the code last week, and did the filming over the last few days.

Arduino RFID Card Reading

Thanks to Jeremy , for this articles.

I’ve upped the ante for my production capabilities on this video. I’m using two cameras (A Canon Vixia HF11 and a Canon EOS Rebel T3i Digital SLR), a fancy new Rode Shotgun microphone, and more tripods! I’ve also implemented some improved audio processing on my voice-overs, so let me know what you think!


RFID technology is really really fun in my opinion, and I’ve been wanting to implement it in a project for some time now. However, doing that can be challenging. But, thanks to the tutorial below, you should have no problems putting together a simple RFID-based security system! I explain the physics of how RFID works in the video, but if you’re a physics nerd like me, and you’re hungry for more, be sure to read up on RFID on Wikipedia. In this video, I’ll explain how to setup an RFID reader (like this one) with your Arduino, read some serial numbers, and use that data to make a secure entrance database.

Arduino RFID Card Reading Schematic

You can download the files associated with this episode here:

Major Components in Project

PARTS LIST
1.   Arduino Uno  (or Mega):  http://us.element-14.com/arduino/a000046/arduino -uno -board/dp/13T9285
2.   RFID Reader and coil:  http://www.cooking-hacks.com/index.php/arduino-rfid -module-18.html
3.   RFID Cards and  Tags: http://www.cooking-hacks.com/index.php/rfid- tag-combo.html
4.   XBee Shield for Arduino: http://us.element14.com/arduino/a000021/arduino-xbee -shield-w-o-xbee -module/dp/13T9278?Ntt=Xbee+Shield
5.   USB Cable: http://us.element-14.com/jsp/se arch/productdetail.jsp?SKU=73H0884
6.   Arduino Software:  http://arduino.cc/en/Main/Software
7.   Breadboard: http://us.element-14.com/jsp/search/productdetail.jsp?SKU=17C6965
8.   Jumper Kit:   http://us.element-14.com/3m/923351- i/pcb-accessories/dp/65F2290
9.   8 ohm Speaker:  http://www.jameco.com/webapp/wcs/stores/servlet/Product_10001_10001_135694_-1
10.  Servo Motor:  http://www.sparkfun.com/products/906 4
11.  1k ohm Resistor:  http://us.element-14.com/multicomp/mcf -0 -25w -1k/resistor- carbon -film -1kohm -250mw/dp/38K0327
12.  100 ohm Resistor (x2): http://us.element14.com/multicomp/mcf -0 -25w -100r/resistor-carbon -film -100ohm-250mw/dp/38K0326
13.  Pushbutton:  http://www.sparkfun.com/products/9190
14.  Red LED:  http://us.element14.com/optoelectronics/113rp/led- t-1 -3 -4 -red -18mcd -700nm/dp/15B5583

For more detail: Make An Arduino RFID Card Reading

 

About The Author

Scroll to Top
Read previous post:
Arduino – One Wire Digital Temperature Sensor – DS18B20

The one wire Digital Temperature Sensor - DS18B20 from Maxim (formerly Dallas) is a great chip for measuring temperature in...

Close