Skip to content
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

Make DHT22 an MCU Sensor #29

Open
TheJoshW opened this issue Jun 6, 2021 · 2 comments
Open

Make DHT22 an MCU Sensor #29

TheJoshW opened this issue Jun 6, 2021 · 2 comments
Labels
bug Something isn't working in work Currently working on this issue

Comments

@TheJoshW
Copy link
Owner

TheJoshW commented Jun 6, 2021

Per comment in PR Klipper3d#4320:

Thanks. However, the convention is to read sensor input from the "mcu" code and not directly from the host hardware. There was a similar discussion on this at PR Klipper3d#3462 . (And it may be possible to extend te ds18b20 code for the dh22 functionality.)

This distinction is also important because there are reports that the dht22 kernel code blocks the calling process during reads. The host code can't tolerate blocking reads - it could cause subtle failures.

-Kevin

@TheJoshW TheJoshW added bug Something isn't working in work Currently working on this issue labels Jun 6, 2021
@verm
Copy link

verm commented Dec 30, 2022

Hello, did you get anywhere on making this an MCU sensor? Thanks.

@TheJoshW
Copy link
Owner Author

TheJoshW commented Dec 30, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working in work Currently working on this issue
Projects
None yet
Development

No branches or pull requests

2 participants