Skip to content
This repository has been archived by the owner on Jun 14, 2023. It is now read-only.

Releases: Zyzonix/rpi-weatherstation

Weather station software | v.2.0

07 Aug 20:41
595a655
Compare
Choose a tag to compare

Simple Python based software for access to Bosch BME280 and Nova PM Sensor SDS011 sensors.
The software can read/collect data and paste it into SQLite3 databases. These databases are automatically being synced with a FTP compatible networkshare if this server is available.

What's new?

  • reworked and simplified the setup process
  • simplified the controlling (now via Makefile)
  • inserted a livedataProvider for the WebInterface (Zyzonix/rpi-weatherstation-web)
  • extended the config

Weather station software for BME280 and SDS011 | v.1.2

04 Mar 16:11
27f9081
Compare
Choose a tag to compare

Simple Python based software for access to Bosch BME280 and Nova PM Sensor SDS011 sensors.
The software can read/collect data and paste it into SQLite3 databases. These databases are automatically being synced with a FTP compatible networkshare if this server is available.