Search found 3 matches

by kkuras
2024-01-11 19:46
Forum: Luckfox Pico-RV1103/RV1106
Topic: dht11 example
Replies: 6
Views: 6439

Re: dht11 example

Thank You for Your detailed answer.

Within my description I mentioned that I enabled dht11 driver using menuconfig :)

I would like to ask about:
Temperature data can be obtained via the following path: /sys/bus/iio/devices/iio:device1/in_temp_input
Humidity data can be read from the following ...
by kkuras
2024-01-10 20:56
Forum: Luckfox Pico-RV1103/RV1106
Topic: dht11 example
Replies: 6
Views: 6439

Re: dht11 example

Thanks for Your answer.

Of course device tree error with gpios is already fixed and still there is the same result after flashing board - there is no /dev/dht22 device.
What I need is answer to questions:
DHT11 run instruction on Your wiki is deprecated? [Yes/No]
Aproach to run DHT11 that I ...
by kkuras
2024-01-08 19:58
Forum: Luckfox Pico-RV1103/RV1106
Topic: dht11 example
Replies: 6
Views: 6439

dht11 example

Hi,
I've got Lucfox Pico Pro/Max, as first job I would like to run DHT22 sensor, it is compatible with DHT11 by the way.
Of course I read Your tutorial from here:
https://wiki.luckfox.com/Luckfox-Pico/Luckfox-Pico-dht11

But, reading sdk I've noticed that probably instruction from link above is ...