Skip to main content

CircuitPython library for AMG88xx thermal camera.

Project description

Introduction

Documentation Status Discord Build Status Code Style: Ruff

Adafruit CircuitPython module for the AMG88xx GRID-Eye IR 8x8 thermal camera.

Dependencies

This driver depends on:

Please ensure all dependencies are available on the CircuitPython filesystem. This is easily achieved by downloading the Adafruit library and driver bundle.

Installing from PyPI

On supported GNU/Linux systems like the Raspberry Pi, you can install the driver locally from PyPI. To install for current user:

pip3 install adafruit-circuitpython-amg88xx

To install system-wide (this may be required in some cases):

sudo pip3 install adafruit-circuitpython-amg88xx

To install in a virtual environment in your current project:

mkdir project-name && cd project-name
python3 -m venv .venv
source .venv/bin/activate
pip3 install adafruit-circuitpython-amg88xx

Usage Example

Of course, you must import the library to use it:

import busio
import adafruit_amg88xx

The way to create an I2C object depends on the board you are using. For boards with labeled SCL and SDA pins, you can:

import board

You can also use pins defined by the onboard microcontroller through the microcontroller.pin module.

Now, to initialize the I2C bus:

i2c_bus = busio.I2C(board.SCL, board.SDA)

Once you have created the I2C interface object, you can use it to instantiate the AMG88xx object

amg = adafruit_amg88xx.AMG88XX(i2c_bus)

You can also optionally use the alternate i2c address (make sure to solder the jumper on the back of the board if you want to do this)

amg = adafruit_amg88xx.AMG88XX(i2c_bus, addr=0x68)

Pixels can be then be read by doing:

print(amg.pixels)

Documentation

API documentation for this library can be found on Read the Docs.

For information on building library documentation, please check out this guide.

Contributing

Contributions are welcome! Please read our Code of Conduct before contributing to help this project stay welcoming.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

adafruit_circuitpython_amg88xx-1.2.26.tar.gz (25.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

File details

Details for the file adafruit_circuitpython_amg88xx-1.2.26.tar.gz.

File metadata

File hashes

Hashes for adafruit_circuitpython_amg88xx-1.2.26.tar.gz
Algorithm Hash digest
SHA256 28cbfbdb54abbe99fd935abd28c494b55d95decf7965953598f0d586882c68a4
MD5 11c271cbe6d2ac81fcfab17923972f21
BLAKE2b-256 6764917f092d9af9b327944978e633917f1a6234bac6a2f4e217beb589beb68a

See more details on using hashes here.

File details

Details for the file adafruit_circuitpython_amg88xx-1.2.26-py3-none-any.whl.

File metadata

File hashes

Hashes for adafruit_circuitpython_amg88xx-1.2.26-py3-none-any.whl
Algorithm Hash digest
SHA256 5c65d7c275813b570f85ed82360e26e0b7bbdf64b44ae891a3ce3c5d80216b44
MD5 f788a5df7e1918d7e2dea3288b85c67c
BLAKE2b-256 db04107add30b97f16dd7da5a76537703fe3499ddd298064acd9f427aa6224cd

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page