SalmaAlassal / Weather-Station-App

A simple web application built using Spring Boot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Weather Station

This is a simple web application built using Spring Boot, h2 database and Thymeleaf. The application displays the data from the sensors and also allows the user to set thresholds for the sensors. If the data crosses the threshold, an alert is shown on the web page.

This project is a part of my learning process of Spring Boot. If you're interested in learning Spring Boot, I would recommend you to check out my repository SpringBoot-LearningHub.

Hardware

The hardware used for this project is:

  • ESP32
  • DHT22 for measuring temperature and humidity
  • BMP180 for measuring pressure and altitude

Snapshots

Snapshots Snapshots

About

A simple web application built using Spring Boot

License:GNU General Public License v3.0


Languages

Language:Java 60.8%Language:HTML 25.1%Language:CSS 11.1%Language:JavaScript 3.0%