Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 649 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 649 Bytes

Temperature and Humidity Logger

This project logs temperature and humidity data from a DHT11 sensor to an SD card using an Arduino.

Components Used

  • Arduino
  • Arduino Data logging shield
  • HY-M302 sensor shield Utilizing built in:
    • DHT11 sensor
    • RTC module

Installation

  1. Clone the repository:
    git clone https://github.com/YOUR-USERNAME/DHT11_Temperature_Logger.git
    cd DHT11_Temperature_Logger

Open the Arduino sketch:

Open the DHT11_Temperature_Logger.ino file in the Arduino IDE.

Upload the sketch to your Arduino:

Select the correct board and port in the Arduino IDE.
Click "Upload".