Here is the minimal code to reproduce the issue: importtimeimportboardimportadafruit_dhtsensor=adafruit_dht.DHT11(board.D17)whileTrue:try:temperature=sensor.temperaturehumidity=sensor.humidityprint(f"Temp:{temperature:.2f}°C, Hum:{humidity:.2f}%")exceptRuntimeErrorase:print(f"Reading from DHT f...
Also as an aside, you aren't using the same library as this one, you are using the SimpleDHT library so if my idea fixes your problem that is possibly a start. The SimpleDHT code is hosted at the following link I believe, https://github.com/winlinvip/SimpleDHT Author FlorentSms comm...
Hi, I'm running the example as demonstrated here: https://learn.adafruit.com/dht-humidity-sensing-on-raspberry-pi-with-gdocs-logging/python-setup# I was using the deprecated library (https://github.com/adafruit/Adafruit_Python_DHT) initi...
Hi, I tried to compile (on Arduino IDE 1.8.15 & 2.0) your example to a generic esp8266 module, but I have 3 errors: b:\Projets\arduino-ide_2.0.0-beta.7_Windows_64bit\portable\libraries\ArrowheadESP\src\ArrowheadESP.cpp:85:61: error: 'cla...