Skip to content

Weather station made with ATMega328p, LCD and humidity/temperature sensor DHT11

Notifications You must be signed in to change notification settings

katapioro/Weather-station

Repository files navigation

Weather-station (2021)

Authors

Katarzyna Pióro - code and connections
Łukasz Piasecki - connections and documentation description

Introduction

Basic weather station made with ATMega328p, LCD and humidity/temperature sensor DHT11.

Short description

This simple academic project was a result of use of free libraries(hd44780.h i dht11.h) and appropriate changes made to them.
Inifinite while loop provides reading of measurement with 500ms synchronization.
DHT11 DATA 32-bit output contains humidity value(first 16-bits) and temperature value(second 16-bits), in both of them first 8-bit stands for integer number and second for fractions. These measurements are presented on 16x2 LCD screen.

Connection diagram

Look: Weather_station_diagram.png

Video presentation

YouTube: https://youtu.be/AQvN4eyB9OQ (Polish)

Libraries

All libraries were provided by free sources and were used and modified only for educational purpose.

About

Weather station made with ATMega328p, LCD and humidity/temperature sensor DHT11

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages