Original AMG8833 Infrared Thermal Imager Sensor Module
In stock
Order before 12.00PM
The GY-AMG8833 infrared thermal imager sensor module is used in night vision systems when visible light is not sufficient. Night vision systems work by converting a small number of photons in the environment into electrons and amplifying them through a chemical and electrical process. This sensor module, which is used to distinguish between dark and light, contains an LED that emits infrared rays. This system, which is usually associated with ultrasonic sensors, provides signal conversion by outputting a signal. It works by measuring the change when the signal returns.
Technical Specifications:
-
Maximum Frame Rate: 10Hz
-
Input Voltage: 3-5V/DC
-
Field of View: 110x75° (Suitable for wide-angle, close-range measurement.)
-
The sensor type can work directly by an external MCU.
-
The module contains a single-chip computer.
Features:
-
High Resolution: Provides detailed temperature readings with an impressive resolution, enhancing accuracy and precision in thermal imaging applications.
-
Compact and Lightweight Design: The module's small form factor allows for easy integration into a variety of systems and devices.
-
Versatile Applications: Suitable for use in temperature measurement, security systems, human detection, and more.
-
Ease of Use: Designed for straightforward integration with minimal setup, thanks to the built-in single-chip computer and compatibility with standard MCUs.
Applications:
-
Thermal Imaging: Ideal for capturing thermal patterns and temperature differences in various environments.
-
Temperature Measurement: Can be used in scientific research, industrial applications, and environmental monitoring.
-
Gesture Recognition: Useful for detecting hand movements or body gestures in interactive systems.
-
Security Systems: Enhances security systems by detecting heat signatures and potential intruders.
This module offers a powerful and flexible solution for projects requiring accurate thermal sensing and is designed to meet the needs of both hobbyists and professionals.
How to Interface with Arduino?
To interface the GY-AMG8833 Infrared Thermal Imager Sensor Module with an Arduino, follow these steps:
Materials Needed:
- GY-AMG8833 Infrared Thermal Imager Sensor Module
- Arduino (e.g., Arduino Uno)
- Jumper wires
- Breadboard (optional)
Connections:
-
Power Supply:
- VCC on GY-AMG8833 to 5V on Arduino (or 3.3V if using a 3.3V module).
- GND on GY-AMG8833 to GND on Arduino.
-
I2C Communication:
- SCL on GY-AMG8833 to A5 (SCL) on Arduino (for Uno) or to the appropriate SCL pin on other Arduino boards.
- SDA on GY-AMG8833 to A4 (SDA) on Arduino (for Uno) or to the appropriate SDA pin on other Arduino boards.
Code Example:
Here's a basic code example to get started with reading data from the GY-AMG8833 sensor. You may need the Adafruit_AMG88xx
library for this. Install it from the Arduino Library Manager if you haven't already.
#include <Wire.h> #include <Adafruit_Sensor.h> #include <Adafruit_AMG88xx.h> // Create an instance of the sensor Adafruit_AMG88xx amg; void setup() { Serial.begin(9600); // Initialize the sensor if (!amg.begin()) { Serial.println("Couldn't find AMG88xx sensor"); while (1); } Serial.println("AMG88xx sensor ready!"); } void loop() { // Read pixels float pixels[64]; amg.readPixels(pixels); // Print out the temperature of each pixel for (int i = 0; i < 64; i++) { Serial.print(pixels[i]); Serial.print(" "); } Serial.println(); delay(1000); // Wait a second between readings }
Libraries:
- Adafruit AMG88xx: This library provides functions to interact with the AMG8833 sensor.
- Wire: This library handles I2C communication.
Additional Notes:
- Ensure you have installed the
Adafruit_AMG88xx
library from the Arduino Library Manager or from GitHub. - The sensor might need calibration to get accurate temperature readings.
- You can use the serial monitor to view the output. The sensor outputs temperature data for each of its 64 pixels.
Feel free to adjust the code and connections based on your specific Arduino board and setup. If you run into any issues, let me know!
Request Stock
Recently viewed products
You might also be interested in...
Customers who bought this also bought...
General Questions
What is the latest price of the Original AMG8833 Infrared Thermal Imager Sensor Module in Bangladesh?
The latest price of Original AMG8833 Infrared Thermal Imager Sensor Module in Bangladesh is BDT 6,899.00 . You can buy the Original AMG8833 Infrared Thermal Imager Sensor Module at the best price on BDTronics.com or contact us via phone.
Where to buy Original AMG8833 Infrared Thermal Imager Sensor Module in Bangladesh?
You can buy Original AMG8833 Infrared Thermal Imager Sensor Module online by ordering on BDTronics.com or directly collect by visiting our store in person. BDTronics is a trusted provider of high-quality electronics, 3D printers, solar systems, and robotics parts. We offer fast shipping across the country via courier service.
What are the delivery options of Original AMG8833 Infrared Thermal Imager Sensor Module in Bangladesh?
We provide home delivery service all over Bangladesh. We support cash on delivery, bKash and Credit Card (Visa/ MasterCard/ Amex) payment solutions. The delivery time usually takes 1-2 days inside Dhaka and 2-3 days outside Dhaka.