adafruit / Adafruit_CircuitPython_AMG88xx

circuit python driver from AMG88xx GRID-EYE 8x8 IR sensor
MIT License
38 stars 26 forks source link

OSError: [Errno 5] Input/output error #12

Closed robmarkcole closed 5 years ago

robmarkcole commented 5 years ago

HI had this working fine a day ago, now I am getting an error when calling amg.pixels:

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "adafruit_amg88xx.py", line 164, in pixels
  File "adafruit_amg88xx.py", line 160, in pixels
  File "adafruit_bus_device/i2c_device.py", line 115, in write
OSError: [Errno 5] Input/output error

Any advice on debugging?

robmarkcole commented 5 years ago

I think this is just due to some dodgy wiring