I want to read data from DHT22 sensor but since it uses its own OneWire protocol, w1-gpio
overlay does not work.
I know there is nerves_dht
package but it actually uses Python library to read data from DHT sensors and I want to avoid using it.
There is dht11.dtbo overlay (firmware/dht11.dtbo at master · raspberrypi/firmware · GitHub) which works well with DHT22 and DHT11 sensors. It saves data in
/sys/bus/iio/devices/iio:device0/in_temp_input
but it seems Nerves does not support it.
Namely when I connect sensor and enable this overlay in Raspbian everything works fine but when I do the same in Nerves iio
folder does not appear.
Does Nerves support this overlay?