-
Notifications
You must be signed in to change notification settings - Fork 8
Remote error when running as script #4
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
Comments
sounds like maybe you can add some time.sleep delays around, since its running too fast? see where that helps and let us know! |
Adding a 100 ms sleep after getting
|
Actually, even a |
ooh ok, want to submit a PR to fix by adding a delay at the end of the HTU21D init? :) |
Done |
Fixed by #5. Thanks @dherrada |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've installed all prerequisites, and I get the following when running my script read_sensor.py:
However, entering all the commands in a python3 shell works just fine... (?). Content of read_sensor.py is:
The text was updated successfully, but these errors were encountered: