Skip to content

petrgabrlik/rpimeteo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RPiMeteo

Simple meteo station running on Raspberry Pi

Current version is equipped with the Honeywell HIH8120 humidity/temperature sensor, which is connected to RPi via I2C bus. Program is written in Python 3, it is devided into two files:

  • app.py - read data from sensor (smbus2), save to SQLite database (sqlite3), draw a plot (matplotlib) every 60 seconds
  • api.py - run a webserver (Flask), read data from the database on every get request

Web app

Hardware

About

A simple meteo station running on Raspberry Pi

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published