Hi does anyone have a working examle of using a DHT11 (on a breakout board - 3 pin) with Cube Cell dev board?
I’ve tried various GPIO pins using the arduino DHT lib but can’t get a reading
I have 3.3v at the sensor
Am I correct if I connect to pin 6 (GPIO1) I should set
#define DHTPIN 1 ?
is the lib compatible? - I used the one here (https://github.com/adafruit/DHT-sensor-library) installed via arduino ide