https://github.com/bieanimaton/arduino_weather_station
This is an Arduino project using LCD Display and DHT11 to create a weather station.
https://github.com/bieanimaton/arduino_weather_station
adafruit arduino dht11 display-lcd-16x2 liquidcrystal
Last synced: about 2 months ago
JSON representation
This is an Arduino project using LCD Display and DHT11 to create a weather station.
- Host: GitHub
- URL: https://github.com/bieanimaton/arduino_weather_station
- Owner: BieAnimaton
- Created: 2020-10-25T20:26:35.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-10-27T09:39:00.000Z (over 4 years ago)
- Last Synced: 2025-01-15T18:41:49.425Z (3 months ago)
- Topics: adafruit, arduino, dht11, display-lcd-16x2, liquidcrystal
- Language: C++
- Homepage:
- Size: 1.95 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Arduino-Weather-Station
This is an Arduino project using LCD Display and DHT11 to create a weather station.
## Notes :books:
- Responsive project to ambient temperature and humidity.
- Practice electronics skills.## Images :robot:


## Components :point_up:
- Arduino Uno x1.
- LCD Display 1602 Arduino -- Blue Backlight -- 16 Pins x1.
- DHT11 Sensor x1.
- B10K Potentiometer x1.
- Power supply from own Arduino.
- Protoboard x1.
- Jumpers xN.## Libraries :bookmark_tabs:
- Adafruit_Sensor
- DHT
- DHT_U
- LiquidCrystal