-
Notifications
You must be signed in to change notification settings - Fork 147
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
Adding DHT11 or DHT22 sensor support #19
Comments
I think a feature like this would belong in Johnny-Five. |
@jgautier I agree, unfortunately, reading from these is completely insane. https://github.com/adafruit/DHT-sensor-library/blob/master/DHT.cpp#L78-L139 Unfortunately, this isn't in scope for either Johnny-Five or Firmata |
It is actually not that bad :-) And most of the treatment of the data is not timing sensitive and can easily be done in JavaScript |
The way to do this going forward will likely be to use the new DeviceFirmata feature once that gets merged into ConfigurableFirmata: firmata/ConfigurableFirmata#52 |
I would have like use DHT11 or DHT22 from johnny-five but it seems that this is not a use case for it, or for firmata, am I missing something ? Trying to figure out if a more "low level" approach such as https://www.espruino.com/DHT11 can be used in conjunction with firmata and js... |
Hi there, I just want to flag that this feature is added in the Configurable Firmware: https://github.com/firmata/protocol/blob/master/dhtsensor.md. But it seems the appropriate Would the addition of this constant + appropriate response handling enable for us to interact with the DHT sensors? |
It would be great to have DHT11 or DHT22 humidity, temperature sensor support.
The text was updated successfully, but these errors were encountered: