Adafruit forums user i621148 posts about their Raspberry Pi based thermal camera build:
I am using a Raspberry Pi Zero WH to connect to the Adafruit AMG8833 IR Thermal Camera Breakout. I am not using an LCD display. I am using a cellphone battery to power the zero in the hopes that I can create a remote temperature FLIR which I can access by VNC.
The software steps:
- Flashed the card back to stock
- Headless install: https://hackernoon.com/raspberry-pi-headless-install-462ccabd75d0
- Raspberry Pi Guide: https://learn.adafruit.com/adafruit-amg8833-8×8-thermal-camera-sensor/raspberry-pi-thermal-camera
- sudo pip3 install adafruit-circuitpython-amg88xx
- sudo apt-get install -y python3-scipy python3-pygame
- sudo pip3 install colour
- sudo raspi-config
- Interfacing Options
VNC>Yes
I2C>Yes
SPI>Yes
See the forum thread for additional information, great job!!
No comments:
Post a Comment