Tasmanian Devil

Rank: 860 / 1333

4 selected videos

Arduino using a RFID RC522 part 2 (master and slave card)

This explains how to use a master RFID which adds slave cards to the system, it uses a LCD screen and 2 LED's to show you the status. Using the you could easily trigger almost anything with this. Example door lock, gate, garage door, ext ...

Link to the Code :

https://github.com/TasmanianDevilYouTube/Arduino/tree/master/RFID_master_slave_cards

Links to the Libraries :

https://github.com/miguelbalboa/rfid

https://bitbucket.org/fmalpartida/new-liquidcrystal/downloads

View more

Related topics : rfid card door lock system / rfid door lock system arduino

Arduino using a RFID RC522 part 3 (Added lock and sdcard)

This is my 3rd video showing how to use the RFID scanner to control a lock, I am planning a 4th one which will be a actual door and connecting to a server.

Link to the Code :

https://github.com/TasmanianDevilYouTube/Arduino/tree/master/RFID_master_slave_stored_to_SD

Links to the Libraries :

https://github.com/miguelbalboa/rfid

https://bitbucket.org/fmalpartida/new-liquidcrystal/downloads

https://github.com/greiman/SdFat

Note the sdfat link takes you to a sdfat-master.zip download, download...

View more

Related topics : rfid door lock arduino

Arduino using a RFID RC522

This is a simple explanation on how to use an RFID-RC522 connecting to a Arduino UNO

Link to the Library, and I used the example that comes with the Library

https://codeload.github.com/miguelbalboa/rfid/zip/master

View more

Related topics : library using rfid

Arduino using 2 RFID RC522 at the same time

This is a simple video on how to use 2 RFID card readers using 1 Arduino. These use the SPI protocol and this could be used with any device that uses SPI as long as the library handles it properly.

Links to the Libraries :

https://github.com/miguelbalboa/rfid

View more

Related topics : library using rfid