Skip to content

Babaganoush07/TTGO_T-Display_DHT22_Temperature

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TTGO T-Display with DHT22 Temperature Sensor

Read and display Temperature and Humidity in my van.

Table of Contents

General Information

  • This is my FIRST esp32 project.
  • I could not find a digital thermaometer that met my needs.
  • Wanted the Temp, the RH and the 24 hour Highs and Lows.
  • TTGO T-Display: Amazon
  • DHT22: Amazon

Technologies Used

Features

  • Gets the Temperature and Humidity and displays it on the screen.
  • Screen brightness adjusts to the ambient light.

Screenshots

  • Libraries Used
  • TFT_eSPI
  • AdafruitUnifiedSensor
  • DHTsensorLibrary
  • Wiring Diagram
  • Screen Layout

Setup

  • Manufacturer info: Xinyuan-LilyGO
  • You will need the Adruino IDE. (I am on windows)
  • Add esp32 support by adding https://dl.espressif.com/dl/package_esp32_index.json in the preferences
  • Select the board: Tools -> Board: -> TTGO LoRa32-OLED V1
  • Set the Serial at 921600
  • TFT_eSPI
    • In Arduino/libraries/TFT_eSPI/User_Setup_Select.h
    • Comment out this line: #include <User_Setup.h> // Default setup is root library folder
    • Un-comment this line: #include <User_Setups/Setup25_TTGO_T_Display.h> // Setup file for ESP32 and TTGO T-Display ST7789V SPI bus TFT

Usage

  • Once the IDE is set up, and the components wired.
  • Plug in your T-Display.
  • Verify your Port.
  • Click the Upload arrow.
  • And I think that's it.

Project Status

Project is: Completed.

Acknowledgements

About

Temperature and Humidity monitor

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages