Ethernet-GridEYE(AM8833)
Usin W5100S-EVB-Pico reading AM8833 and send by UDP.
Software Apps and online services
Copy the libeary below to make the arduino IDE support W5100S.
https://github.com/WIZnet-ArduinoEthernet/Ethernet
Hardware
Connect W5100S-EVB-Pico and sparkfun Grid-EYE module
Software
Arduino and python code
Please refer to the attached file.
Python result like below.
Since python is not good at making movies, I try to use Processing still testing.
But there is a problem with UDP listening.
Finally, I used PyQt6 to complete the continuous image output.
-
Arduino code
Read GridEYE thermal image data and send use UDP
-
Python code
Read data from UDP and draw out using matplotlib
-
Python Jupyter Notebook file
Jupyter Notebook file for debug. Read data from UDP and draw out using matplotlib.
-
Python code Qt6
Continuous drawing using Qt6