Jeff Thinks He's So Hot, And Proves It

  • S13E04
  • October 23, 2019

With a little soldering, we're prototyping a thermal imaging scanner which allows us to visualize thermal data. We'll be using it to see how various cases and coolers affect the thermal footprint of various single board computers, but the options are endless. With this device, you can see heat.

This video is provided free of charge. If you enjoy what we do, please consider becoming a Patron so we can continue offering more great content.
Support This Free Content
Get The Sensor: https://cat5.tv/thermal
Raspberry Pi Hardware: https://cat5.tv/pi

How To:

  • Solder the provided 6-pin header so it protrudes from the opposite side of the breakout to the sensor.
  • Connect your sensor to your Raspberry Pi as per the video.
  • Boot a fresh install of Raspbian Desktop.
  • Activate I2C in the Interfaces section of raspi-config.
  • Reboot.
  • In the terminal, type this to see if your sensor is detected: sudo i2cdetect -y 1
  • Install dependencies: apt update && apt install git build-essential python-pip python-dev python-smbus python-scipy python-pygame
  • Install the drivers:
    cd /tmp
    git clone https://github.com/adafruit/Adafruit_Python_GPIO.git
    cd Adafruit_Python_GPIO/
    python setup.py install
    pip install colour Adafruit_AMG88xx
    
  • Install the sample Python scripts:
    cd /home/pi
    git clone https://github.com/adafruit/Adafruit_AMG88xx_python.git
    cd Adafruit_AMG88xx_python/examples/
  • See the 64-sensor thermal data: ./python pixels_test.py
  • See the output of the integrated thermistor: ./python thermistor_test.py
  • Finally, visualize the data: ./python thermal_cam.py

Discussion

Twitter Posts

Login to Category5

Error message here!

Hide Error message here!

Forgot your password?

Register on Category5

Error message here!

Error message here!

Hide Error message here!

Lost your password? Please enter your email address. You will receive a link to create a new password.

Error message here!

Back to log-in

Close