EXERCISE-2
Design Temperature and Humidity Monitoring System
Objective: Build a system to display temperature and humidity on an LCD.
Components: Arduino, DHT11 sensor, LCD display.
Features: Collect real-time environmental data and display it.
Methodology
1. Drag a DHT11 sensor and an LCD display to the workspace.
2. Connect the DHT11 to the Arduino (data pin to a digital pin) and the LCD
using an I2C module.
3. Use libraries like DHT.h and LiquidCrystal_I2C.h in your Arduino code to
display readings on the LCD.
Note- After completing the project, kindly prepare a detailed project report and
upload it to the LMS. Ensure the report is well-structured, includes all relevant
details, and adheres to the required format.
Once completed, compile them into a single PDF. The file should be named as
follows:
For example, if your name is Sivabalan P and your registration number is
23011103051 IoTB, then the folder name should be:
23011103051_Sivabalan_IoTB_Assignment1
Ensure your submission is clear, properly formatted, and adheres to the naming
convention.