I have recently purchase the DHT11 sensor for your store(https://shop.sodaq.com/en/temperature-humidity-sensor.html) for the Sodaq ONE device. I would like to know if you have example code or a known library that works for the DHT11 on the Sodaq ONE.
Hi,
Open the Arduino IDE
Install the library:
Go to Sketch->Include library -> Manage Libraries
Search for:dht11
Install the SimpleDHT
Example sketch:
File -> Examples -> SimpleDHT -> DHT11Default
Change Serial to SerialUSB
Regards,
Jan