Closed stevec-sm closed 2 years ago
IMPORTANT:
[2021-05-28 12:21:50,509] sht1x:_send_command:261 ERROR SHT1x is not in the proper measurement state: DATA line is LOW.
It seems that your data pin lacks fixed pull-up.
I updated the code to use internal pull-up, you can find it at this FORK.
Thanks @pinpang for this. I merged this into master and will have a new build out shortly.
@stevec-sm @pinpang New release has been published. Please let me know if @pinpang's fix corrects this issue.
I tried to run the example.py, it worked well at the beginning, but suddenly facing the error
SHT1X failed to properly receive command [['WriteStatusRegister'] - 00000110]
, and stopped working. the log file showsI'd like to know how to fix this issue.