adamzki99 / rasp_pi_workshop

A workshop to show how easy it is to build and program a IoT-device that is able to collect data. This is to be performed by visitors to SERL@BTH
4 stars 4 forks source link

error when running #1

Open adamzki99 opened 3 years ago

adamzki99 commented 3 years ago

Traceback (most recent call last): File "example.py", line 47, in main() File "example.py", line 26, in main h = am2302.humidity File "/usr/local/lib/python3.7/dist-packages/adafruit_dht.py", line 269, in humidity self.measure() File "/usr/local/lib/python3.7/dist-packages/adafruit_dht.py", line 211, in measure raise RuntimeError("DHT sensor not found, check wiring") RuntimeError: DHT sensor not found, check wiring

birk-brunell commented 1 year ago

?

birk-brunell commented 1 year ago

Traceback (most recent call last): File "example.py", line 47, in main() File "example.py", line 26, in main h = am2302.humidity File "/usr/local/lib/python3.7/dist-packages/adafruit_dht.py", line 269, in humidity self.measure() File "/usr/local/lib/python3.7/dist-packages/adafruit_dht.py", line 211, in measure raise RuntimeError("DHT sensor not found, check wiring") RuntimeError: DHT sensor not found, check wiring

?