CATEGORIES

My Account

CATEGORIES
Your Cart

AM2301A Digital Temperature Humidity Sensor Module

AM2301A Digital Temperature Humidity Sensor Module
Out Of Stock
AM2301A Digital Temperature Humidity Sensor Module
Orders placed before 16:30 on weekdays are sent on the same day. Free shipping over 150 RON.
34.50RON
Ex Tax: 34.50RON
  • Stock: Out Of Stock
  • Model: T184.AM2301A

AM2301A Digital Temperature Humidity Sensor Module

 The AM2301A, also known as DHT21, is a digital temperature and humidity sensor. Here's some information about the AM2301A sensor:


Features:
 

  1. Temperature Measurement:
    • Accuracy: ±0.3°C
    • Measurement Range: -40 to 125°C
    • Resolution: 0.1°C
  2. Humidity Measurement:
    • Accuracy: ±2% RH
    • Measurement Range: 0 to 100% RH
    • Resolution: 0.1% RH
  3. Power Supply: 3.3V to 5.5V DC
  4. Output: Digital signal (single-wire communication protocol)
  5. Dimensions: Typically around 15mm x 12mm x 5.5mm
  6. Response Time: Typically less than 1 second
  7. Integration: Easily interfaces with microcontrollers like Arduino, Raspberry Pi, etc.

 


Description of Features:
 

  • Accuracy: The AM2301A provides ±0.3°C temperature accuracy and ±2% RH humidity accuracy, making it suitable for precise measurements.
  • Temperature Range: It operates in a wide temperature range from -40 to 125°C, allowing flexibility in various applications.
  • Humidity Measurement: Capable of measuring humidity from 0% to 100% RH with high accuracy and resolution.
  • Power Supply: Supports a wide range of power supply voltages, ensuring compatibility with different systems and applications.
  • Response Time: Responds quickly to changes, typically in less than 1 second, which is ideal for applications requiring rapid data acquisition.

 

Applications:


The AM2301A sensor is commonly used in weather monitoring, HVAC systems, industrial automation, and consumer electronics for monitoring temperature and humidity levels. It offers reliable performance with high accuracy and low power consumption, making it suitable for a wide range of applications.

 

Example Arduino Code:


Here's a basic example of how to use the AM2301A (DHT21) sensor with an Arduino:

#include <DHT.h>  #define DHTPIN 2     // Digital pin connected to the sensor #define DHTTYPE DHT21   // AM2301 (DHT21) sensor type  DHT dht(DHTPIN, DHTTYPE);  void setup() {   Serial.begin(9600);   dht.begin(); }  void loop() {   delay(2000);  // Delay between readings      float temperature = dht.readTemperature();  // Read temperature in Celsius   float humidity = dht.readHumidity();        // Read humidity      // Check if any reads failed and exit early (to try again)   if (isnan(temperature) || isnan(humidity)) {     Serial.println("Failed to read from sensor!");     return;   }      Serial.print("Temperature: ");   Serial.print(temperature);   Serial.print(" °C	Humidity: ");   Serial.print(humidity);   Serial.println(" %"); } 

This code initializes the DHT library, reads temperature and humidity data from the AM2301A sensor connected to pin 2, and prints the values to the Serial Monitor every 2 seconds. Adjust the DHTPIN and DHTTYPE as needed based on your setup.

Your orders placed before 16:30 on weekdays are dispatched the same day.

Write a review

Note: HTML is not translated!
Rating
Bad Good

Category Products

IRF740 N-Channel Power MOSFET in TO-220 PackageThe IRF740 is a high-voltage, N-channel power MOSFET engineered for swift switching applications. With ..
4.00RON
Ex Tax:4.00RON
Add to Cart
 Original Integrated Circuit TDA1022PTDA series integrated circuits (ICs) are a family of components designed for various functions such as audio ampl..
32.20RON
Ex Tax:32.20RON
Add to Cart
Brand: Philips
TDA2582 Integrated Circuit Original PhilipsTDA series integrated circuits (ICs) are a family of components designed for various functions such as audi..
14.72RON
Ex Tax:14.72RON
Add to Cart
0.0047uF 250VAC GPF - MKP X2 Polypropylene Film Capacitor  The 0.0047 µF 250V GPF - MKP X2 capacitor has specific characteristics and is sui..
20.70RON
Ex Tax:20.70RON
Add to Cart
0.1F 5.5V Super Capacitor: High-Performance Battery-Type Superfarad CapacitorIntroducing our high-performance 0.1F 5.5V Super Capacitor, a battery-typ..
11.09RON
Ex Tax:11.09RON
Add to Cart
0.1F 5.5V H-Type Super Capacitor: High-Performance Electronics ComponentIntroducing the 0.1F 5.5V H-Type Super Capacitor, a high-capacity, battery-lik..
10.81RON
Ex Tax:10.81RON
Add to Cart

WhatsApp Chat

Hi Guest! Please click one of our representatives Below To Chat On WhatsApp.