Tag: rfid-database-project
-
Raspberry Pi RFID Door Lock System with Database
This is a Raspberry Pi RFID project with a database interface where it controls a solenoid door lock based on information stored in our database.
-
Arduino RFID Database Security System: Program Arduino and ESP8266
In this article we are going to program our Arduino RFID Database Security System. We will configure the Arduino to read the MFRC522 RFID Reader and retrieve the RFID code. The RFID code is then sent thru the ESP8266 ESP-01 through serial communication.
-
Arduino RFID Database Security System: Create the application that would interact with the database
This post discusses how to create an Application that will connect to our database to retrieve valid RFID Codes. This is part of our Arduino RFID Database Security System