1. Catalogs
  2. Cubic Sensor and Instrument Co.,Ltd
  3. Dual Beam NDIR CO2 Sensor Module-CM1107N

Dual Beam NDIR CO2 Sensor Module-CM1107N

Dual Beam NDIR CO2 Sensor Module-CM1107N
1 / 19 PagesView full catalog

Dual Beam NDIR CO2 Sensor Module-CM1107N

Product catalog summary
Product Overview: The CM1107N is a dual beam NDIR CO2 sensor module designed for indoor air quality monitoring. It offers high accuracy, long-term stability, and a lifespan exceeding 10 years, suitable for various applications including HVAC systems, air purifiers, and IoT devices.
Specifications: The sensor measures CO2 concentrations from 0 to 5000 ppm, extendable to 10000 ppm, with specific accuracy levels. It operates in temperatures from -10°C to 50°C and humidity from 0-95% RH. Outputs are available via PWM, UART, and I2C interfaces.
Features: Notable features include dual beam detection, temperature calibration, and a compact design. It supports both auto and manual calibration to ensure accuracy.
Calibration Procedures: Auto-calibration can be activated on a 7-day cycle, while manual calibration requires a stable CO2 environment and a connection to the CA pin.
Communication Protocols: Supports UART and I2C protocols, with specific baud rates and data formats for communication and calibration commands.
Installation Guidelines: Maintain a 1.5 mm distance from other components and use hand soldering for PCB mounting to avoid sensor stress.
PWM and Alarm Output: Provides a PWM output with a cycle of 1004 ms, and an alarm triggers when CO2 levels exceed 1000 ppm.
Sensor Command Specifications: Includes commands for zero setting, serial number, and software version, with specific data formats.
Communication Protocol: Details on slave device address and data transmission steps are provided.
Data Format: Data is received in integer types ranging from 0 to 9999.
Packing Information: Each carton contains 768 sensors, with dimensions and packing materials specified.
Contact Information: Provided for Cubic Sensor and Instrument Co., Ltd., including phone, email, and address.
See more

Catalog excerpts

Dual Beam NDIR CO2 Sensor Module-CM1107N-1

Product Name: Dual Beam NDIR CO2 Sensor Module Item No.: CM1107N Version: V0.4 Date: 6th Jan.2020

 Open the catalog to page 1
Dual Beam NDIR CO2 Sensor Module-CM1107N-3

Dual Beam NDIR CO2 Sensor Module CM1107N Applications ▪ HVAC industry ▪ IAQ monitor ▪ Air purifier ▪ Automotive ▪ IoT devices ▪ Intelligent agriculture ▪ Cold-chain Description CM1107N is a dual beam (single light source, dual channel) NDIR CO2 sensor, based on non-dispersive infrared (NDIR) technology, which can detect CO2 concentration of indoor air. With higher accuracy, superior long term stability, it is widely used for ventilation system, air purifier, air conditioner, intelligent agriculture, storage and cold-chain, etc. Features ▪ NDIR technology with independent intellectual property...

 Open the catalog to page 3
Dual Beam NDIR CO2 Sensor Module-CM1107N-6

Typical Application Circuit Application scene: UART TTL 3.3V serial port output

 Open the catalog to page 6
Dual Beam NDIR CO2 Sensor Module-CM1107N-7

1. Auto calibration ( Closed default, if open please refer to the protocol) Rough installing, non-correct soldering and transportation might result in a reducing of sensor reading accuracy and zero drift. Therefore, the sensor can corrects the drift by a built-in auto-calibration algorithm. When the sensor power-on time is accumulated for 7 days, the minimum CO2 concentration detection value is stored and recorded, and the sensor automatically performs the calibration algorithm. Put the sensor in the environment where the CO2 concentration level can reach 400ppm Note:For more detailed information...

 Open the catalog to page 7
Dual Beam NDIR CO2 Sensor Module-CM1107N-8

PWM and Alarm Output PWM output Measurement range: 0-5000ppm PWM cycle: 1004ms Positive pulse width: (PPM/5)+2ms PWM output schema: Note Connect the pin of PWM to the oscilloscope. Add a pull-up resistor around 5K-10K between the pin of PWM and power supply. The measurement range is 400~5000ppm and PWM output schema start from 400ppm. Alarm Output If the CO2 concentration rises up to more than 1000ppm, the alarming will be triggered and output high level. When the CO2 concentration goes down to below 800ppm, the alarming will stop and output low level.

 Open the catalog to page 8
Dual Beam NDIR CO2 Sensor Module-CM1107N-9

Product Installation 1. In order to ensure airflow diffusion into the sensor inner, make sure the minimum distance between the area of waterproof filter and the other components is 1.5 mm, otherwise, quick response time of the sensor will be affected. Reference as below: Waterproof Filter 2 .To avoid the influence of stress on sensor, please soldering by hand as much as possible when mounting the sensor to the PCB. Reference as below:

 Open the catalog to page 9
Dual Beam NDIR CO2 Sensor Module-CM1107N-10

UART Communication Protocol 1. General Statement 1). The data in this protocol is all hexadecimal data. For example, “46” for decimal [70]. 2). Baud rate: 9600, Data Bits: 8, Stop Bits: 1, Parity: No, Flow control: No. 3). [xx] is for single-byte data (unsigned, 0-255); for double data, high byte is in front of low byte. 2. Format of Serial Communication Protocol Sending format of upper computer: Start Symbol Detail description on protocol format: Protocol Format Start Symbol Sending by upper computer is fixed as [11H], module respond is fixed as [16H] Length of frame bytes= data length +1 (including...

 Open the catalog to page 10
Dual Beam NDIR CO2 Sensor Module-CM1107N-11

4.2 Open/Close ABC and Set ABC Parameter Send: 11 07 10 DF1 DF2 DF3 DF4 DF5 DF6 CS Response: 16 01 10 D9 Explanation: DF1: Reserved, default 100 (0x64) DF2: Open/close auto calibration (0: open; 2: close, default close) DF3: Calibration cycle (1-255 days optional, default is 7 days) DF4: High base value (2 bytes) DF5: Low base value (2 bytes) DF6: Reserved, default is 100 (0x64) Note: The default value of DF4 and DF5 is 400, that is DF4: 01; DF5: 90 4.2.1 Open ABC and Set Calibration Cycle When ABC function is closed and you want to re-open ABC function, you should set the DF2=0. Example: You...

 Open the catalog to page 11
Dual Beam NDIR CO2 Sensor Module-CM1107N-12

Send: 11 07 10 64 00 0A 01 90 64 75 Response: 16 01 10 D9 4.2.4 Check ABC Status and ABC Cycle If you want check the ABC status, you can check the DF2, 0 means open; 2 means close If you want check the ABC cycle, you can check the DF3(DF3 range can be 1-255 days, default is 7 days) Send: 11 01 0F DF Response: [ACK] 07 0F [DF1][DF2][DF3][DF4][DF5][DF6][CS] 4.3 Calibration of CO2 Concentration Send: 11 03 03 DF1 DF2 CS Response: 16 01 03 E6 Function: Calibration of CO2 concentration Note: 1. Calibration target value = DF1*256+DF2 Unit: PPM, range (400-1500ppm) 2. Before calibration, please make...

 Open the catalog to page 12
Dual Beam NDIR CO2 Sensor Module-CM1107N-13

4.5 Read the Serial Number of the Sensor Send: 11 01 1F CF Response: 16 0B 1F (SN1) (SN2) (SN3) (SN4) (SN5) [CS] Function: Read the serial number of the sensor Note: Read the serial number of the sensor. SNn: 0~9999, 5 integer form 20-digit number. I2C Communication Protocol 1. Timing Diagram Introduction 1.1 Common Description a. This protocol is based on standard I2C timing sequence, the clock frequency is 10kHz~400kHz. b. Use big-endian format, the most significant bit to be sent first. 1.2 I2C Sequence Diagram Introduction Parameter fSCL (SCL clock frequency) tHD.STA (hold time of the starting...

 Open the catalog to page 13
Dual Beam NDIR CO2 Sensor Module-CM1107N-14

Picture 3: The general data format received from the slave device to the master device The meaning of the symbol in picture 1.2 and picture 1.3: S: start condition SA: slave address W: write bit R: read bit A: acknowledge bit ~A: not acknowledge bit D: data, each data is 8bit P: stop condition Shadow: The signal generated from the master device No Shadow: The signal generated from the slave device 1.5 Notes The performance of the MCU which is used in the sensor is not very high. If you use I/O port to simulate IIC master device, it is suggested to reserve a period before and after ACK signal...

 Open the catalog to page 14
Dual Beam NDIR CO2 Sensor Module-CM1107N-16

Example: The master device reads some data: Read 3 bit. 0x01 0x03 0x20 0x01 0xDB CO2 measuring result = (0x03 0x20) hexadecimal = (800) decimal = 800 ppm Status bit: 0x01 means working normally [CS]= -(0x01+0x03+0x20+0x01) Only keep the lowest bite. 2.3 Auto Zero Specification Setting Send: 0x10 [DF0] [DF1] [DF2] [DF3] [DF4] [DF5] Response: [0x10] [DF0] [DF1] [DF2] [DF3] [DF4] [DF5] [CS] Format description: 1. Sensor will be auto calibration specification setting status after receiving command 0x10. After this, all the data which I2C read are the data in this status format, until sensor receives...

 Open the catalog to page 16

All Cubic Sensor and Instrument Co.,Ltd catalogs and technical brochures

  1. About Cubic

    1  Page

  2. Gasboard-7020

    4  Pages

  3. Gasboard-7500

    7  Pages

Archived catalogs

  1. RHB Series

    8  Pages

*Prices are pre-tax. They exclude delivery charges and customs duties and do not include additional charges for installation or activation options. Prices are indicative only and may vary by country, with changes to the cost of raw materials and exchange rates.