max30105-python icon indicating copy to clipboard operation
max30105-python copied to clipboard

RuntimeError: Timeout: Waiting for INT_STATUS_2, die_temp_ready. when using get_temperature()

Open Gadgetoid opened this issue 5 years ago • 0 comments

Title says all, there's a timeout condition on INT_STATUS_2 when attempting to read the temperature from device- something must be awry:

Traceback (most recent call last):
  File "get-temperature.py", line 20, in <module>
    temp = max30105.get_temperature()
  File "/home/pi/max30105-python/library/max30105/__init__.py", line 413, in get_temperature
    raise RuntimeError('Timeout: Waiting for INT_STATUS_2, die_temp_ready.')
RuntimeError: Timeout: Waiting for INT_STATUS_2, die_temp_ready.

Gadgetoid avatar Jul 09 '20 10:07 Gadgetoid