KFLMIAMI420
KFLMIAMI420
David thank you for your post I will follow your instructions on my Enviro+ plus board. I am working on using the ACD pin to read an external adafruit 1733...
You have to adapt a dead cat attachment to the noise sensor otherwise the hard walls and floors and ceiling will amplify your levels and give you improper levels ....
Yes add the code and #comment it out and let users that want F comment it in.
# This what I came up with : you have to add a mode or renumerate all your modes. ( I found out that if you touch the light sensor...
another error today pi@raspberrypize10:~ $ python3 enviro_demo-4.py No valid config provided (reading cloud_config.ini). Cloud IoT is disabled. Traceback (most recent call last): File "enviro_demo-4.py", line 81, in main() File "enviro_demo-4.py",...
I comment the * 10 from that line I dont get a kpa reading , The displays shows nan as a value
Hi I wanted to know if they also could be supported because I am running a PizeroW pihole with a 128x32 oled i2c and wanted to also use the library...
Hi Guyc I tried but that repo is 6 plus years old and it does not support the SSD1306.SH1106 in python3 . I have two scripts one for the SH1106...
> #SH1106 OLED CODE from luma.core.interface.serial import i2c from luma.core.render import canvas from luma.oled.device import ssd1306, sh1106 import time serial = i2c(port=1, address=0x3C) device = sh1106(serial, rotate=0) - with canvas(device)...