enviroplus-python
enviroplus-python copied to clipboard
Python library for the Enviro+ environmental monitoring board
Hi I am really happy using my Enviro + and PMS5003 with Luftdaten but I was wondering if there is a way to put the display to sleep after a...
## Using This Branch Hey ho, this is the first Pimoroni Python product - ignoring all of its library dependencies - to make a full transition to gpiod, virtual environments...
Minor fix for error handling
Update of initial values when setting up the display, and updated to remove warning about use of ST7735 vs st7735. Note Whitesource/Mend-bolt source file is also here which I use...
I believe this is an out-of-date version of raspi-config that was updated for Bookworm. Need to check if previous OS versions received a backport with these changes.
After installing enviroplus-python library as described in the documentation the `lcd.py` example fails with an error `'int' object is not iterable'`. The reason is that the used [ST7735](https://github.com/pimoroni/st7735-python) library has...
I'm trying to get my enviro+ set up but the install.sh keeps giving an error that my enviro externally-managed-environment I tried setting up a virtual environment and then running the...
Will not install. Tried "one-line" and " Install and configure" and neither works on rpi4 on bullseye or bookworm. Bash and directions need updated.
After the fix of #134 I tried re-installing and rerunning. I get passed the `get_pin` part now, but am getting `GPIO24: not found` ``` Exception in thread Thread-2: Traceback (most...
There was an issue when using the `mqtt-all.py` example with my enviro+. My display wasn't displaying the right info: There was a problem with the bounding box calculation of the...