Skip to content

Building a Personal Weather Station using a Raspberry Pi and Python

Notifications You must be signed in to change notification settings

jjustinwhite/pipywx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pipywx

A Personal Weather Station (PWS) built using a Raspberry Pi and Python. You can follow along with my progress at https://medium.com/@_jjustinwhite

Currently Supported Sensors

BME280

The BME280 is a sensor from Bosch that measures relative humidity, barometric pressure, and ambient temperature. I'm using an Adafruit breakout board that contains this sensor. Communication to happens via I2C.

CCS811

The CCS811 is a sensor from AMS providing measurements on Volatile Organic Compounds (VOCs) and equivalent calculated carbon-dioxide (eCO2). I'm using this sensor on an Adafruit breakout board. It's using I2C to communicate. I've read that this sensor is unreliable with the Raspberry Pi due to clock stretching, so I've slowed down the I2C clock to try to remidiate it. In addition, support for temperature readings on this sensor has become deprecated, and it's recommended you take temperature readings from another sensor like the BME280. You can give the CCS811 temperature and humidity data from an external sensor to compute VOCs and eCO2 with high accuracy.

About

Building a Personal Weather Station using a Raspberry Pi and Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages