Wiznet makers

momososo

Published December 31, 2023 © GNU General Public License, version 3 or later (GPL3+)

2 UCC

0 VAR

4 Contests

0 Followers

0 Following

Ethernet-GridEYE(AM8833)

Usin W5100S-EVB-Pico reading AM8833 and send by UDP.

COMPONENTS Hardware components

WIZnet - W5100S-EVB-Pico

x 1


sparkfun - SparkFun Grid-EYE Infrared Array Breakout

x 1

Software Apps and online services

Arduino - Arduino IDE

x 1


PROJECT DESCRIPTION

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.

Documents
  • 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

Comments Write