Weather Station with Alerts

In this project, we will create a weather station that will monitor the real-time temperature and humidity and will send a notification to the user's phone if the temperature crosses a user-defined threshold.

These types of systems are very useful when you have a lot of data to monitor, and it is important to know if certain measurements cross a threshold. An example where this could be applicable is agricultural projects, where plants may be harmed if the temperature goes above a certain threshold, or if the soil moisture goes below a certain threshold and so on.

For demonstration purposes, we will use an SHT2X sensor to monitor the real-time temperature and notify the user when the temperature crosses a user-defined threshold.

We will also create a dashboard to check the real-time value of the Temperature and Humidity.

Let's start by configuring the required prerequisites for the project.

Last updated