enviroplus-python
enviroplus-python copied to clipboard
Python library for the Enviro+ environmental monitoring board
Using a recently bought Enviro+ -possibly with ADS1115, on Rpi 4 B and having installed all the required packages. It was working just fine for two days, Then I'm started...
This applies to anything using the relative humidity (RH) and depending on a compensated temperature. The RH needs to be converted to dewpoint with the raw temperature, then converted back...
Hi, I am having issues with the humidity reading of the BME280 sensor. Here we have around 80% of relative humidity, however, the maximum value I get with the all-in-one-no-pm.py...
Is there any standardised way of calibrating the sensors provided with the Enviro+ or can a simple linear correction be applied in python to some of these? The following readings...
Hi, I'm following the getting started instructions [here](https://learn.pimoroni.com/tutorial/sandyj/getting-started-with-enviro-plus) - I've installed and updated Raspian on my Pi Zero - When I run the install script I get this  Can...
I have a problem with the enviro (+) library with an enviro card. When I launch weather.py I get these messages: Traceback (most recent call last): File "/home/pi/enviroplus-python/examples/weather.py", line 4,...
I can see a few improvements to `luftdaten.py` which may be worth incorporating: 1. Moving `update_time = time.time()` to *before* `send_to_luftdaten` so the data sending function has the full 145???...
the setup guide is missing alot of needed installs. For example. I have had to install - Git - Python - sumbus2 - numpy Is there not a consolidated script...
Total newbie suggestion. I am no Pythong programmer. Why not map the raw values in KOhms from the gas sensor to the value range shown in the data sheet for...
Hi, I have some dubts about values I am getting with PMS5003 sensor. I am getting very hight values (almoust the double) from the expected. Is there a way to...