Skip to content

ESP32 microcontroller that collects data from sensors and stores it on a online database. Data visualization is done on the Grafana platform.

Notifications You must be signed in to change notification settings

alex64a/ESP32-IoT-platform

Repository files navigation

ESP32 IOT Project

This is an IOT project developed with an ESP32 microcontroller and sensors. The objective of this project is to collect sensor data from the microcontroller and to store it to a cloud database (InfluxDB). The collected data is then sent to an online visualisation platform Grafana for better presentation of the collected data.

Requirements

Software:

Hardware:

  1. ESP32 microcontroller
  2. DHT11 Temperature and humidity sensor
  3. Sound sensor
  4. Other sensors

Hardware wiring

DHT11 to ESP32:

  • GND -> GND
  • VCC -> VCC
  • DOUT -> GPIO4

Sound sensor to ESP32:

  • GND -> GND
  • VCC -> VCC
  • OUT -> GPIO18

Installation

  1. Clone the git repository
  2. Upload the code to the microcontroller via Arduino IDE

Credits

Prof. dr. Ivan Mezei

About

ESP32 microcontroller that collects data from sensors and stores it on a online database. Data visualization is done on the Grafana platform.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages