-
Notifications
You must be signed in to change notification settings - Fork 174
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
Please add support DHT22 Sensor #12
Comments
+1 |
2 similar comments
+1 |
+1 |
I think it is not possible to implement a driver for this sensor for the GPIO speed transmission constraints. from: androidthings.rocks In the Native SDK the GPIO speed is 0.15ms , which is still 150μs and nowhere near the 20-40μs required by the sensor. Android Things and the fact it uses Linux, which is not a real-time operating system.
I tried to do a porting of rasbian c++ code but the Gpio::setValue(..)/Gpio::getValue() speed is high (150μs). I think that if we use Native PIO, we have the same result. |
Please add DHT22 temperature sensor in this driver.
The text was updated successfully, but these errors were encountered: