sparkfun / Qwiic_IR_Array_MLX90640

The MLX90640 contains a 32x24 array of thermopile sensors creating, in essence, a low resolution thermal imaging camera.
https://www.sparkfun.com/
Other
16 stars 5 forks source link

Reading frames twice? #2

Closed mranostay closed 5 years ago

mranostay commented 5 years ago

https://github.com/sparkfun/Qwiic_IR_Array_MLX90640/blob/952cd5422d8e3c017954564c77adeaee9a776737/Firmware/Example1_BasicReadings/Example1_BasicReadings.ino#L73

So looking at this it seems you are reading the entire frame (both subpages) twice, but really only mean to do it once. Am I misreading that?

mranostay commented 5 years ago

Ah I see it is to get both subframes Ta constants

nseidle commented 5 years ago

Yep. Thanks for coming back and closing. Let me know if you see anything else that needs attention.