0
登录后你可以
  • 下载海量资料
  • 学习在线课程
  • 观看技术视频
  • 写文章/发帖/加入社区
会员中心
创作中心
发布
  • 发文章

  • 发资料

  • 发帖

  • 提问

  • 发视频

创作活动
SEN0219

SEN0219

  • 厂商:

    DFROBOT

  • 封装:

    -

  • 描述:

    GRAVITY:ANALOGINFRAREDCO2SEN

  • 数据手册
  • 价格&库存
SEN0219 数据手册
      Gravity: Analog Infrared CO2 Sensor For Arduino  SKU: SEN0219 Introduction DFRobot released its latest high-precision analog infrared CO2 sensor. The effectively measuring range is from 0 to 5000ppm. This sensor is based on non-dispersive infrared (NDIR) technology and has good selectivity and oxygen-free dependency. Besides, its service life could up to 5 years! It integrates temperature compensation and support DAC output. Most importantly, the product is easy to use; it is compatible with all types of microcontrollers with ADC function. In addition, this product is a high-performance sensor that combines technology of mature infrared absorption gas detection with precision optical circuit design as well as sophisticated circuit design. It has characteristics such as high sensitivity, high resolution, low power consumption, fast response, anti-water vapor interference, no poisoning, high stability and long life. This sensor is able to directly compatible with the DFRobot Arduino IO expansion board thanks to its external DFRobot Gravity interface. This character simplify the use of the sensor as it is plug and play and no need additional wiring. This product could be widely used in HVAC, indoor air quality monitoring, industrial process and security protection monitoring, agriculture and animal husbandry production process monitoring. Feature          Waterproof and anti-corrosion High sensitivity Low power consumption Excellent stability Temperature compensation Excellent linear output High cycle life Anti-water vapor interference No poisoning Specification              Gas Detection: Carbon Dioxide (CO2) Operating Voltage: 4.5 ~ 5.5V DC Average Current: 5 years Size: 37mm * 69mm Board Overview SEN0219 CO2 Sensor Num Label Description 1 Signal Analog Output (0.4~2V) 2 VCC VCC (4.5~5.5V) 3 GND GND Tutorial In this tutorial, we'll show you how to use DFRobot Infrared Sensor within 5 minutes. Requirements  Hardware DFRduino UNO x 1 DFRobot Gravity: Infrared CO2 Sensor Gravity: IO Expansion Shield for Arduino V7.1  Software Arduino IDE Click to Download Arduino IDE from Arduino® https://www.arduino.cc/en/Main/Software%7C Connection Diagram SEN0219_Connection Data Analysis When the IR CO2 sensor get 5V power supply, it will output 0.4~2V analog value, corresponding to 0~5000 ppm; And when the sensor finds faults during the self-checking process, it will output 0V. Sample Code /*************************************************** * Infrared CO2 Sensor0-5000ppm * **************************************************** * This example The sensors detect CO2 * * @author lg.gang(lg.gang@qq.com) * @version * @date V1.0 2016-7-6 * * GNU Lesser General Public License. * See for details. * All above must be included in any redistribution * ****************************************************/ int sensorIn = A0; void setup(){ Serial.begin(9600); // Set the default voltage of the reference voltage analogReference(DEFAULT); } void loop(){ //Read voltage int sensorValue = analogRead(sensorIn); // The analog signal is converted to a voltage float voltage = sensorValue*(5000/1024.0); if(voltage == 0) { Serial.println("Fault"); } else if(voltage < 400) { Serial.println("preheating"); } else { int voltage_diference=voltage-400; float concentration=voltage_diference*50.0/16.0; // Print Voltage Serial.print("voltage:"); Serial.print(voltage); Serial.println("mv"); //Print CO2 concentration Serial.print(concentration); Serial.println("ppm"); } delay(100); } Expected Results Open your IDE serial monitor and wait for 3 minutes (preheat process), then you'll see the finial data. (Indoor Temperature: 30 ) https://www.dfrobot.com/wiki/index.php/Gravity:_Analog_Infrared_CO2_Sensor_For_Arduino_SKU:_SEN0219 5-3-17
SEN0219 价格&库存

很抱歉,暂时无法提供与“SEN0219”相匹配的价格&库存,您可以联系我们找货

免费人工找货
SEN0219
    •  国内价格
    • 1+399.50899
    • 5+390.97303
    • 10+381.57639

    库存:31

    SEN0219
    •  国内价格 香港价格
    • 1+725.161041+87.04390
    • 3+639.775983+76.79480

    库存:3