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
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.
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 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
- enviro monitor - https://github.com/roscoe81/enviro-monitor
- mqtt-all - https://github.com/robmarkcole/rpi-enviro-mqtt - now upstream: see examples/mqtt-all.py
- adafruit_io.py - https://github.com/dedSyn4ps3/enviroplus-python/blob/master/examples/adafruit_io.py - uses Adafruit Blinka and BME280 libraries to publish to Adafruit IO
- enviroplus_exporter - https://github.com/tijmenvandenbrink/enviroplus_exporter - Prometheus exporter (with added support for Luftdaten and InfluxDB Cloud)
- homekit-enviroplus - https://github.com/sighmon/homekit-enviroplus - An Apple HomeKit accessory for the Pimoroni Enviro+
- go-enviroplus - https://github.com/rubiojr/go-enviroplus - Go modules to read Enviro+ sensors
Help & Support
- GPIO Pinout - https://pinout.xyz/pinout/enviro_plus
- Support forums - http://forums.pimoroni.com/c/support
- Discord - https://discord.gg/hr93ByC
Changelog
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
Built Distribution
File details
Details for the file enviroplus-0.0.4.tar.gz
.
File metadata
- Download URL: enviroplus-0.0.4.tar.gz
- Upload date:
- Size: 7.2 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.2 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5857921fb51f32432e893521c968c57ed43cd9419ce07e200eced450c0b039b3 |
|
MD5 | e5eb5ce38615b25150d9bd89c4ddab3f |
|
BLAKE2b-256 | 2c023caf979cfe9a85ff3a66ad85ec96ee28495f3c49201dfd7e15a434f2459e |
File details
Details for the file enviroplus-0.0.4-py3-none-any.whl
.
File metadata
- Download URL: enviroplus-0.0.4-py3-none-any.whl
- Upload date:
- Size: 6.3 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.2 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 171c3e8624c68f18d4ce6378b5df7b4a138d11921b6ca4d0e19c5f79ad015e8b |
|
MD5 | 0948b21c2fba8b08a3de551e1db4d64b |
|
BLAKE2b-256 | e59bd5ab2de2b4edbd7ca4da094164c9add550ca46fd3da0c74c57961181d75c |