pimoroni / explorer-hat

Python library for Explorer HAT
https://shop.pimoroni.com/products/explorer-hat
MIT License
163 stars 60 forks source link

Connecting Explorer HAT with DHT11 sensor #55

Open rajkamalrhub opened 1 year ago

rajkamalrhub commented 1 year ago

I am trying to move a temperature sensor DTH11 embedded circuit design using a T-Cobbler Breakout Kit (GPIO) into to Explorer Pro HAT breakout board for Raspberry Pi + Python programming

T-Cobbler Breakout Kit (GPIO) reading temperature and humidity from the DTH11 sensor is working, but the same circuit design is created with the DTH11 sensor and connected the sensor out pin into input1 in Explorer HAT. it always returns the value 1. The temperature sensor reading is not working.