-
Notifications
You must be signed in to change notification settings - Fork 26
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
htpa.py not working #9
Comments
Change line 167 from: expected = 1 + (block << 2) If that doesn't work, uncomment the print statement on line 176 and see report what was (1) received and (2) what was expected. |
I think I got dualcam working, I just had to calibrate it. |
Is it possible (easy) to get temperatures from you code? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
in the htpa.py script around line 171, the loop is never broken. The value of query[1].data[0] is 1 for the first block and so the loop keeps looping.
I am using the Heimann 32x32 sensor and it works with their software ok. Is there something I am doing wrong?
The text was updated successfully, but these errors were encountered: