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

htpa.py not working #9

Open
Grandpa-G opened this issue Jun 12, 2020 · 4 comments
Open

htpa.py not working #9

Grandpa-G opened this issue Jun 12, 2020 · 4 comments

Comments

@Grandpa-G
Copy link

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?

@skpick99
Copy link

Change line 167 from: expected = 1 + (block << 2)
to: expected = 1 + (block << 4)

If that doesn't work, uncomment the print statement on line 176 and see report what was (1) received and (2) what was expected.

@Grandpa-G
Copy link
Author

I did that and it seems to run now. However, capture_display, I only get black/white and it looks like a high level camera shot of mars surface, just splotches. Running dualcam is yellow to red but never changes. Is this what it should do?
image

image

@Grandpa-G
Copy link
Author

I think I got dualcam working, I just had to calibrate it.

@Grandpa-G
Copy link
Author

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants