Skip to main content

Enviro pHAT Plus environmental monitoring add-on for Raspberry Pi

Project description

Enviro+

Designed for environmental monitoring, Enviro+ lets you measure air quality (pollutant gases and particulates), temperature, pressure, humidity, light, and noise level. Learn more - https://shop.pimoroni.com/products/enviro-plus

Build Status Coverage Status PyPi Package Python Versions

Installing

You're best using the "One-line" install method if you want all of the UART serial configuration for the PMS5003 particulate matter sensor to run automatically.

Note The code in this repository supports both the Enviro+ and Enviro Mini boards. The Enviro Mini board does not have the Gas sensor or the breakout for the PM sensor.

Enviro Plus pHAT Enviro Mini pHAT

One-line (Installs from GitHub)

curl -sSL https://get.pimoroni.com/enviroplus | bash

Note report issues with one-line installer here: https://github.com/pimoroni/get

Or... Install and configure dependencies from GitHub:

  • git clone https://github.com/pimoroni/enviroplus-python
  • cd enviroplus-python
  • sudo ./install.sh

Note Raspbian Lite users may first need to install git: sudo apt install git

Or... Install from PyPi and configure manually:

  • Run sudo python3 -m pip install enviroplus

Note this wont perform any of the required configuration changes on your Pi, you may additionally need to:

  • Enable i2c: raspi-config nonint do_i2c 0
  • Enable SPI: raspi-config nonint do_spi 0

And if you're using a PMS5003 sensor you will need to:

  • Enable serial: raspi-config nonint set_config_var enable_uart 1 /boot/config.txt
  • Disable serial terminal: sudo raspi-config nonint do_serial 1
  • Add dtoverlay=pi3-miniuart-bt to your /boot/config.txt

And install additional dependencies:

sudo apt install python-numpy python-smbus python-pil python-setuptools

Alternate Software & User Projects

Help & Support

Changelog

0.0.5

  • Drop Python 2.x support
  • Add "available()" method for gas sensor

0.0.4

  • Add support for ads1015 >= v0.0.7 (ADS1115 ADCs)
  • Packaging tweaks

0.0.3

  • Fix "self.noise_floor" bug in get_noise_profile

0.0.2

  • Add support for extra ADC channel in Gas
  • Handle breaking change in new ltr559 library
  • Add Noise functionality

0.0.1

  • Initial Release

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

enviroplus-0.0.5.tar.gz (7.3 kB view details)

Uploaded Source

Built Distribution

enviroplus-0.0.5-py3-none-any.whl (6.4 kB view details)

Uploaded Python 3

File details

Details for the file enviroplus-0.0.5.tar.gz.

File metadata

  • Download URL: enviroplus-0.0.5.tar.gz
  • Upload date:
  • Size: 7.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.2

File hashes

Hashes for enviroplus-0.0.5.tar.gz
Algorithm Hash digest
SHA256 43e8ad14dbb8297ea26721df9ef2809db5130cd05fa30ca8cb33dc4b35d85083
MD5 e77eb0516995cdd9beb2c640c56cfc00
BLAKE2b-256 7bbf757572ad0cc310341a7b6c699f35be338a00bfeb6df95d52504832360d06

See more details on using hashes here.

File details

Details for the file enviroplus-0.0.5-py3-none-any.whl.

File metadata

  • Download URL: enviroplus-0.0.5-py3-none-any.whl
  • Upload date:
  • Size: 6.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.2

File hashes

Hashes for enviroplus-0.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 d99298ae5041db3ea6ed3bb4b55d2c52f4c8a09f1edc98e1e981fb85d2e6856b
MD5 5d63d84a383d07b962ec8816bf479034
BLAKE2b-256 04d1510d73aad0f9404020e0b364f55b2f841a6b75db1f97adcc85efc43c9b8d

See more details on using hashes here.

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