USER MANUAL. Laser Particle Sensor Module PM fan series. Wuhan Cubic Optoelectronics Co.,Ltd. Ver.:

Size: px
Start display at page:

Download "USER MANUAL. Laser Particle Sensor Module PM fan series. Wuhan Cubic Optoelectronics Co.,Ltd. Ver.:"

Transcription

1 USER MANUAL Laser Particle Sensor Module PM fan series ADD:Fenghuang No. 3 Road, Fenghuang Industrial Park, Eastlake Hi-tech Development Zone, Wuhan , China TEL: FAX: Ver.: Wuhan Cubic Optoelectronics Co.,Ltd info@gassensor.com.cn

2 1. Brief introduction PM2007 is one type of laser particle sensor module, which can measure the quantity of different particle size in indoor air and it can be converted to μg/m 3 according to the mathematical algorithm and output μg/m 3 directly. 2. Main features Smallest size of available measurement : 0.3μm Three types of optional signal output: UART-TTL(default); PWM (default); I 2 C (customized) Four types of optional measuring mode: single/continuous/timing/dynamic As excellent replacement of optimal dust sensor with level output 3. Application Air purifier; Air quality monitoring instrument; Fresh air system; Air conditioning system Consumer electronics relevant products. 4. Principle of particle measurement When sampling particles pass through light beam (laser), there will be light scattering phenomenon. And it will be converted into the electrical signal (pulse). The bigger particles will obtain stronger pulse single (peak value). Through peak value and pulse value can calculate quantity concentration of particles in each size. That is real-time data. 5. Specification Measurement range PM2.5/PM10 (μg/m3) (0.3μm to 10μm) Accuracy Respond time Working temperature Stable storage temperature Working humidity ±15% reading or ±15μg/m3 (choose bigger one) (@20 ) 6 seconds C C 0-95% RH non-condensing UART-TTL (0-3.3V interface) (default) Signal outputs (option ) Data bit: 8; Stop bit: 1; Check bit: null; Baud rate: 9600bps PWM (5.0V interface, 50% duty cycle corresponding 500μg/m3 (default) I 2 C(0-3.3V interface) (customized) 1

3 6. Dimension 6.1 Schematic diagram 6.2 I/O definitions 2

4 J4 CN1 No. Item Description No. Item Description V Power output (+3.3V/100mA) 1 GND Power input(ground terminal) 2 5V Power input (5V) 2 TX/P2 UART-TX output / PWM output 3 SCL I 2 C Clock (Reserved) 3 +5V Power input (5V) 4 SDA I 2 C Data (Reserved) 4 P1 PWM output 5 TEST For testing 5 RX UART-RX input 6 TX UART-TX output (0-3.3V) 7 RX UART-RX input (0-3.3V) 8 GND Power input(ground terminal) 3

5 7. Temperature influence curve Particle measurement accuracy: ±15% reading or ±15μg/m3 (choose bigger one) ) Temperature influence coefficient: 0.5%/ or 0.5μg/m³/ (choose bigger one) 8. User attention PM2007 laser particle sensor module is for household electronics products, not suitable to medical, mining equipment etc. application; PM2007 adopts no static adsorption material like metal plate etc. Please do not use it in bad dusty environment. And please turn off sampling inlet when not working; When install PM2007 sensor module in your system or equipment, please make sure of unobstructed air-inlet and air-outlet. And there is no huge airflow faced to air-inlet and air-outlet. 9. After-sales services and consultancy TEL: ADD:Fenghuang No.3 Road,Fenghuang Industrial Park, Eastlake Hi-tech Development Zone, Wuhan , China FAX:

6 UART Communication Protocol (V0.01) 1 General Statement 1.The Data in this agreement are all hexadecimal data Such as "46 for decimal [70]" 2.[xx] for single-byte data (unsigned, 0-255);high byte of Double byte data is in the front, the low byte in the back 2 Communication Format 2.1 RS232 Protocol Format Sending format: Start Length Command Data 1 Date n. Check Sum HEAD LEN CMD DATA1 DATAn CS 11H XXH XXH XXH XXH XXH Protocol format details description: Protocol format Description Start Length Command Data Check sum Command sending fixed [11H], the module respond fixed [16H] Frame bytes length = data length +1 (including CMD+DATA) Command Data of writing or reading, unfixed length Cumulative sum of data = 256- (HEAD+LEN+CMD+DATA) 3 Function 3.1 RS232 Protocol Function Sheet Item No. Function description Command 1 Open/close particle measurement 0x0C 2 Read particle measurement result 0x0B 3 Set-up and read particle measurement time 0x0D 4 Set-up and read timing measurement mode 0x05 5 Set-up and read dynamic working mode 0x05 5

7 4. RS232 Protocol Detailed Description Open/ close particle measurement Send: C DF1 1E C2 Response: C DF1 CS Function: Open/ close particle measurement Information: 1 When send the command, DF1=2 open measuring; DF1=1 close measuring; 2 When receive the command, DF1=2 open measuring; DF1=1 close measuring; 3 When the sensor receives the command of measuring open, it will start default continuous testing mode. And if, Send: C 02 1E C0 Respond: C 02 DA //open particle measurement // the sensor module is under particle measurement open status Send: C 01 1E C1 Respond: C 01 DB //open particle measurement // the sensor module is under particle measurement close status Read particle measuring results Send: B 01 E1 Response: B DF1- DF4 DF5- DF8 DF9- DF12 DF13 DF14 DF15 DF16 [CS] Function:Read particle measuring results (ug/m3) Statement: PM2.5 measuring data = DF1*256^3 + DF2*256^2 + DF3*256^1 + DF4 PM10 measuring data = DF5*256^3 + DF6*256^2 + DF7*256^1 + DF8 Data bit: B C EC D PM 2.5 PM 10 Reservation Reservation DF13: working condition alarm of the sensor module Bit Bit 7 Bit 6 Bit 5 Bit 4 Bit 3 Bit 2 Bit 1 Bit0 Alarm Definition 1: low working temperature 1: high working temperature 1: low revolving speed 1: high revolving speed DF15: calibrated status alarm of the sensor module (reserved) 6

8 Bit Bit 7 Bit 6 Bit 5 Bit 4 Bit 3 Bit 2 Bit 1 Bit0 Alarm Definition DF16: reserved 1: uncalibrated status on high temperatue point 1:uncalibrated stauts on low temperature point 1: uncalibrated status on normal temperatue point Set-up and read particle measuring time Send: D DF1 DF2 [CS] // set-up particle measuring time Send: D E1 // read particle measuring time Respond: D DF1 DF2 [CS] Function:to read particle measuring time Description: 1. Particle measuring time = DF1*256+DF2, unit is second. Minimum measuring time is 36 seconds. Factory default set-up time is 36 seconds. Available time range for set-up is seconds. 2. When measuring time is > 65531, it means under continuous measuring mode. It will not stop measuring until sending stop command. Send: D BB Respond: D B6 Send: D FF FF E1 Respond: D FF FF DC Send: D E1 Respond: D FF FF DC // set up single measuring mode; measuring time is 36 seconds // measuring time set-up successfully // set up continuous measuring mode // measuring time set-up successfully // read particle measuring time // read measuring time successfully Set-up timing measuring mode Send: DF1 DF2 [CS] // set up particle measuring mode Send: E9 // read particle measuring mode Respond: DF1 DF2 [CS] Function: to read particle measuring time Description: 1 Particle measuring mode value X = DF1*256+DF2, the unit is second; 2 When X >=180, it means under timing measuring mode. Measurement timing cycle is X seconds. The sensor module will start measurement one time every X seconds. And measuring time is 36 seconds. 7

9 3 Set-up range of X data is *18. It means that, the shortest timing cycle is 3 minutes; and longest one is 18 hours. Send: E0 // Set up as timing measuring mode, and timing cycle is 517seconds. Respond: DB // Set up successfully Set-up dynamic measuring mode Send: DF1 [CS] // Set up dynamic particle measuring mode Send: E8 // Read dynamic particle measuring mode Respond: DF1 [CS] Function:Read/set up particle dynamic measuring mode Description: 1 Particle dynamic measuring mode data DF1; 2 DF1=0 means, closing dynamic measuring mode. DF1=1 means, opening dynamic measuring mode. Analysis of dynamic mode: 1 When open dynamic mode, there will be the first single measurement for completed 36 seconds; 2 After the first single measurement, it will open measurement each minute. And if the measurement data of initial 6 seconds is 12% less than data from the first completed 36 seconds, then the sensor will be stopped. And, latest measurement data will keep the first 36 seconds result. Otherwise, the sensor will go ahead for the second completed 36 seconds measurement and update the latest measurement data accordingly. Send: E6 Respond: E1 Send: E7 Respond: E2 //Set up open dynamic measurement mode // Set up successfully // Set up close dynamic measurement mode //Set up successfully PM2007 sensor module supports 4 types of working mode (single measuring mode + continuous measuring mode + timing measuring mode + dynamic measuring mode). Factory default one is continuous measuring mode. It can be switched among these 4 types of modes by commands as below: 1) Send: D BB // single measuring mode; measuring time is 36 seconds 2) Send: D FF FF E1 // continuous measuring mode 3) Send: E0 // timing measuring mode; default timing cycle is 517 seconds 4) Send: E6 // dynamic measuring mode 8

INTRODUCTION Laser Particle Sensor Module PM2007

INTRODUCTION Laser Particle Sensor Module PM2007 INTRODUCTION Laser Particle Sensor Module PM2007 Fan Series ADD Fenghuang No. 3 Road, Fenghuang Industrial Park, Eastlake Hi-tech Development Zone, Wuhan 430205, China TEL:+86-27-81628827 FAX:+86-27-87405251

More information

Laser Particle Sensor Module PM2105

Laser Particle Sensor Module PM2105 Laser Particle Sensor Module PM2105 Application Air purifier Air quality monitor Air conditioner with purifier function Ventilation system Environmental Monitoring Handhold Air Quality Detector Brief introduction

More information

Laser Particle Sensor Module PM2105

Laser Particle Sensor Module PM2105 Laser Particle Sensor Module PM2105 Application Air purifier, air quality monitor Ventilation system, air conditioner with purifying function Auxiliary product of consumer electronic products Environmental

More information

Laser Particle Sensor Module PM3015

Laser Particle Sensor Module PM3015 Laser Particle Sensor Module PM3015 Application Outdoor air quality monitor. Ventilation system, air conditioner with purifying function Auxiliary product of consumer electronic products Environmental

More information

USERS MANUAL. Infrared Carbon Dioxide Module CM1102(Dual Beam With T&RH) V1.20. Wuhan Cubic Optoelectronics Co.,Ltd

USERS MANUAL. Infrared Carbon Dioxide Module CM1102(Dual Beam With T&RH) V1.20. Wuhan Cubic Optoelectronics Co.,Ltd USER MANUAL 1 Infrared Carbon Dioxide Module CM1102(Dual Beam With T&RH) Wuhan Cubic Optoelectronics Co.,Ltd ADD:Fenghuang No. 3 Road, Fenghuang Industrial Park, Eastlake Hi-tech Development Zone, Wuhan

More information

Laser Particle Sensor Module PM2008

Laser Particle Sensor Module PM2008 Laser Particle Sensor Module PM2008 Application Air purifier, air quality monitor Ventilation system, air conditioner with purifying function Auxiliary product of consumer electronic products Environmental

More information

Laser Particle Sensor Module PM2006M

Laser Particle Sensor Module PM2006M Laser Particle Sensor Module PM2006M Application Air purifier, air quality monitor Ventilation system, air conditioner with purifying function Auxiliary product of consumer electronic products Description

More information

Infrared Carbon Dioxide Sensor Module CM1108-Dual Beam

Infrared Carbon Dioxide Sensor Module CM1108-Dual Beam Infrared Carbon Dioxide Sensor Module CM1108-Dual Beam Introduction Dual beam (single light source, dual wavelength) CM1108 CO2 gas sensor module is mainly used to detect CO2 concentration by adopting

More information

USERS MANUAL. Infrared Carbon Dioxide Module (dual beam) For safety and alarming V1.20. Wuhan Cubic Optoelectronics Co.,Ltd

USERS MANUAL. Infrared Carbon Dioxide Module (dual beam) For safety and alarming V1.20. Wuhan Cubic Optoelectronics Co.,Ltd USER MANUAL 1 USERS MANUAL Infrared Carbon Dioxide Module (dual beam) For safety and alarming Wuhan Cubic Optoelectronics Co.,Ltd ADD:Fenghuang No. 3 Road, Fenghuang Industrial Park, Eastlake Hi-tech Development

More information

USERS MANUAL. Infrared Carbon Dioxide Module CM1102 SERIES(Dual Beam) Wuhan Cubic Optoelectronics Co.,Ltd

USERS MANUAL. Infrared Carbon Dioxide Module CM1102 SERIES(Dual Beam) Wuhan Cubic Optoelectronics Co.,Ltd USER MANUAL 1 USERS MANUAL Infrared Carbon Dioxide Module CM1102 SERIES(Dual Beam) Wuhan Cubic Optoelectronics Co.,Ltd ADD:Fenghuang No. 3 Road, Fenghuang Industrial Park, Eastlake Hi-tech Development

More information

Infrared Carbon Dioxide Sensor Module CM1106-Single Beam

Infrared Carbon Dioxide Sensor Module CM1106-Single Beam Infrared Carbon Dioxide Sensor Module CM1106-Single Beam Brief introduction Single Beam (Single light source, single wavelength) NDIR CM1106 (Miniature size) can be used to detect CO2 concentration of

More information

Infrared Carbon Dioxide Sensor Module CM1106-Single Beam

Infrared Carbon Dioxide Sensor Module CM1106-Single Beam Infrared Carbon Dioxide Sensor Module CM1106-Single Beam Brief introduction Single Beam (Single light source, single wavelength) NDIR CM1106 (Miniature size) can be used to detect CO2 concentration of

More information

Contents OVERVIEW...1 CHARACTERISTICS... 1 SCOPE OF APPLICATION...2 WORKING PRINCIPLE...2 TECHNICAL PARAMETERS...2 POWER REQUIREMENT... 3 ABOUT SERVIC

Contents OVERVIEW...1 CHARACTERISTICS... 1 SCOPE OF APPLICATION...2 WORKING PRINCIPLE...2 TECHNICAL PARAMETERS...2 POWER REQUIREMENT... 3 ABOUT SERVIC Laser PM2.5 Sensor specification Product model: SDS018 Version: V1.5 Nova Fitness Co.,Ltd 2015-10-9 Contents OVERVIEW...1 CHARACTERISTICS... 1 SCOPE OF APPLICATION...2 WORKING PRINCIPLE...2 TECHNICAL PARAMETERS...2

More information

Infrared Carbon Dioxide Gas Module ( single beam )

Infrared Carbon Dioxide Gas Module ( single beam ) Infrared Carbon Dioxide Gas Module ( single beam ) Wuhan Cubic Optoelectronics Co., Ltd Add:Fenghuang No.3 Road, Fenghuang Industrial Park,Eastlake Hi-tech Development Zone Wuhan 430205, China Tel: 86-27-81628831

More information

Amphenol Advanced Sensors. SM-UART-04L PM2.5 + PM10 Particulate Dust Sensor. Application Note. Features. Applications

Amphenol Advanced Sensors. SM-UART-04L PM2.5 + PM10 Particulate Dust Sensor. Application Note. Features. Applications Application Note SM-UART-04L PM2.5 + PM10 Particulate Dust Sensor is designed for a wide range of air quality applications where fine particle dust needs to be measured. Applications include air quality

More information

Intelligent Infrared CO2 Module (Model: MH-Z19)

Intelligent Infrared CO2 Module (Model: MH-Z19) Intelligent Infrared CO2 Module (Model: MH-Z19) User s Manual (Version: 1.0) Valid from: 2015.03.03 Zhengzhou Winsen Electronics Technology Co., Ltd ISO9001 certificated company Statement This manual s

More information

Carbon Dioxide (Tiny CO2) Gas Sensor. Rev TG400 User Manual

Carbon Dioxide (Tiny CO2) Gas Sensor. Rev TG400 User Manual Carbon Dioxide (Tiny CO2) Gas Sensor Rev. 1.2 TG400 User Manual The TG400 measuring carbon dioxide (chemical formula CO2) is a NDIR (Non-Dispersive Infrared) gas sensor. As it is contactless, it has high

More information

Digital universal particle concentration sensor

Digital universal particle concentration sensor Digital universal particle concentration sensor PMS5003 series data manual Writer Zhou Yong Version V2.3 Verifier Zheng Haoxin Date 2016-06-01 Main characteristics Zero false alarm rate Real-time response

More information

ELT Sensor Data Sheet for S-300-3V

ELT Sensor Data Sheet for S-300-3V ELT SENSOR Corp. General Version 1.120 S-300 is one of smallest CO2 sensor modules in the world. Its Persistent Stability and Temperature Effect Resistance besides easy management are much favored by customers

More information

ELT Sensor Data Sheet for C2H4-D3

ELT Sensor Data Sheet for C2H4-D3 General C2H4-D3 is one of the smallest size Dual Channel Ethylene sensor module in the world. Its Persistent Stability and Temperature Effect Resistance are much favored in industrial explosion gas, agricultural

More information

Intelligent Infrared CO2 Module (Model: MH-Z19B)

Intelligent Infrared CO2 Module (Model: MH-Z19B) Intelligent Infrared CO2 Module (Model: MH-Z19B) User s Manual (Version: 1.0) Valid from: 2016.01.21 Zhengzhou Winsen Electronics Technology Co., Ltd ISO9001 certificated company Statement This manual

More information

TCS230 Color Sensor Module User s Guide

TCS230 Color Sensor Module User s Guide TCS230 Color Sensor Module User s Guide DC-SS501_Ver1.0 TCS230 COLOR SENSOR MODULE USER S GUIDE Table of Contents Chapter 1. Overview...1 1.1 Overview... 1 1.2 Features... 1 1.3 Applications... 1 1.4 Pin

More information

Intelligent Infrared Carbon Dioxide Module (Model: MH-Z14)

Intelligent Infrared Carbon Dioxide Module (Model: MH-Z14) Intelligent Infrared Carbon Dioxide Module (Model: MH-Z14) User s Manual Zhengzhou Winsen Electronics Technology CO., LTD. Statement The copyright of this manual belongs to Zhengzhou Winsen Electronics

More information

PM2.5 / PM1.0 Sensor Particulate Matter Sensing Solution

PM2.5 / PM1.0 Sensor Particulate Matter Sensing Solution PM2.5 / PM1.0 Sensor Particulate Matter Sensing Solution PSML series FEATURES Minimum Detectable Particle Size - 0.3μm PWM Output (Low Pulse Occupancy) Enhanced Accuracy (LPO) 1) Precise PM2.5/PM1.0 Level

More information

Product Specification

Product Specification Ultrasonic Distance Measurement Module Part Number: UM0090-000 Model Number: FA01T04-UM0090-000 Overview The measures the time interval between emitting the ultrasonic pulses and receiving the echo to

More information

TFmini Infrared Module Specification

TFmini Infrared Module Specification Version: A00 Document No.: SJ-GU-TFmini-01 Page 1 of 10 TFmini Infrared Module Specification www.benewake.com Version: A00 Document No.: SJ-GU-TFmini-01 Page 2 of 10 Dear users: Preface Hello! Thank you

More information

PM2.5 / PM1.0 Sensor Particulate Matter Sensing Solution

PM2.5 / PM1.0 Sensor Particulate Matter Sensing Solution PM2.5 / PM1.0 Sensor Particulate Matter Sensing Solution PSMU series FEATURES Detectable Particle Size - 0.3μm Real-time PM2.5/PM1.0 UART Output - μg / m3 Excellent Accuracy 1) High Linearity and Uniformity

More information

C Mono Camera Module with UART Interface. User Manual

C Mono Camera Module with UART Interface. User Manual C328-7221 Mono Camera Module with UART Interface User Manual Release Note: 1. 16 Mar, 2009 official released v1.0 C328-7221 Mono Camera Module 1 V1.0 General Description The C328-7221 is VGA camera module

More information

RF1276 Long Distance Transceiver module V2.0

RF1276 Long Distance Transceiver module V2.0 1. General RF1276 series is a low cost, ultra-low power, high performance transparent two way semi-duplex LoRa modulation transceiver with operation at 169/433/868/915 Mhz. It integrates with high speed

More information

CMPS11 - Tilt Compensated Compass Module

CMPS11 - Tilt Compensated Compass Module CMPS11 - Tilt Compensated Compass Module Introduction The CMPS11 is our 3rd generation tilt compensated compass. Employing a 3-axis magnetometer, a 3-axis gyro and a 3-axis accelerometer. A Kalman filter

More information

Features Ÿ Ÿ Ÿ Ÿ Ÿ Ÿ Ÿ Ÿ Ÿ

Features Ÿ Ÿ Ÿ Ÿ Ÿ Ÿ Ÿ Ÿ Ÿ FTLAB DESCRIPTION Features Solid state sensor : sensitive PIN Photodiode 10pc Sensitivity : 12cpm/μSv/h Measurement Range : 0.01 ~ 200μSv/h Linearity error : ±5% up to 100μSv/h Calibration free Supply

More information

USART Digital Compass Manual

USART Digital Compass Manual USART Digital Compass Manual General Description HMC1022-USART is a low cost plane digital compass module. The working principle is utilizing magnetoresistive sensor sensing the Earth's magnetic field

More information

BLE 4.0 Module ZBModule User Manual 1 / 15

BLE 4.0 Module ZBModule User Manual 1 / 15 BLE 4.0 Module ZBModule User Manual 1 / 15 Bluetooth 4.0 BLE Introduction With only a ZBmodule module, you can make your products easily and conveniently interactive connect with the ipad, iphone and Android

More information

Particle / Dust Sensor Module

Particle / Dust Sensor Module Particle / Dust Sensor Module DSM 501 Series Features Detecting dust, pollen, and particles down to 1 μm Customized sensitivity for efficient control depending on application. Excellent long term reliability

More information

NRA24 millimeter wave radar User manual

NRA24 millimeter wave radar User manual NRA24 millimeter wave radar User manual (With check sum) Hunan Nanoradar Science and Technology Co., Ltd. Disclaimers Thanks to purchase this product. There is web pages about NRA24 altimeter in our official

More information

SKD-600D Laser Distance Sensor

SKD-600D Laser Distance Sensor SKD-600D Laser Distance Sensor USER MANUAL version 1.0 Getting more info & supports from http://www.top1sensor.com Thank you for your choice for SKD laser distance sensor by SANKOE.LTD Please read this

More information

I-7088, I-7088D, M-7088 and M-7088D User Manual

I-7088, I-7088D, M-7088 and M-7088D User Manual I-7088, I-7088D, M-7088 and M-7088D User Manual I-7000 New Features 1. Internal Self Tuner 2. Multiple Baud Rates 3. Multiple Data Formats 4. Internal Dual WatchDog 5. True Distributed Control 6. High

More information

Manual. ihss57-xx. Integrate Stepper Servo Motor.

Manual. ihss57-xx. Integrate Stepper Servo Motor. ihss57-xx Integrate Stepper Servo Motor Manual Shenzhen Just Motion Control Electro-mechanics Co., Ltd TEL:+86-0755-26509689 FAX:+86-0755-26509289 www.jmc-motion.com Email:jmk@jmc-motion.com Address: Floor2,

More information

ies-2309 Integrated Easy Servo

ies-2309 Integrated Easy Servo Datasheet of the integrated easy servo motor ies-09 ies-09 Integrated Easy Servo Motor + Drive + Encoder, 0-0VDC, NEMA, 0.9Nm Features Easy servo control technology to combine advantages of open-loop stepper

More information

JDY-08 Bluetooth transparent transmission module

JDY-08 Bluetooth transparent transmission module TAG: JDY-08 Bluetooth LE BLE HM-10 HM-11 AT-09 CC41-A Original Reference (Chinese) : http://pan.baidu.com/s/1jidemdw http://www.cnledw.com/inter/upload/2016072916504828280.pdf https://pan.baidu.com/s/1nvanmex

More information

Technical Information for the CDM7160 CO2 Module

Technical Information for the CDM7160 CO2 Module Technical Information for the CDM716 CO2 Module an ISO91 company The CDM716 CO2 module uses a nondispersive infrared (NDIR) sensor principle and compact optics to achieve excellent performance characteristics,

More information

Model : KY202M. Module Features. Heart Rate Variability Processing Module

Model : KY202M. Module Features. Heart Rate Variability Processing Module Module Features Weight : 0.88 g Dimension : 17mm x 20mm UART link ( TTL level Tx / Rx / GND ) Easy PC or Micro Controller Interface Time and Frequency Domain Analysis of Heart Rate Variability Instantaneous

More information

LaserPING Rangefinder Module (#28041)

LaserPING Rangefinder Module (#28041) Web Site: www.parallax.com Forums: forums.parallax.com Sales: sales@parallax.com Technical:support@parallax.com Office: (916) 624-8333 Fax: (916) 624-8003 Sales: (888) 512-1024 Tech Support: (888) 997-8267

More information

2F. No.25, Industry E. 9 th Rd., Science-Based Industrial Park, Hsinchu, Taiwan Application Note of OGM220, AN001 V1.8

2F. No.25, Industry E. 9 th Rd., Science-Based Industrial Park, Hsinchu, Taiwan Application Note of OGM220, AN001 V1.8 Application Note of OGM220, AN001 V1.8 1.0 Introduction OGM220 series is a dual channels NDIR module having a digital output directly proportional to CO2 concentration. OGM220 is designed for multi-dropped

More information

RF7129 Ultra-low power Tranceiver module V2.0

RF7129 Ultra-low power Tranceiver module V2.0 1. General RF7129 series is a low cost, ultra-low power, high performance transparent two way semi-duplex GFSK transceiver with operation at 433/470/868/915 Mhz. It integrates with high speed MCU from

More information

SPECIFICATION. Product Name: Dust Sensor DS1705A. Product Data Sheet. Review Check Approve. Technology Quality Supplier

SPECIFICATION. Product Name: Dust Sensor DS1705A. Product Data Sheet. Review Check Approve. Technology Quality Supplier UNICHIPS DUST S ensors Product Data Sheet Doc. No. : DOC_EN01-DS1705A Page 1 of 12 SPECIFICATION Product Name: Dust Sensor DS1705A Technology Quality Supplier Review Check Approve Doc. No. : DOC_EN01-DS1705A

More information

Know your energy. Modbus Register Map EM etactica Power Meter

Know your energy. Modbus Register Map EM etactica Power Meter Know your energy Modbus Register Map EM etactica Power Meter Revision history Version Action Author Date 1.0 Initial document KP 25.08.2013 1.1 Document review, description and register update GP 26.08.2013

More information

Modbus communication module for TCX2: AEX-MOD

Modbus communication module for TCX2: AEX-MOD Modbus communication module for TCX2: Communication Specification TCX2 is factory installed in TCX2 series controllers with -MOD suffix, and is also available separately upon request for customer installation

More information

LX8501CDR 100G 100m QSFP28 Transceiver 100GBASE-SR4

LX8501CDR 100G 100m QSFP28 Transceiver 100GBASE-SR4 Product Features Compliant with IEEE Std 802.3bm,100G BASE SR4 Ethernet Compliant with QSFP28 MSA Management interface specifications per SFF-8636 Single MPO connector receptacle 4 channels 850nm VCSEL

More information

RF ISM Transparent Transceiver Module V4.0

RF ISM Transparent Transceiver Module V4.0 RF7020-27 ISM Transparent Transceiver Module V4.0 Overview: RF7020-27 is highly integrated semi-duplex medium power transceiver module with high speed MCU and high performance RF IC. Utilizing high efficiency

More information

CMPS09 - Tilt Compensated Compass Module

CMPS09 - Tilt Compensated Compass Module Introduction The CMPS09 module is a tilt compensated compass. Employing a 3-axis magnetometer and a 3-axis accelerometer and a powerful 16-bit processor, the CMPS09 has been designed to remove the errors

More information

JZ878 RF Data Radio. User s Manual

JZ878 RF Data Radio. User s Manual JZ878 RF Data Radio User s Manual SHEN JIZHUO TECHNOLOGY CO., LTD TEL: +86-755-83304518 / 83308451/81353151 FAX: +86-755-83302824 Address: NO.813,212BLD,Tairan Tech Park, Futian District Shenzhen China

More information

PAK-Vb/c PWM Coprocessor Data Sheet by AWC

PAK-Vb/c PWM Coprocessor Data Sheet by AWC PAK-Vb/c PWM Coprocessor Data Sheet 1998-2003 by AWC AWC 310 Ivy Glen League City, TX 77573 (281) 334-4341 http://www.al-williams.com/awce.htm V1.8 23 Oct 2003 Table of Contents Overview...1 If You Need

More information

Embedded Radio Data Transceiver SV611

Embedded Radio Data Transceiver SV611 Embedded Radio Data Transceiver SV611 Description SV611 is highly integrated, multi-ports radio data transceiver module. It adopts high performance Silicon Lab Si4432 RF chip. Si4432 has low reception

More information

SPECIFICATIONS TO : DUST SENSOR MODULE P/N : DSM501 DSM501 DUST SENSOR MODULE =======================================

SPECIFICATIONS TO : DUST SENSOR MODULE P/N : DSM501 DSM501 DUST SENSOR MODULE ======================================= TO : P/N : DSM501 ======================================= SPECIFICATIONS ======================================== 1. Scope of application This specification is applied to the dust sensor module DSM501

More information

RF1212 RF1212 Ultra-low Power ISM Transceiver Module V2.0

RF1212 RF1212 Ultra-low Power ISM Transceiver Module V2.0 RF1212 Ultra-low Power ISM Transceiver Module V2.0 Application: Features: Home automation Security alarm Telemetry Automatic meter reading Contactless access Wireless data logger Remote motor control Wireless

More information

BW-IMU200 Serials. Low-cost Inertial Measurement Unit. Technical Manual

BW-IMU200 Serials. Low-cost Inertial Measurement Unit. Technical Manual Serials Low-cost Inertial Measurement Unit Technical Manual Introduction As a low-cost inertial measurement sensor, the BW-IMU200 measures the attitude parameters of the motion carrier (roll angle, pitch

More information

DQF8503 QSFP28 AOC 4X25.78Gb/s QSFP28 Active Optical Cable

DQF8503 QSFP28 AOC 4X25.78Gb/s QSFP28 Active Optical Cable he DQF8503 is a QSFP28 active optical cable (AOC) for 100Gb/s optical links. It is compliant with the QSFP28 MSA, IEEE P802.3bm T 100GBASE- SR4 specifications. It operates at 25.78Gb/s and the cable length

More information

PDSM010 Particle Sensor Module

PDSM010 Particle Sensor Module PDSM010 Particle Sensor Module Features Customized sensitivity for efficient control in application Detects approx. 1μm particle MCU Control (Factory Calibration) Easy maintenance PWM Output (Low Logic

More information

EVDP610 IXDP610 Digital PWM Controller IC Evaluation Board

EVDP610 IXDP610 Digital PWM Controller IC Evaluation Board IXDP610 Digital PWM Controller IC Evaluation Board General Description The IXDP610 Digital Pulse Width Modulator (DPWM) is a programmable CMOS LSI device, which accepts digital pulse width data from a

More information

Driesen + Kern GmbH. Product Specification. SenseAir S8. Commercial. Miniature infrared CO 2 sensor module. Document Rev Page 1 (10)

Driesen + Kern GmbH. Product Specification. SenseAir S8. Commercial. Miniature infrared CO 2 sensor module. Document Rev Page 1 (10) Driesen + Kern GmbH Product Specification SenseAir S8 Commercial Miniature infrared CO 2 sensor module 1 (10) SenseAir S8 Commercial Miniature infrared CO 2 sensor module Warning! ESD sensitive device!

More information

The MiCS-VZ-87 is an integrated sensor board for Indoor Air Quality monitoring.

The MiCS-VZ-87 is an integrated sensor board for Indoor Air Quality monitoring. The is an integrated sensor board for Indoor Air Quality monitoring. The combines state-of-the-art MOS sensor technology with intelligent detection algorithms to monitor VOCs and CO2 equivalent variations

More information

Driesen + Kern GmbH. Product Specification. SenseAir S8. Miniature CO 2 sensor. Document PSP 113. Rev 3. Page 1 (12)

Driesen + Kern GmbH. Product Specification. SenseAir S8. Miniature CO 2 sensor. Document PSP 113. Rev 3. Page 1 (12) Driesen + Kern GmbH Product Specification SenseAir S8 Miniature CO 2 sensor 1 (12) SenseAir S8 Miniature infrared CO 2 sensor module Warning! ESD sensitive device! Figure 1. SenseAir S8 Article no. 004-0-0017

More information

DISCRETE INPUT MODULE, 16 points

DISCRETE INPUT MODULE, 16 points INSTRUCTION MANUAL DISCRETE INPUT MODULE, points (Modbus) RM-DA MODEL RM-DA BEFORE USE... Thank you for choosing M-System. Before use, please check contents of the package you received as outlined below.

More information

MiCo SnP HT-01D HT-01D. Humidity & Temperature Sensor Module. User s Manual. MiCo SnP. 1/16

MiCo SnP HT-01D HT-01D. Humidity & Temperature Sensor Module. User s Manual. MiCo SnP.   1/16 Humidity & Temperature Sensor Module User s Manual MiCo SnP www.micosnp.com 1/16 History Date Description 2013-03-30 Initial Release. (Manual Integration) 2013-08-06 Addition output voltage table 2014-02-27

More information

DMR818 Catalogue

DMR818 Catalogue Catalogue 1. Descriptions... 3 2. Features... 3 3. Application... 4 4. Block Diagram... 4 5. Electrical Characteristics... 4 6. Typical Schematic Circuit:... 5 7. Functions descriptions:... 5 1) Voice

More information

HAC-UT V6.3 Wireless Single Meter/Double pipe Metering type Wireless Transmitter. HAC-LMR Wireless Data Receiver/ Repeater Module

HAC-UT V6.3 Wireless Single Meter/Double pipe Metering type Wireless Transmitter. HAC-LMR Wireless Data Receiver/ Repeater Module HAC-UT V6.3 Wireless Single Meter/Double pipe Metering type Wireless Transmitter HAC-LMR Wireless Data Receiver/ Repeater Module SHENZHEN HAC TELECOM TECHNOLOGY CO., LTD Address: 3rd Area, 19 th Fl, Tower

More information

DRF4432D20 20dBm ISM RF Transceiver Module V1.21

DRF4432D20 20dBm ISM RF Transceiver Module V1.21 DRF4432D dbm ISM RF Transceiver Module V1.21 Features GFSK transceiver Module ISM frequency bands 19.2K bps data rate Multiple channels dbm Max. output power Baud rate configurable 256 bytes data buffer

More information

REAL-TIME DUST MONITOR FOR INDOOR AIR QUA- LITY MEASUREMENTS AND WORKPLACE EXPOSURE ASSESSMENTS FIDAS

REAL-TIME DUST MONITOR FOR INDOOR AIR QUA- LITY MEASUREMENTS AND WORKPLACE EXPOSURE ASSESSMENTS FIDAS PRODUCT DATASHEET - APPLICATIONS Indoor air quality studies Workplace exposure measurements Exhaust air monitoring Emission source classification BENEFITS Continuous and simultaneous real-time measurements

More information

MX200 Sensor Controller Manual

MX200 Sensor Controller Manual MX200 Sensor Controller Manual 25 April 2018 Rev K The information in this document is protected under applicable federal law as an unpublished work and is confidential and proprietary to Co2Meter Inc.

More information

SPECIFICATIONS. ACA2000 -High Accuracy Digital Type Dual-Axis Inclinometer with Full Temperature Compensation. Item No.:ACA2000

SPECIFICATIONS. ACA2000 -High Accuracy Digital Type Dual-Axis Inclinometer with Full Temperature Compensation. Item No.:ACA2000 SPECIFICATIONS Item No.:ACA2000 Description: High Accuracy Digital Type Dual-Axis Inclinometer Version:Ver.08 Production implementation standard reference Enterprise quality system standards: ISO9001:

More information

Adafruit SGP30 TVOC/eCO2 Gas Sensor

Adafruit SGP30 TVOC/eCO2 Gas Sensor Adafruit SGP30 TVOC/eCO2 Gas Sensor Created by lady ada Last updated on 2018-08-22 04:05:08 PM UTC Guide Contents Guide Contents Overview Pinouts Power Pins: Data Pins Arduino Test Wiring Install Adafruit_SGP30

More information

RPLIDAR A3. Introduction and Datasheet. Low Cost 360 Degree Laser Range Scanner. Model: A3M1. Shanghai Slamtec.Co.,Ltd rev.1.

RPLIDAR A3. Introduction and Datasheet. Low Cost 360 Degree Laser Range Scanner. Model: A3M1. Shanghai Slamtec.Co.,Ltd rev.1. www.slamtec.com RPLIDAR A3 2018-01-24 rev.1.0 Low Cost 360 Degree Laser Range Scanner Introduction and Datasheet Model: A3M1 OPTMAG 16K Shanghai Slamtec.Co.,Ltd Contents CONTENTS... 1 INTRODUCTION... 3

More information

The MiCS-VZ-87 is an integrated sensor board for Indoor Air Quality monitoring.

The MiCS-VZ-87 is an integrated sensor board for Indoor Air Quality monitoring. The is an integrated sensor board for Indoor Air Quality monitoring. The combines state-of-the-art MOS sensor technology with intelligent detection algorithms to monitor VOCs and CO2 equivalent variations

More information

Trademarks & Copyright

Trademarks & Copyright Smart Peripheral Controller Neo DC Motor 1.2A Trademarks & Copyright AT, IBM, and PC are trademarks of International Business Machines Corp. Pentium is a registered trademark of Intel Corporation. Windows

More information

ROTRONIC HygroClip Digital Input / Output

ROTRONIC HygroClip Digital Input / Output ROTRONIC HygroClip Digital Input / Output OEM customers that use the HygroClip have the choice of using either the analog humidity and temperature output signals or the digital signal input / output (DIO).

More information

Multi-channel DC power digital isolation transducer manual CE-AD81-34MN3-0.5

Multi-channel DC power digital isolation transducer manual CE-AD81-34MN3-0.5 Multi-channel DC power digital isolation transducer manual CE-AD81-34MN3-0.5 1 Overview The main function of this product is to centralized measurement convert multi-channel standard DC transmission signal

More information

C-Band VSAT Block Up Converters

C-Band VSAT Block Up Converters FEATURES Single box BUC output power levels to 20W RS485 M&C capability Accurate RF Power Monitoring Maintenance Free Operation +24VDC or +48 VDC input voltage OPTIONS Antenna Mounting Kit Form A Summary

More information

100G QSFP28 LR4 Receiver

100G QSFP28 LR4 Receiver 100G QSFP28 LR4 Receiver Datasheet Features: 4 independent LAN-WDM channels Up to 28Gbps data rate per channel Hot-pluggable QSFP28 form factor Digital diagnostic capabilities Maximum link length of 10km

More information

Rotary Servo Actuator

Rotary Servo Actuator Rotary Servo Actuator TYPICAL APPLICATIONS Unmanned air vehicles - tactical, medium long endurance and MALE / HALE vehicles - Control surfaces requiring servo actuation Target drones - surface control,

More information

Serial Servo Controller

Serial Servo Controller Document : Datasheet Model # : ROB - 1185 Date : 16-Mar -07 Serial Servo Controller - USART/I 2 C with ADC Rhydo Technologies (P) Ltd. (An ISO 9001:2008 Certified R&D Company) Golden Plaza, Chitoor Road,

More information

9WL type. Rated current Rated input. Rated speed [min -1 ]

9WL type. Rated current Rated input. Rated speed [min -1 ] Splash Proof Fan 9WL type Features High, High Static Pressure, and Long Service Life This fan features a maximum airflow of 3.7 m 3 /min, maximum static pressure of 43 Pa, and service life as long as,

More information

SP25 millimeter wave radar User manual

SP25 millimeter wave radar User manual SP25 millimeter wave radar User manual Hunan Nanoradar Science and Technology Co., Ltd. Disclaimers Thanks to purchase this product. There is web pages about SP25 radar sensor in our official website (

More information

DRF7020D20 20dBm ISM RF Transceiver Module V1.31

DRF7020D20 20dBm ISM RF Transceiver Module V1.31 DRF7020D20 20dBm ISM RF Transceiver Module V1.31 Features GFSK transceiver Module 433Mhz ISM frequency band 19.2K bps data rate Multiple channels 20dBm Max. output power Baud rate configurable 256 bytes

More information

Interfacing the 1724-Type Microprocessor-Controlled EDFA via a Serial Communication Port

Interfacing the 1724-Type Microprocessor-Controlled EDFA via a Serial Communication Port Application Note Interfacing the 1724-Type Microprocessor-Controlled EDFA via a Serial Communication Port Introduction The 1724-type erbium-doped fiber amplifier (EDFA) is a precision, microprocessor-controlled,

More information

AO-1505-THM ZigBee Temperature and Humidity Sensor

AO-1505-THM ZigBee Temperature and Humidity Sensor Features Reliable wireless transceiver module. Compatible with Peer to Peer, Star, Tree, or Mesh network configurations. AO-50 with on board PCB ANT with 50M range (LOS). AO-50A with external Antenna.

More information

SUPPLY NETWORK ANALYZER CVM-96 SERIES

SUPPLY NETWORK ANALYZER CVM-96 SERIES SUPPLY NETWORK ANALYZER CVM-96 SERIES (Power Demand) INSTRUCTION MANUAL ( M 981 326 / 00B - GB) (c) CIRCUTOR S.A. ----- Supply network analyzer CVM-96 ------ User's manual --- Page No. 1 CVM-96 SUPPLY

More information

um-pwm1 Pulse-width Modulation Servo Coprocessor Datasheet Release V100 Introduction Features Applications

um-pwm1 Pulse-width Modulation Servo Coprocessor Datasheet Release V100 Introduction Features Applications Introduction umpwm1 Pulsewidth Modulation Servo Coprocessor Datasheet Release V100 The umpwm1 chip is designed to work with pulsewidth modulated signals used for remote control servo applications. It provides

More information

Product data sheet Palas Fidas 200 E

Product data sheet Palas Fidas 200 E Product data sheet Palas Fidas 200 E Applications Regulatory environmental monitoring in measuring networks Ambient air measurement campaigns Long-term studies Emission source classification Distribution

More information

CT435. PC Board Mount Temperature Controller

CT435. PC Board Mount Temperature Controller CT435 PC Board Mount Temperature Controller Features Two RTD temperature sensor inputs: Pt100 or Pt1000. Wide temperature sensing range: -70 C to 650 C. All controller features are configurable through

More information

DRF7020D13 13dBm ISM RF Transceiver Module

DRF7020D13 13dBm ISM RF Transceiver Module 3dBm ISM RF Transceiver Module V2.2 Features Application GFSK transceiver Module 433Mhz ISM frequency band 9.6K bps FSK data rate Multiple channels 3dBm Max. output power Baud rate configurable 256 bytes

More information

USB Port Medium Power Wireless Module SV653

USB Port Medium Power Wireless Module SV653 USB Port Medium Power Wireless Module SV653 Description SV653 is a high-power USB interface integrated wireless data transmission module, using high-performance Silicon Lab Si4432 RF chip. Low receiver

More information

SV613 USB Interface Wireless Module SV613

SV613 USB Interface Wireless Module SV613 USB Interface Wireless Module SV613 1. Description SV613 is highly-integrated RF module, which adopts high performance Si4432 from Silicon Labs. It comes with USB Interface. SV613 has high sensitivity

More information

SV-MESH Mesh network series Catalogue

SV-MESH Mesh network series Catalogue Catalogue 1. Description... 3 2. Features... 3 3. Applications... 3 4. Block Diagram... 4 5. Electrical Characteristics... 5 6. Operation... 5 Power on Reset... 5 Working mode... 6 Router mode... 8 Setting

More information

Integrated Easy Servo

Integrated Easy Servo ies 1706 Integrated Easy Servo Motor + Drive + Encoder, 18 32VDC, NEMA17, 0.6Nm Features Easy servo control technology to combine advantages of open loop stepper systems and brushless servo systems Closed

More information

Ku-Band VSAT Block Up Converters

Ku-Band VSAT Block Up Converters FEATURES Single box BUC output power levels to 10W RS485 M&C capability Accurate RF Power Monitoring Maintenance Free Operation +24VDC or +48 VDC input voltage OPTIONS 10W L-Band to Ku-Band Block Up Converter

More information

Data sheet and manual. SenseAir S8. Alarm 5% Miniature infrared CO 2 sensor module

Data sheet and manual. SenseAir S8. Alarm 5% Miniature infrared CO 2 sensor module Data sheet and manual SenseAir S8 Alarm 5% Miniature infrared CO 2 sensor module Key technical specification Item SenseAir S8 Alarm 5% Article no. 004-0-001 Target gas CO 2 Operating Principle Non-dispersive

More information

P2-AHU Manual v1.0. P2-AHU Manual. (T-Module) - 1 -

P2-AHU Manual v1.0. P2-AHU Manual. (T-Module) - 1 - P2-AHU-00-01 Manual (T-Module) - 1 - 1. Overview - MEMS sensor based AHRS(Attitude & Heading Reference) micromodule - Acceleration 3 axis(x, Y, Z), magnetometer 3 axis(x, Y, Z) data provided - Angle 3

More information

FEU3411P-2DC-1 Optical Transceiver for E-PON ONU, 10~20km Reach

FEU3411P-2DC-1 Optical Transceiver for E-PON ONU, 10~20km Reach Features FEU3411P-2DC-1 Optical Transceiver for E-PON ONU, 10~20km Reach Single fiber bi-directional data links with 1.25Gbps upstream and 1.25Gbps downstream Integrated with micro-optics WDM filter at

More information

9. RS485 Communication

9. RS485 Communication 9. RS485 The communication between inverter and external controller is doing by RS485 using modular connector in cling to inverter controller. Function Initial Minimum Maximum code Value Unit Description

More information