List of my latest Internet of Things Tutorials:
- Control your Arduino IoT projects with a MongoDB databaseby donskyThis post will show you how you can control your Arduino-based project with your MongoDB database using ESP32/ESP8266 microcontroller board
- MongoDB Database for IoT Developers Seriesby donskyThis post will show you how to interface the MongoDB NoSQL database to your Internet of Things (IoT) projects.
- Arduino Fingerprint Door Lock using ESP32 with a Web Appby donskyThis post will show you how to create your own fingerprint door lock system with a web application using ESP32 running the Arduino framework
- ESP8266 Webserver Conveyor Counterby donskyIn this article, we are going to create a real-time ESP8266 Webserver object counter that displays the count thru wifi using an IR sensor.
- ESP32 Keypad Database Security System Codeby donskyThis 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.