AHT20 I2C Temperature Humidity Sensor

1,500 د.ع

Monitor environmental conditions with exceptional accuracy using this Digital Temperature and Humidity Sensor Module based on the advanced AHT20 chip. This high-precision measurement module provides reliable temperature and relative humidity readings through a simple I2C communication interface, making it ideal for weather stations, IoT devices, smart agriculture, HVAC systems, and educational electronics projects.

In stock

Compare
SKU: DIYS10733 Category:

Description

Digital Temperature and Humidity Sensor Measurement Module – I2C Communication DC 2.0-5.5V High-Precision AHT20

Monitor environmental conditions with exceptional accuracy using this Digital Temperature and Humidity Sensor Module based on the advanced AHT20 chip. This high-precision measurement module provides reliable temperature and relative humidity readings through a simple I2C communication interface, making it ideal for weather stations, IoT devices, smart agriculture, HVAC systems, and educational electronics projects.

The AHT20 sensor utilizes MEMS semiconductor capacitive humidity sensing and thermistor temperature measurement principles, delivering calibrated digital output with excellent long-term stability. Operating from just 2.0V to 5.5V DC, this module is compatible with both 3.3V and 5V microcontrollers including Arduino, ESP32, Raspberry Pi, STM32, and micro:bit without requiring level shifters.

The module features a compact design with 4-pin interface, integrating all necessary pull-up resistors and decoupling capacitors for stable communication and noise reduction. With a fast response time, strong anti-interference ability, and wide operating range, this AHT20 sensor module delivers professional-grade environmental monitoring in an easy-to-use format suitable for both beginners and advanced users.

Key Features

High-Precision AHT20 Sensor Core

Based on the AHT20 high-accuracy digital temperature and humidity sensor, featuring MEMS semiconductor technology for reliable and consistent measurements.

Wide Operating Voltage Range

Accepts DC 2.0V to 5.5V power supply, making it compatible with both 3.3V systems and 5V systems without additional voltage regulation or level shifting.

Simple I2C Digital Interface

Communicates using standard I2C protocol with a fixed address, requiring only two signal wires for complete data transfer, leaving precious GPIO pins available for other functions.

Excellent Accuracy

Delivers temperature readings with high accuracy and relative humidity measurements with excellent precision, ensuring reliable data for critical monitoring applications.

Wide Measurement Range

Capable of measuring temperatures from -40°C to +85°C and humidity from 0% to 100% RH, suitable for both indoor and outdoor environmental monitoring.

Fast Response and Low Power

Features quick response time with low operating current, making it ideal for battery-powered IoT devices and portable applications.

Excellent Long-Term Stability

Maintains calibration over time with minimal drift, ensuring long-term reliability for permanent installations and continuous monitoring.

Plug-and-Play Ready

The module comes fully assembled with all necessary components including pull-up resistors and decoupling capacitors, ready for immediate integration into your projects.

Multiple Library Support

Well-supported by popular libraries across various platforms, making implementation quick and straightforward.

Specifications

Module Parameters

  • Sensor IC: Aosong ASAIR AHT20

  • Operating Voltage: 2.0V to 5.5V DC

  • Operating Current: Low power consumption

  • Communication Protocol: I2C

  • I2C Address: Fixed

  • Module Dimensions: Compact form factor

Temperature Sensor Specifications

  • Measurement Range: -40°C to +85°C

  • Accuracy: High precision

  • Resolution: High resolution

  • Long-term Drift: Minimal

Humidity Sensor Specifications

  • Measurement Range: 0% to 100% RH

  • Accuracy: High precision

  • Resolution: High resolution

  • Response Time: Fast

Pin Configuration

Pin Label Function
1 VCC Power Supply (2.0-5.5V DC)
2 GND Ground
3 SDA I2C Data Line
4 SCL I2C Clock Line

Connection Diagram

Arduino UNO Connection

text
AHT20 Module          Arduino UNO
-----------          -----------
VCC         ----->     5V or 3.3V
GND         ----->     GND
SDA         ----->     A4 (SDA)
SCL         ----->     A5 (SCL)

Raspberry Pi Connection

text
AHT20 Module          Raspberry Pi
-----------          ------------
VCC         ----->     3.3V
GND         ----->     GND
SDA         ----->     GPIO2 (SDA)
SCL         ----->     GPIO3 (SCL)

ESP32 Connection

text
AHT20 Module          ESP32
-----------          -----
VCC         ----->     3.3V
GND         ----->     GND
SDA         ----->     GPIO21 (SDA)
SCL         ----->     GPIO22 (SCL)

Arduino Code Example

cpp
#include <Wire.h>
#include <Adafruit_AHTX0.h>

Adafruit_AHTX0 aht;

void setup() {
  Serial.begin(115200);
  Serial.println("AHT20 Temperature & Humidity Sensor Test");

  if (!aht.begin()) {
    Serial.println("Could not find AHT20 sensor, check wiring!");
    while (1);
  }
  Serial.println("AHT20 sensor detected successfully");
}

void loop() {
  sensors_event_t humidity, temp;
  aht.getEvent(&humidity, &temp);

  Serial.print("Temperature: ");
  Serial.print(temp.temperature);
  Serial.println(" °C");

  Serial.print("Humidity: ");
  Serial.print(humidity.relative_humidity);
  Serial.println(" % RH");

  Serial.println("-------------------");
  delay(2000);
}

Important Usage Notes

  • The minimum recommended measurement interval is 1 second to prevent sensor self-heating

  • For best accuracy, avoid prolonged exposure to extreme humidity conditions

  • Ensure proper decoupling for reliable communication

  • Route VDD or GND between I2C lines to reduce crosstalk between SCL and SDA

Common Applications

  • Weather stations and environmental monitoring

  • Smart agriculture and greenhouse control

  • IoT devices and connected sensors

  • HVAC systems and building automation

  • Indoor air quality monitoring

  • Food storage and transportation monitoring

  • Laboratory and test equipment

  • Educational electronics and STEM projects

  • Home automation and smart living

  • Industrial process control

Package Contents

  • 1 x AHT20 Digital Temperature and Humidity Sensor Module


وحدة قياس استشعار درجة الحرارة والرطوبة الرقمية – اتصال I2C جهد 2.0-5.5V عالي الدقة AHT20

راقب الظروف البيئية بدقة استثنائية باستخدام وحدة استشعار درجة الحرارة والرطوبة الرقمية المعتمدة على شريحة AHT20 المتقدمة. توفر وحدة القياس عالية الدقة هذه قراءات موثوقة لدرجة الحرارة والرطوبة النسبية من خلال واجهة اتصال I2C بسيطة، مما يجعلها مثالية لمحطات الطقس وأجهزة إنترنت الأشياء والزراعة الذكية وأنظمة التدفئة والتهوية وتكييف الهواء ومشاريع الإلكترونيات التعليمية.

يستخدم مستشعر AHT20 مبادئ استشعار الرطوبة السعوية لأشباه الموصلات MEMS وقياس درجة الحرارة بالثرمستور، مما يوفر خرجًا رقميًا معايرًا بثبات ممتاز طويل الأمد. يعمل بجهد من 2.0 فولت إلى 5.5 فولت تيار مستمر، وهذه الوحدة متوافقة مع كل من متحكمات 3.3 فولت و 5 فولت بما في ذلك Arduino و ESP32 و Raspberry Pi و STM32 و micro:bit دون الحاجة إلى محولات مستوى.

تتميز الوحدة بتصميم مضغوط مع واجهة 4 دبابيس، وتدمج جميع مقاومات السحب لأعلى ومكثفات الفصل اللازمة للاتصال المستقر وتقليل الضوضاء. مع وقت استجابة سريع وقدرة قوية على مقاومة التداخل ونطاق تشغيل واسع، توفر وحدة استشعار AHT20 هذه مراقبة بيئية بجودة احترافية في تنسيق سهل الاستخدام مناسب لكل من المبتدئين والمستخدمين المتقدمين.

المميزات الرئيسية

نواة مستشعر AHT20 عالية الدقة

تعتمد على مستشعر درجة الحرارة والرطوبة الرقمية عالي الدقة AHT20، وتتميز بتقنية أشباه الموصلات MEMS لقياسات موثوقة ومتسقة.

نطاق جهد تشغيل واسع

تقبل مصدر طاقة 2.0-5.5 فولت تيار مستمر، مما يجعلها متوافقة مع كل من أنظمة 3.3 فولت و 5 فولت دون الحاجة إلى تنظيم جهد إضافي أو تحويل مستوى.

واجهة I2C رقمية بسيطة

تتصل باستخدام بروتوكول I2C القياسي مع عنوان ثابت، وتتطلب سلكي إشارة فقط لنقل البيانات بالكامل، مما يترك دبابيس GPIO الثمينة متاحة لوظائف أخرى.

دقة ممتازة

توفر قراءات درجة حرارة بدقة عالية وقياسات رطوبة نسبية بدقة ممتازة، مما يضمن بيانات موثوقة لتطبيقات المراقبة الحرجة.

نطاق قياس واسع

قادرة على قياس درجات حرارة من -40 درجة مئوية إلى +85 درجة مئوية ورطوبة من 0٪ إلى 100٪ RH، مناسبة للمراقبة البيئية الداخلية والخارجية على حد سواء.

استجابة سريعة واستهلاك منخفض للطاقة

تتميز بوقت استجابة سريع واستهلاك تيار تشغيل منخفض، مما يجعلها مثالية لأجهزة إنترنت الأشياء التي تعمل بالبطارية والتطبيقات المحمولة.

ثبات ممتاز طويل الأمد

تحافظ على المعايرة بمرور الوقت مع انجراف بسيط، مما يضمن موثوقية طويلة الأمد للتركيبات الدائمة والمراقبة المستمرة.

جاهز للتوصيل والتشغيل

تأتي الوحدة مجمعة بالكامل مع جميع المكونات الضرورية بما في ذلك مقاومات السحب لأعلى ومكثفات الفصل، جاهزة للتكامل الفوري في مشاريعك.

دعم مكتبات متعدد

مدعومة بشكل جيد من قبل المكتبات الشهيرة عبر منصات مختلفة، مما يجعل التنفيذ سريعًا ومباشرًا.

المواصفات الفنية

معلمات الوحدة

  • رقاقة المستشعر: Aosong ASAIR AHT20

  • جهد التشغيل: 2.0-5.5 فولت تيار مستمر

  • استهلاك التيار: منخفض

  • بروتوكول الاتصال: I2C

  • عنوان I2C: ثابت

مواصفات مستشعر درجة الحرارة

  • نطاق القياس: -40 درجة مئوية إلى +85 درجة مئوية

  • الدقة: عالية

  • الدقة الرقمية: عالية

مواصفات مستشعر الرطوبة

  • نطاق القياس: 0٪ إلى 100٪ RH

  • الدقة: عالية

  • الدقة الرقمية: عالية

تكوين الدبابيس

الدبوس التسمية الوظيفة
1 VCC مصدر الطاقة
2 GND الأرضي
3 SDA خط بيانات I2C
4 SCL خط ساعة I2C

مخطط التوصيل

توصيل مع Arduino UNO

text
وحدة AHT20           Arduino UNO
-----------          -----------
VCC         ----->     5V أو 3.3V
GND         ----->     GND
SDA         ----->     A4 (SDA)
SCL         ----->     A5 (SCL)

توصيل مع Raspberry Pi

text
وحدة AHT20           Raspberry Pi
-----------          ------------
VCC         ----->     3.3V
GND         ----->     GND
SDA         ----->     GPIO2 (SDA)
SCL         ----->     GPIO3 (SCL)

ملاحظات استخدام مهمة

  • الحد الأدنى للفاصل الزمني للقياس الموصى به هو ثانية واحدة

  • للحصول على أفضل دقة، تجنب التعرض المطول لظروف الرطوبة القصوى

  • تأكد من فصل التيار المناسب للاتصال الموثوق

التطبيقات الشائعة

  • محطات الطقس والمراقبة البيئية

  • الزراعة الذكية والتحكم في البيوت المحمية

  • أجهزة إنترنت الأشياء

  • أنظمة التدفئة والتهوية وتكييف الهواء

  • مراقبة جودة الهواء الداخلي

  • مراقبة تخزين ونقل الأغذية

  • مشاريع الإلكترونيات التعليمية

  • أتمتة المنزل

محتويات العلبة

  • 1 × وحدة استشعار درجة الحرارة والرطوبة الرقمية AHT20

Reviews

There are no reviews yet.

Be the first to review “AHT20 I2C Temperature Humidity Sensor”

Your email address will not be published. Required fields are marked *