Arduino Nano Every AMG8833 Temperature Sensor Problem

Hello, I have a problem. I want to read the values ​​from the AMG8833 temperature sensor. Unfortunately, when using the ready example called pixelstest.ino provided by the AMG8833 library, I get some incorrect readings, for example the first 2 rows are correct but then i get values like -300 degrees or 420 degrees. They should be about 26 (room temperature).

I would like to mention that I have already bought a second sensor and the same problem occurs. Maybe it's the fault of a sensor or
the Arduino itself or the board.


I've tried many things. For example, I received information that it is worth changing the I2C clock speed, but honestly I dont know what speed could be apropriate. I tried different values, but to no avail. I don't really know what the problem is and how to solve it. I've included all the photos below. Maybe someone will have an idea how to solve this?
Regards

Is it the adafruit lib?

Looks like you have the Nano 3.3V connected to the AMG 3.3V output which is totally wrong.
Connect 5V to Vin

1 Like

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.