
Grupo: Cubic
Excertos do catálogo

Product Name: Dual Beam NDIR CO2 Sensor Module Item No.: CM1107N Version: V0.4 Date: 6th Jan.2020
Abrir o catálogo na página 1
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...
Abrir o catálogo na página 3
Typical Application Circuit Application scene: UART TTL 3.3V serial port output
Abrir o catálogo na página 6
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...
Abrir o catálogo na página 7
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.
Abrir o catálogo na página 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 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:
Abrir o catálogo na página 9
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...
Abrir o catálogo na página 10
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:...
Abrir o catálogo na página 11
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...
Abrir o catálogo na página 12
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...
Abrir o catálogo na página 13
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...
Abrir o catálogo na página 14
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...
Abrir o catálogo na página 16
1. Sensor starts device code output status once receiving the command 0x1 F. 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, the master device receives [DF0] first, and then receives [CS] at last. The result is calculated by hig h bit in front. Diagram 1: The master device read two bytes continuously from the slave device. The slave machine address: 0x31 = 0110001 (the machine address is 7 bit) + read/write bit (1bit) The slave data address: 0x01 = 00000001 Step 1: The master device sends the...
Abrir o catálogo na página 17Todos os catálogos e folhetos técnicos Cubic Sensor and Instrument Co.
-
Cubic Ultrasonic Gas Metering Solutions
10 Páginas
-
Cubic Smart Water Metering Solution
6 Páginas
-
Cubic Gas Sensor Solutions Overview
7 Páginas
-
Cubic Automotive Gas Sensor Solution
23 Páginas
-
Cubic TDLAS CH4 Sensor
4 Páginas
-
Cubic Environmental Air Quality Sensors
16 Páginas
-
Cubic-IoT Smart Gas Sensor Solutions
2 Páginas
-
Gasboard-7500H-OPC
13 Páginas
-
Electrochemical CO Sensor ECO-5011
2 Páginas
-
TDLAS CH4 Sensor Gasboard-2500
2 Páginas
-
Air quality monitor AM7000_2021
1 Páginas
-
NDIR CO2 Sensor Module-CM1106H-NS
11 Páginas
-
NDIR CO2 Sensor Module-CM1106LS
18 Páginas
-
Dual Beam NDIR CO2 Sensor-CM1107T
11 Páginas
-
Laser Particle Sensor-PM2008M-M
22 Páginas
-
Dual Beam NDIR CO2 Sensor-CM1107BN
13 Páginas
-
PM2015-M Laser Particle Sensor Module
21 Páginas
-
Integrated Air Quality Sensor-AM1008W
16 Páginas
-
PM1006K LED Particle Sensor Module
12 Páginas
-
PM2009 Laser Particle Sensor Module
20 Páginas
-
Laser Particle Sensor-PM2012
19 Páginas
-
Test Instruction of AM4100-I
7 Páginas
-
Test Instruction of AM1008W
7 Páginas
-
Test Instruction of PM5000
7 Páginas
-
Test Instruction of PM1006
8 Páginas
-
Test Instruction of CM1107T
7 Páginas
-
Test Instruction of CM1107BN
8 Páginas
-
Test Instruction of PM3006T
7 Páginas
-
Test Instruction of PM2009
8 Páginas
-
Test Instruction of PM2008M-M
8 Páginas
-
Test Instruction of CM1106SH
8 Páginas
-
Test Instruction of CM1107
8 Páginas
-
Test Instruction of CM1106SL-N
8 Páginas
-
Test Instruction of CM1106S
8 Páginas
-
Test Instruction of CM1106LS
8 Páginas
-
Integrated Air Quality Sensor-AM4100-I
12 Páginas
-
Laser Particle Sensor-PM2008
21 Páginas
-
Laser Particle Sensor-PM2009
20 Páginas
-
Laser Particle Sensor-PM2105-M
20 Páginas
-
NDIR CO2 Sensor Module-CM1106S
18 Páginas
-
Low Power CO2 Sensor Module-CM1106SL-N
16 Páginas
-
Laser Particle Sensor Module-PM2008SE
24 Páginas
-
Ultrasonic Oxygen Sensor Gasboard8500
10 Páginas
-
mainstream NDIR ETCO2 sensor module
1 Páginas
-
Ultrasonic Technology Introduction
1 Páginas
-
Total Solution for Syngas Analyzer
13 Páginas
-
Industrial NIDR CO2 Sensor SRH
1 Páginas
-
Gas Sensor Line-up
1 Páginas
-
About Cubic
1 Páginas
-
Online Flue Gas Analyzer Gasboard 3000UV
12 Páginas
-
Online Flue Gas Analyzer Gasboard 3000
12 Páginas
-
CEMS Solution - Gasboard 9050
22 Páginas
-
NDIR CO2 Sensor Modules
7 Páginas
-
Gasboard-7020
4 Páginas
-
Gasboard-7500
7 Páginas
-
Mainstream ETC02 module
5 Páginas
-
Gasboard 3400P
5 Páginas
-
Portable GAS3100P Syngas Analyser
5 Páginas
-
Analyzer Gasboard 3800P
6 Páginas
-
LANDFILL APPLICATIONS
8 Páginas
-
Ultrasonic Gas Flow and Oxygen Sensor
11 Páginas
-
Laser Particle Sensor Features
1 Páginas
-
INFRARED (NDIR) CO2 GAS SENSOR
8 Páginas
Catálogos arquivados
-
Air quality monitor AM7000
11 Páginas
-
What is Ultrasonic Oxygen Sensor
2 Páginas
-
INFRARED METHANE (CH4 ) GAS SENSOR
8 Páginas
-
RHB Series
8 Páginas
-
Electrochemical (ECD) FIXED H2S GAS
6 Páginas
-
INFRARED (NDIR) PORTABLE Hydrogen
8 Páginas
-
Online biogas analyzer Gasboard 3200
1 Páginas
-
Ultrasonic Flow meter 7200
1 Páginas
-
Syngas portable analyzers
4 Páginas
-
Opacity meter
1 Páginas
-
Automobile exhaust gas analyzer
3 Páginas
-
Ultrasonic flow meter BF-3000
1 Páginas
-
Ultrasonic gas flow meter BF-3000
4 Páginas
-
Infrared handheld CH4 gas detector
2 Páginas
-
Infrared Carbon Dioxide gas sensor
4 Páginas
-
Infrared Methane gas sensor
3 Páginas