-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DHT22 sensor not working #1400
Comments
For the DHT22, from what I have read on the Seeedstudio wiki, it is wired directly to the D4 pin of the Raspberry Pi, so you should be able to read that using the existing DHT22 integration in indi-allsky. I am looking for references for the GUVA-S12D Just putting this here for reference. |
For the DHT22 I have tried both GPIO PWM Pins PWM0 (GPIO 12) and PWM1 (GPIO13) (https://pinout.xyz/pinout/pin32_gpio12/). None of them seem to work.
|
Do you have the pull up resistor installed for the DHT22? |
No - I have not. The Seeedstudio DHT22 pro comes with a cable which one uses to plug it to the D4 port of GrovePi_Plus HAT (https://wiki.seeedstudio.com/Grove-Temperature_and_Humidity_Sensor_Pro/) |
Can you confirm which hat you have? |
It's a GrovePi+ (the blue one). |
Okay, that explains my confusion. I got the module conflated when I was researching. For the GrovePi+, the digital pins are hooked to the atmega328 and you have to access the values via the I2C connection between the atmel chip and the raspberry pi. This is not going to work with the existing code. Let me do some more research. |
Any news about the Seeedstudio DHT22 pro sensor? |
I am using a GrovePi Plus HAT with several sensors attached on a Raspberry PI. The board has both digital and analog ports. I could readout the sensor values without any problem with previous OS versions of the RPI. Now after switching to bookworm the board seems no longer supported because of missing python drivers. The digital sensors still are visible via I2C and can be used. However the analogue DHT22 (AM2302; attached to D4 / Pin 12 / PWM0) and the GUVA-S12D (attached to A0) sensors can no longer be read.
Is there any chance the two sensors can get read?
The text was updated successfully, but these errors were encountered: