Arduino Data Logger using MongoDB Database
This post will show you how you can create your own Arduino Data Logger application that will save temperature readings to your MongoDB database. I have used an ESP32 microcontroller board in interfacing with my DHT22/DHT11 sensors. The REST API Server is built using Python, Flask, and PyMongo. WriteUp: https://www.donskytech.com/arduino-data-logger-using-mongodb-database/ MongoDB Database IoT Developer Series https://www.donskytech.com/mongodb-database-for-iot-developers-series/ Code: ESP32 Arduino Data Logger: https://github.com/donskytech/platformio-projects/tree/main/esp32-projects/esp32-data-logger REST API Server: https://github.com/donskytech/arduino-data-logger Contents of the Video: 0:00 Intro 0:33 DonskyTech Plug 0:45 Demo 2:56 About Arduino Data Logger using MongoDB Database