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

Negative wind chill #5

Open
harrydehix opened this issue Jun 5, 2021 · 2 comments
Open

Negative wind chill #5

harrydehix opened this issue Jun 5, 2021 · 2 comments

Comments

@harrydehix
Copy link

My wind chill value is always negative. E.g. at this moment it returns rtWindChill = -256.
No error occurred.

@Nyancat92
Copy link

I´m having the same issue. By investigating the RTDATA2 struct declaration i discovered an error. unused5 should be a uint8_t not uint16_t. I used the offical Davis Serial Communication sheet for lookup, its helpful. Source This fixes all wrong values after dewpoint.

@bytesnz
Copy link
Owner

bytesnz commented Oct 26, 2021

Hey @Nyancat92. Good spotting. It indeed should be a uint8_t. It also looks like it is missing 22 bytes of stuff at the end, which is weird. If I create a branch with the full loop2 data in it would you be able to give it a test? I don't have access to vpro to test anymore. Ah right - it is all the graph pointer stuff. Nevermind. I have pushed a branch for the unused5 fix (#6). Would you be able to test that? Thanks

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

3 participants