https://github.com/gnomgad/arduino-weather-monitor
simple methiostation with lcd monitor and sensor
https://github.com/gnomgad/arduino-weather-monitor
arduino arduino-project dht11 diy diy-electronics electronics embedded-systems humidity-monitoring lcd-display lcd1602 sensor-integrations temperature-monitoring weather
Last synced: 21 days ago
JSON representation
simple methiostation with lcd monitor and sensor
- Host: GitHub
- URL: https://github.com/gnomgad/arduino-weather-monitor
- Owner: GnomGad
- License: mit
- Created: 2024-07-18T15:46:59.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-07-18T16:30:24.000Z (9 months ago)
- Last Synced: 2025-02-12T01:30:11.526Z (2 months ago)
- Topics: arduino, arduino-project, dht11, diy, diy-electronics, electronics, embedded-systems, humidity-monitoring, lcd-display, lcd1602, sensor-integrations, temperature-monitoring, weather
- Language: C++
- Homepage:
- Size: 115 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Arduino-Weather-Monitor
This project uses an Arduino, a DHT11 temperature and humidity sensor, and a 16x2 LCD display to monitor and display environmental conditions.
## Components
- Arduino Uno mini
- DHT11 sensor
- LCD 16x2 display## Libraries
- `DHT sensor library` by Adafruit
- `LiquidCrystal library` (usually comes pre-installed with the Arduino IDE)## Features
- Real-time temperature and humidity monitoring
- Display readings on an LCD screen## Setup
1. Connect the DHT11 sensor to pin 2 of the Arduino Uno.
2. Connect the LCD 16x2 display to pins 3, 4, 5, 6, 7, and 8 of the Arduino Uno.
3. Upload the provided code to your Arduino Uno.## Images
