Skip to main content

Read the data from pimoroni BME680 and display on pimoroni SPI screen

Project description

pi_weatherstation

Read the data from pimoroni BME680 and display on pimoroni SPI screen

This project is still under development

Dependencies:

Install on RaspberryPI

  • Enable SPI and I2C
sudo apt-get install python3-venv python3-dev libatlas-base-dev wkhtmltopdf libopenjp2-7

git clone git@github.com:guilhermef/pi_weatherstation.git

cd pi_weatherstation

python3 -m venv .env

source .env/bin/activate

# this will install the core dependencies
# and the dependencies for the screen st7789 and the sensor bme680

pip install -e .[st7789,bme680]

#run

pi_weatherstation -l debug

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pi_weatherstation-0.0.2.tar.gz (1.9 MB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page