Error Interfacing DHT11 sensor RPI2 Model B - Raspberry Pi Forums
1. have rpi2 sensor model b. & installed raspbian here.
https://www.raspberrypi.org/downloads/
2. copied dht11 libs here:
https://learn.adafruit.com/dht-humidity ... ll-updated
3. had extracted these folders home directory.
4. didn't run below commands (since don't have lan connection)
sudo apt-get update
sudo apt-get install build-essential python-dev python-openssl
5. directly run
sudo python setup.py install
cd examples
sudo python simpletest.py
7. error: cannot import adafruit_dht
https://www.raspberrypi.org/downloads/
2. copied dht11 libs here:
https://learn.adafruit.com/dht-humidity ... ll-updated
3. had extracted these folders home directory.
4. didn't run below commands (since don't have lan connection)
sudo apt-get update
sudo apt-get install build-essential python-dev python-openssl
5. directly run
sudo python setup.py install
cd examples
sudo python simpletest.py
7. error: cannot import adafruit_dht
raspberrypi
Comments
Post a Comment