You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a DHT22 sensor on GPIO22. All installations have been made fresh and config.js checked. However, the modules fails to display the values I used a DHT.py script to check the sensor operation and it outputs readings from sensor. What can be the issue?
The text was updated successfully, but these errors were encountered:
Check if WiringPi is installed correctly. To verify, run gpio read 0. It should output 0 if the pin is low and 1 if it is high.
Verify that the correct pin is defined in DHT.c. Make sure the WiringPi pin number is set (you can find the WiringPi pin number for the GPIO pin here). After editing, compile with: cc -Wall DHT.c -o DHT -lwiringPi
Update MMM-LocalTemperature.js: Change line 11 from var axis, Log, config; to var axis, Log;
I have a DHT22 sensor on GPIO22. All installations have been made fresh and config.js checked. However, the modules fails to display the values I used a DHT.py script to check the sensor operation and it outputs readings from sensor. What can be the issue?
The text was updated successfully, but these errors were encountered: