Skip to content

Arduino library for the Panasonic Grid-EYE infrared array sensors, types AMG8831, AMG8832, AMG8851, AMG8852

Notifications You must be signed in to change notification settings

karpour/AMG88XX-Arduino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arduino AMG88XX library

AMG88XX library for Arduino/Genuino v0.2. This library allows interfacing of an AMG88XX infrared thermopile array with an Arduino. It should be easily portable.

Features supported

  • Reading temperature values as °C
  • Reading internal thermistor value in °C
  • Setting power mode (Normal, Sleep, Stand-by)
  • Setting frame rate (1FPS or 10FPS)
  • Setting moving average processing option
  • Putting the AMG88xx into sleep mode

Features currently not supported

  • Interrupt handling

Usage

Connect module to default SDA and SCL pins

Wire.setClock(400000);
Wire.begin();
wakeUp();
delay(15000); // AMG needs ~15 seconds to stabilize after waking up

float data[64];

readValues(data); // Temperatures in °C

Todo

  • Wrap into class

About

Arduino library for the Panasonic Grid-EYE infrared array sensors, types AMG8831, AMG8832, AMG8851, AMG8852

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages