Tag: esp32
-
Creating an ESP32 RFID with a Web Server Application
This ESP32 RFID project with a Web Server application reads RFID tags/cards and then displays the validation in a web application in real-time.
-
Interfacing RFID MFRC522 to ESP32
This post will discuss how to Interface and program the RFID MFRC522 card reader to our ESP32 microcontroller.
-
Create your own ESP32 Wifi Car using the library esp32-wifi-car
This post will show how to create your own ESP32 Wifi car using a library that will help you create the project with minimal code.
-
Plot Real-time Chart display of Sensor Readings – ESP8266/ESP32
This post shows how you could plot real-time chart of your sensor readings and updates automatically using ESP8266/ESP32 microcontrollers
-
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.
-
ESP32 Keypad Database Security System – Design
This post shows how you could create your own ESP32 Keypad Doorlock mechanism using a database to store your valid keycodes.
-
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
-
ESP32 Home Automation Project
This post discusses how to create your own ESP32 Home Automation Project that powers AC load and is controlled thru your mobile phone.