Page 1 of 1

DHT11 on Nano Pi Neo Core 2

Posted: Wed Mar 06, 2019 2:33 pm
by r.baczynski.10
Hi. I would like to ask you how to add and read temperature and humidity from sensor DHT11 on Nano Pi Neo Core 2 with armbian.
I want to use PA13 pin (CS form SPI1) I try to enable overlay:

Code: Select all

sudo modprobe dht11
cat /sys/bus/iio/devices/iio:device0/in_temp_sclae
return : -119


When I try add dht11 to overlay in /boot/armbianEnv.txt this module after reboot is still disable. Any suggestions?