Skip to content

python weather predictor with UI which predicts your room temperature and humidity. Nodemcu and dht11 were used to log weather data to a thinkspeak channel.

Notifications You must be signed in to change notification settings

rakeshseal0/Weather-Predictor-with-UI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This is a simple weather predictor which:

  • Downloads weather data from a thinkspeak channel in csv format.
  • Predicts Temperature and Humidity using interpolation method.
  • Shows predicted data In a basic UI created with Tkinter.

The data is uploaded to the channel using a nodemcu and dht11:

  • DHT11 reads the temperature and humidity data.
  • Nodemcu sends the data to thinkspeak channel.

About

python weather predictor with UI which predicts your room temperature and humidity. Nodemcu and dht11 were used to log weather data to a thinkspeak channel.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published