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.
This post shows how you could create your own ESP32 Keypad Doorlock mechanism using a database to store your valid keycodes.
This post will show how you can use Node.js and React to display a chart of real time sensor readings from an ESP32 microcontroller.
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.
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
This post discusses how to create your own ESP32 Home Automation Project that powers AC load and is controlled thru your mobile phone.