Power & Source of Big Ideas

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: sudo modprobe dht11 cat /sys/bus/iio/devices/iio:device0/in_temp_sclae return : -119 When I try add dht11 to o...
I solved my problem. I install armbian for nano pi neo core 2 and enable in config 1-wire. Thanks for help.
NanoPC-T2 If the software is friendlycore-xenial-4.4 there is sudo npi-config and in the advanced option is i2c enable/disable. It works perfect with nanoPi neo core and neo core 2. To enable 1-wire there are 3 options to load kernel modules: sudo modprobe w1-gpio sudo dtoverlay w1-gpio gpiopin=4 pu...
Hi. I have nanoPi only few days but I think yes. Generally I know what is the device tree but I don't have any practice. There are some of files with .dtb extension f.e. in /boot/overlay
Hi everyone. I have simple problem. I try to read temperature from DS18B20 sensor. I use ubuntu 16.04 and kernel: linux 4.16 it is default image from friendly elec. I try to activate 1-wire overlay so I write: sudo modprobe w1-gpio gpio=203 sudo modprobe w1-therm and after lsmod command: Module Size...