-
Notifications
You must be signed in to change notification settings - Fork 9
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
Sh31 with exemple "NonBlcking" With arduino DUE does not compile for sensor Sensirion SHT31 #8
Comments
Sounds like maybe for your platform that an |
Hello, 15:26:29.962 -> Error: No response (ACK) received from sensor! |
It works well in I2c but the I2C is fragile in continuous operation. |
Thanks for continuing to provide feedback. I don't really have enough time for debugging it, but if you have a PR to fix it I'd be happy to merge it. |
Hello, |
hello,
I am a beginner and I wanted to use your program for this humidity and temperature sensor (Sensirion SHT31) without connecting it in I2C which blocks.
It should be able to work with the codes intended for the SHT1X series.
But the program does not compile with Arduino DUE, and gives the error: "no matching function for call to 'Sensirion::meas(const uint8_t&, unsigned int*, const bool&)"
Thank you for your help
The text was updated successfully, but these errors were encountered: