Question about the MLX90640

Hii guys,

I’m having a simple question but important for my project. Working with the [MLX90640 110 degrees IR sensor. Using the example code 2 right now and I’m getting the temperature array through I2C. My question: what is the structure of the array?

First the X values of the first Y row? Than the X values of the next Y row?

Thanks in advance.](SparkFun IR Array Breakout - 110 Degree FOV, MLX90640 (Qwiic) - SEN-14843 - SparkFun Electronics)

Download the 60 page datasheet here:

https://www.melexis.com/en/documents/do … t-mlx90640

Page 15 explains the array structure.

Thanks for your reply. I’ve seen the datasheet, but how does the sparkfun MLX90640 library handles this? (I see multiple patterns aswell)

Using the sensor with a teensy 3.2 btw (and sparkfun library: https://github.com/sparkfun/SparkFun_ML … no_Example)

Already got it :slight_smile: Nevermind…