Tag: arduino
-
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.
-
Read LDR/Photoresistor Sensor using ESP32
This short post will discuss how we can read sensor values coming from a Light Dependent Resistor (LDR) or a photoresistor using an ESP32 board.
-
ESP32 Robot Car Using Websockets
This post discusses how we can control our robot car using ESP32 Websockets. We are using our mobile phones in controlling the directions and speed settings of our robot car by sending websocket message between our phone browser and the asynchronous websocket server running in our ESP3
-
NodeMCU ESP8266 Web Server Tutorial Series
This project tutorial series will discussed how to create your own ESP8266 Web Server using the NodeMCU module. The web server application that we are gonna be creating is used to control our electronic components.
-
ESP8266 NodeMCU Web Server: No Page Refresh using AJAX and Javascript
This post discusses how we can make our NodeMCU ESP8266 Web Server more responsive and reduce the page refresh or flickering using the AJAX or XMLHttpRequest API.
-
ESP8266 NodeMCU Web Server: Control components from your Mobile Phones
In this post we are going to discuss how we can control our electronic components using our mobile phone thru the use of the ESP8266 NodeMCU Web Server. We connect to our web server thru our mobile phones browser and control whatever components we like.
-
Installing ESP8266 Core to Arduino IDE
In this post we are going to show how to install the Add On (ESP8266 Core) developed by the ESP8266 community so that you can program this chip using your Arduino IDE.
-
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
-
Arduino RFID Database Security System: Designing the Project
This article describes how to design an Arduino RFID Security System that uses the ESP8266 ESP-01 to communicate with the database