How to see the display of AMG8833with arduino uno in a laptop

Hi, I'm an Information Technology student and I'm creating a thermal camera device using AMG8833 with Arduino Uno however, I don't know how to see it's display on my laptop instead of using an LCD. I would greatly appreciate your help guys. Thank you in advance

Use Processing.
You can probably even find the code online, saving you that effort too

(BTW it is "its display", not "it's display")

2 Likes

Thank you for your quick response. Apologies, I didn't see that. Please bear with me because it's all new to me. Do you have any references that I can use as a guide?

Never on a first date.

Your original post, and my reply contain some useful Google search terms.

1 Like

There are some example programs that print the sensor output as text on the Arduino IDE serial monitor. Save that text, convert into an image file and display it.

This tutorial shows how to use a laptop with an MCP2221 I2C interface, to directly collect and display data from a similar thermal imaging sensor.

1 Like

Thank you so much! I'll give it a try, and I'll keep you posted if I'm able to do it haha. Thankyyy

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