1. Catalogs
  2. Cubic Sensor and Instrument Co.,Ltd
  3. Single Beam NDIR CO2 Sensor Module-CM1106-C

Single Beam NDIR CO2 Sensor Module-CM1106-C

Single Beam NDIR CO2 Sensor Module-CM1106-C
1 / 17 PagesView full catalog

Single Beam NDIR CO2 Sensor Module-CM1106-C

Product catalog summary
Product Overview: The CM1106-C(0-5000ppm version) is a compact NDIR CO2 sensor module designed for indoor air quality monitoring. It offers high accuracy and stability with a lifespan exceeding 10 years, suitable for HVAC systems, air purifiers, and IoT devices.
Specifications: The sensor measures CO2 concentrations from 0-5000ppm with an accuracy of ± (50ppm+5% of reading). It operates in temperatures from -10°C to 50°C and humidity levels of 0-95%RH, requiring a DC 3.5V-5.5V power supply. Signal outputs are available via UART, PWM, and I²C.
Features: Notable features include auto-calibration, temperature calibration, and a compact design. It operates based on Lambert-Beer’s Law using an infrared source, sample chamber, filter, and detector.
Calibration: The sensor supports auto-calibration every 15 days at a baseline of 400ppm and manual calibration by connecting the CA pin for 2 seconds in a stable 400ppm environment.
Communication Protocols: Supports UART and I²C protocols. UART allows reading CO2 measurements, calibrating values, and checking software versions. I²C operates with a clock frequency of 10kHz to 400kHz.
Installation Guidelines: Ensure a 1.5mm distance between the sensor's waterproof filter and other components. Hand soldering is recommended to prevent stress during PCB mounting.
Applications: Suitable for HVAC systems, indoor air quality monitors, air purifiers, automotive applications, and plant growth environments.
Communication Diagram: Describes a protocol between a master and slave device. The master reads two bytes from the slave, using a 7-bit address (0x31) with a read/write bit. Steps include sending addresses and data, with communication stopping if a no-answer bit is sent.
Packing Information: Sensors are packed in trays of 60, with 18 layers per carton, totaling 1080 sensors. Carton dimensions are W400 x L300 x H480 mm, using red anti-static EPE material.
Contact Information: Cubic Sensor and Instrument Co., Ltd. offers after-sales services and consultancy, with contact details provided for further assistance.
See more

Catalog excerpts

Single Beam NDIR CO2 Sensor Module-CM1106-C-1

Product Name: Single Beam NDIR CO2 Sensor Module Item No.: CM1106-C(0-5000ppm version) Version: V0.2 Date: 19th September,2019

 Open the catalog to page 1
Single Beam NDIR CO2 Sensor Module-CM1106-C-3

Single Beam NDIR CO2 Sensor Module CM1106-C(0-5000ppm version) Applications ▪ HVAC industry ▪ IAQ monitor ▪ Air purifier ▪ Automotive ▪ IoT devices ▪ Plant growth Description CM1106-C(0-5000ppm version) is a single beam NDIR CO2 sensor module, based on non-dispersive infrared (NDIR) technology, which can detect CO2 concentration of indoor air. With high accuracy, high stability, small size, it is widely used for ventilation system, air purifier, air conditioner, HVAC transmitter, IAQ monitor, etc. ▪ NDIR technology with independent intellectual property ▪ High accuracy, long term stability, long...

 Open the catalog to page 3
Single Beam NDIR CO2 Sensor Module-CM1106-C-6

Typical Application Circuit Application scene: UART TTL serial port output Description of Calibration Auto Calibration: Rough installing, non-correct soldering and transportation might result in a reducing of sensor reading accuracy and zero drift, sensor will correct the drift by the built-in self-correcting logic. Powering on the sensor for 15 days continuously, it will record the lowest CO2 concentration measurement value during these 15 days. Sensor will do auto calibration after 15 days and will regard the outdoor fresh air CO2 concentration (400ppm) as baseline. In order to ensure the reading...

 Open the catalog to page 6
Single Beam NDIR CO2 Sensor Module-CM1106-C-7

PWM cycle: 1004ms Positive pulse width: 0-5000: (PPM/5) + 2ms CO2 concentration detection value: 500ppm range: (PWM Positive pulse width -2) *5 PWM output schema: 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. 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.

 Open the catalog to page 7
Single Beam NDIR CO2 Sensor Module-CM1106-C-8

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 effected. Reference as below: 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 8
Single Beam NDIR CO2 Sensor Module-CM1106-C-9

UART Communication Protocol 1. General Statement 1).The data in this protocol is all hexadecimal data. Example: “46” for decimal [70]. 2). Baud rate: 9600, Data Bits: 8, Stop Bits: 1, Parity: No, Flow control: No. 3). [x x] 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 test software: Start Symbol Detail description on protocol format: Protocol Format Start Symbol Sending by test software is fixed as [11H], module response is fixed as [16H] Length of frame bytes= data length +1 (including...

 Open the catalog to page 9
Single Beam NDIR CO2 Sensor Module-CM1106-C-10

Note: CO2 measured result = DF1*256+DF2 DF3 DF4 is reserved Example: Response: 16 05 01 02 58 00 00 8B Explanation: Hex is converted to decimal: 02 is 02; 58 is 88 CO2 concentration =02*256+88 = 600ppm 4.2 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 sure CO2 concentration in current ambient is calibration target value. Keeping this CO2 concentration for two 2 minutes, then began calibration. Example: When...

 Open the catalog to page 10
Single Beam NDIR CO2 Sensor Module-CM1106-C-11

Response: 16 01 10 D9 Explanation: DF1: reserved, default 100 (0x64) DF2: open/close auto calibration (0: open; 2: close) DF3: calibration cycle (1-30 days optional, default is 15days) DF4: High base value (2 bytes) DF5: Low base value (2 bytes) DF6: reserved, default is 100 (0x64) Note: The auto calibration function is open with 15 days calibration cycle by default. The default value of DF4 and DF5 is 400, that is DF4: 01; DF5:90 4.4.1 Open ABC and Set Calibration Cycle Send: 11 07 10 64 00 07 01 90 64 78 Response: 16 01 10 D9 4.4.2 Close ABC Send: 11 07 10 64 02 07 01 90 64 76 Response: 16...

 Open the catalog to page 11
Single Beam NDIR CO2 Sensor Module-CM1106-C-12

tSU.DAT (setup time of the data ) tSU.STO (setup time of the stop bit) Note: SCL clock frequency is generated by the master device with the range 10khz~400khz. Picture1: I2C clock introduction 1.3 Basic Data Transmission Formats S Picture 2: The general data format sends from the master device to the slave S 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...

 Open the catalog to page 12
Single Beam NDIR CO2 Sensor Module-CM1106-C-13

Picture 4: The address byte sent from the master 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 I2C master device, it is suggested to reserve a period before and after ACK signal (such as 100 us), after sending every byte (8 bit) to leave enough time for the SCM to process the data. Within requirements of speed, it is recommended to lower the reading speed as much as possible. 2.1 Statement of Measuring Command The slave address is 0x31, the data command of the slave device is as below:

 Open the catalog to page 13
Single Beam NDIR CO2 Sensor Module-CM1106-C-14

2.2 Measuring Result The master device should send command of measuring result. Send:0x01 Response: [0x01][DF0][DF1][DF2][CS] Note: 1. Sensor starts measuring result status once receiving the command 0x01. After this, all the data which I2C read will be such status format data, until the sensor receives new command or re-powering on. 2. Data format, master device receives DFq first, and then receives CS at last.

 Open the catalog to page 14
Single Beam NDIR CO2 Sensor Module-CM1106-C-15

2.4 Calibration The master device should send command of calibration. Send: 0x03 [DF0] [DF1] Response: [0x03] [DF0] [DF1] [CS] Note: 1. Sensor starts calibration status once receiving command 0x03. After this, all the data which I2C read will be such status format data, until the sensor receives new command or re-powering on. 2. Data format, master device receives DF0 first, and then receives CS at last. The result is calculated by high bit in front: [DF0] * 256 + [DF1]. 3. Five integers form a 20-bit code.

 Open the catalog to page 15

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.