Skip to content

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

@Gadgetoid

Description

@Gadgetoid

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.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions