Arduino MKR RFID Reader with TFT Display

How to design a nice looking RFID reader with TFT display and for wall mounting.

Dec 11, 2019

12490 views

9 respects

Components and supplies

1

Wire, Wrapping Wire

1

Innovateking-EU RFID Reader

1

ArduiTouch MKR

1

Arduino MKR WiFi 1010

Tools and machines

1

Solder Wire, Lead Free

1

Soldering iron (generic)

1

Wire Stripper & Cutter, 18-10 AWG / 0.75-4mm² Capacity Wires

Apps and platforms

1

Arduino IDE

Project description

Code

rfid.ino

arduino

INO file

usergraphics.h

arduino

graphic data

usergraphics.h

arduino

graphic data

rfid.ino

arduino

INO file

Downloadable files

wiring diagram

wiring diagram

Image

Comments

Only logged in users can leave comments

Image
Image

lars

2 years ago

This project helped me a lot! Thank you for the knowledge you shared!

Image
Image

lars

5 years ago

This project helped me a lot! Thank you for the knowledge you shared!

Image
Image

Anonymous user

6 years ago

Hm nice. Ive somewhat been following these. Thses. How can I use this to create a very simple membership login for our gym? Just want it to log the date and time a member checked in. Good stuff

Image
Image

hwhardsoft

2 years ago

For gym you should use a server (other MKR WiFI1010 or ESP8266) with hold the database with the users and their RFID numbers. The reader can send via UDP or TCP a request to the server and the server can look in his database for this number.... This is more save as to store the numbers in the reader and as to switch the door of your GYM directely via an relay in the reader...