CATEGORIES

My Account

CATEGORIES
Your Cart

AM2301A Digital Temperature Humidity Sensor Module

AM2301A Digital Temperature Humidity Sensor Module
AM2301A Digital Temperature Humidity Sensor Module
Orders placed before 16:30 on weekdays are sent on the same day. Free shipping over 150 RON.
36.83ron
100 or more 28.72ron
500 or more 23.47ron
1000 or more 19.39ron
  • Stock: In Stock
  • Model: SNC004.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.

There are no reviews for this product.

Write a review

Note: HTML is not translated!
Bad           Good

Category Products

0.0047uF 250VAC GPF - MKP X2 Polypropylene Film Capacitor  The 0.0047 µF 250V GPF - MKP X2 capacitor has specific characteristics and is sui..
22.10ron
Add to Cart
Electrolytic CapacitorElectrolytic capacitors are common components used in various electronic applications for tasks such as storing electrical energ..
0.69ron
Add to Cart
Electrolytic CapacitorElectrolytic capacitors are common components used in various electronic applications for tasks such as storing electrical energ..
0.20ron
Add to Cart
0.33 uF 250V Polyester Capacitor
Out of Stock
0.33 uF 250V Polyester CapacitorOur 250V polyester capacitors are designed for a variety of electronic applications, providing reliable performance an..
0.49ron
Out of Stock
0.47 uF 250V Polyester CapacitorOur 250V polyester capacitors are designed for a variety of electronic applications, providing reliable performance an..
0.74ron
Add to Cart
Electrolytic CapacitorElectrolytic capacitors are common components used in various electronic applications for tasks such as storing electrical energ..
0.20ron
Add to Cart

WhatsApp Chat

We are currently out of business hours, you can send a message from the contact section for support.