DHT21 / AM2301 โมดูล วัดความชื้น และ อุณหภูมิ
โมดูลวัดอุณหภูมิและความชื้น 2 อย่างในตัวเดียว DHT21 / AM2301 วัดได้แม่นยำ ติดตั้งใช้งานง่ายเพราะมีเคสมาให้ด้วย สามารถเปลี่ยนใช้แทนโมดูล อุณหภูมิอุณหภูมิ / ความชื่้น รุ่น DHT11 หรือ DHT22 ได้เลย เหมาะสำหรับใช้ในงานควบคุมอุณหภูมิและความชื้น เช่น ระบบควบคุมอุหภูมิความชื่นอัตโนมัติในอาคาร เรือนเพาะชำ โรงเรือนเพาะเห็ด
การต่อใช้งาน โม ดูล DHT21 / AM2301 วัดความชื้น และ อุณหภูมิ อย่างดี พร้อมเคส DHT21 / AM2301 Digital-output relative humidity & temperature sensor/module Sensor AM2301
สายสีดำ -> Gnd
สายสีแดง -> 5 Vcc
สายสีเหลือง -> 2 (สาย ข้อมูล)
ต่อ R 4.7K คร่อมสายสีแดงกับสายสีเหลือง
ตัวอย่างโคดโม ดูล DHT21 / AM2301
วัดความชื้น และ อุณหภูมิ อย่างดี พร้อมเคส DHT21 / AM2301 Digital-output
relative humidity & temperature sensor/module Sensor AM2301
DHT dht;
void setup()
{
Serial.begin(9600);
Serial.println();
Serial.println("Status\tHumidity (%)\tTemperature (C)\t(F)");
dht.setup(2); // data pin 2
}
void loop()
{
delay(dht.getMinimumSamplingPeriod());
float humidity = dht.getHumidity(); // ดึงค่าความชื้น
float temperature = dht.getTemperature(); // ดึงค่าอุณหภูมิ
Serial.print(dht.getStatusString());
Serial.print("\t");
Serial.print(humidity, 1);
Serial.print("\t\t");
Serial.print(temperature, 1);
Serial.print("\t\t");
Serial.println(dht.toFahrenheit(temperature), 1);
}
รายละเอียด โมดูล DHT21 / AM2301 วัดความชื้น และ อุณหภูมิ อย่างดี พร้อมเคส DHT21 / AM2301 Digital-output relative humidity & temperature sensor/module Sensor AM2301
AM2301 humidity capacitor module is a digital temperature and humidity have been calibrated with digital signal output of the temperature and humidity combined sensor. Its application-specific modules capture technology and digital temperature and humidity sensor technology to ensure product with high reliability and excellent long-term stability. Sensor consists of a capacitive sense element and a precision wet NTC temperature measurement devices, and with a high-performance 8-bit microcontroller connected. Therefore, the product has excellent quality, fast response, anti-interference ability, high cost and so on. Each sensor in a very precise calibration of humidity calibration chamber. Calibration coefficients stored in the microcontroller program, the sensor detects the signal processing within the process to call these calibration coefficients. Standard single-bus interface, the system integration becomes simpler and quicker. Small size, low power consumption, signal transmission distance up to 20 meters, making it a wide range of applications and even the most demanding applications is the best choice. Products are divided into 3-lead (single-bus interface), and 4-wire connection easy, free to choose any kind of bus way. Special packages can be provided according to user needs.
Full range temperature compensated!
Description:
AM2301 output calibrated digital signal. It utilizes exclusive digital-signal-collecting-technique and humidity sensing technology, assuring its reliability and stability.Its sensing elements is connected with 8-bit single-chip computer.
Every sensor of this model is temperature compensated and calibrated in accurate calibration chamber and the calibration-coefficient is saved in type of programme in OTP memory, when the sensor is detecting, it will cite coefficient from memory.
Small size & low consumption & long transmission distance(20m) enable AM2301 to be suited in all kinds of
harsh application occasions.
ไม่มีความคิดเห็น:
แสดงความคิดเห็น