Main Content

In this article we are going to discuss the designing process of our Arduino Radio Frequency Identification (RFID) Database Security System Project. This will walk you through the way I design my own RFID Project that connects to the database to verify if an RFID tag is allowed or not.

There are lots of tutorials online that I have read about this and I seem to be confused on some of the stuffs that are being discussed. This is my own design process on how I would create the project and I am hoping that beginners could get something from this.

I have divided this project into several post so as to focus on the important stuff per each post.

Designing the Project
Create database to store our RFID code using SQLLite
Create the application that would interact with the database
Putting it all together”

Link to article