Tag: database-application
-
Keypad with a Database Security System using Raspberry Pi
We are building our own Keypad Security System with a database interface using our raspberry pi in this post.
-
ESP32 Keypad Database Security System Code
This post will discuss the code of our ESP32 Keypad Database Security System and how we will control our doorlock using the keypad. This will also explain how it calls our REST API server so that we can access our database interface.
-
Install MongoDB in Windows for IOT Applications
In this post we are going to show how to install MongoDB in your Windows Operating System (OS). We are going to use the MongoDB in our future Internet of Things (IOT) applications.
-
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
-
Arduino RFID Database Security System: Create database to store our RFID code using SQLLite
In this article I am going to discuss how we can create our database for our RFID Security System. The following database that we are creating will be use in the future Arduino, Raspberry Pi, ESp8266, ESP32 or other MCU so stay tuned for future articles.