oblassgit / Temperature-monitoring-with-display

An Arduino Project for monitoring temperature and humidity with a DHT-11 sensor and showing it on a display

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Temperature monitoring

This Project is a simple demo project for monitoring and displaying temperature and humidity data and showing them on a Adafruit 128x32 display.

My wiring:

Screenshot 2024-03-15 at 13 50 32

What is needed for this Project:

  • DHT 11 sensor
  • Adafruit SSD1306 display
  • ESP2866F Module
  • some cables
  • a Breadboard
  • a 10k Ohm Resistor (There is a version of the DHT11 sensor that doesn't need a resistor)

Dependencies:

  • DHT Sensor Library
  • Adafruit BusIO
  • Adafruit GFX Library
  • Adafruit SSD1306
  • Adafruit Unified Sensor

About

An Arduino Project for monitoring temperature and humidity with a DHT-11 sensor and showing it on a display


Languages

Language:C++ 100.0%