Component: Infrared Array AMG88xx (Light): Difference between revisions
Appearance
m Text replacement - "style="background-color:#EAE1EA; color:#4B008D;"" to "class="mtx-class-propfolder"" |
m Text replacement - "style="background-color:#EAE1EA;"" to "class="mtx-class-propfolder"" |
||
| Line 240: | Line 240: | ||
|- | |- | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-propfolder" | [[File:Fc9-conn-icon.png]] | ||
| width="90%" class="mtx-class-propfolder" | Connections | | width="90%" class="mtx-class-propfolder" | Connections | ||
|- | |- | ||
| Line 279: | Line 279: | ||
| colspan="2" | On older microcontroller devices there is a potential for the I2C hardware channel to lock up if there is not a 10ms delay between an I2C stop event and the next I2C start event. Most modern microcontrollers will not have a problem so this property can be disabled to speed up the I2C communications. | | colspan="2" | On older microcontroller devices there is a potential for the I2C hardware channel to lock up if there is not a 10ms delay between an I2C stop event and the next I2C start event. Most modern microcontrollers will not have a problem so this property can be disabled to speed up the I2C communications. | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-propfolder" | [[File:Fc9-conn-icon.png]] | ||
| width="90%" class="mtx-class-propfolder" | Simulation | | width="90%" class="mtx-class-propfolder" | Simulation | ||
|- | |- | ||
Latest revision as of 14:37, 13 July 2026
| Author | Matrix TSL |
| Version | 1.0 |
| Category | Light |
Infrared Array AMG88xx component
An 8x8 (64) Pixel infrared sensor array allowing basic none contact temperature detection.
Component Source Code
Please click here to download the component source project: FC_Comp_Source_AMG88.fcfx
Please click here to view the component source code (Beta): FC_Comp_Source_AMG88.fcfx
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Macro reference
ClearInterrupt
| ClearInterrupt | |
| Clear any triggered interrupts | |
| Return | |
Initialise
| Initialise | |
| Sets up the I2C interface and initialises the sensor. | |
| Return | |
ReadPixel
| ReadPixel | |
| Reads the temperature of a single pixel value from the last SamplePixels call. | |
| Index | |
| Pixel to read. Range: 0 - 63 | |
| Return | |
ReadThermistor
| ReadThermistor | |
| Reads the onboard thermistor Returns the temperature in degrees Celsius as a floating point value | |
| Return | |
SamplePixels
| SamplePixels | |
| Reads Infrared sensor values | |
| Return | |
SetInterrupt
| SetInterrupt | |
| Allows the interrupt pin to be enabled or disabled. | |
| Mode | |
| 0 = Disabled / 1 = Enabled | |
| Return | |
SetInterruptLevels
SetInterruptMode
| SetInterruptMode | |
| Set the interrupt to either absolute value or difference mode | |
| Mode | |
| 0 = Difference / 1 = Absolute | |
| Return | |
SetMovingAverageMode
| SetMovingAverageMode | |
| Set the moving average mode on or off. | |
| Mode | |
| 0 = Off, 1 = On | |
| Return | |