Page 1 of 9 Laser Particle Sensor Module PM2003 제품이미지는참고용이며, 실제제품과는약간의차이가있을수있습니다. 제품설명 레이저타입의측정방식 각각다른크기의먼지수량측정가능 (0.3μm, 2.5μm, 10μm ) 각먼지의수량을간단한변환공식으로농도로표현가능.(page7 참고 ) 디지털통신으로손쉽게결과값을받아올수있습니다 (UART) 본모듈은 air quality monitoring instrument, air purifier, fresh air system, air conditioning system, consumer electronics relevant products 등에적용할수있습니다. 가급적실내사용용도로만사용하시기바랍니다. Basic Specifications 동작온도 0 ~ 50, 저장온도 -20 ~ 60 동작습도환경 0~95% RH non-condensing OUTPUT UART (0~ 3.3V Interface) Electrical Specification 전원공급 Average Current Peak Current 5.0V±0.5 DC, Ripple Current<30mV Dust is not sampling < 60mA, Dust is sampling < 360mA Dust is not sampling < 150mA, Dust is sampling < 500mA
Page 2 of 9 PIN Definition 먼지흡입구 PIN Definition No Definition Description 1 NOP N/A 2 5V Power Supply Input (+5V) 3 NOP N/A 4 NOP N/A 5 GND GND 6 TX UART( Sending ) - output 3.3V 7 RX UART ( Receiving ) - input 3.3V 8 GND GND UART Configuration BaudRate : 9600 bps No Parity Check 1 Stop bit No Flow Control
Page 3 of 9 Measuring Specification Measurement Principle Measurement Particle Measurement Range Semiconductor laser scattering PM0.3, PM2.5, PM10 three channels 0.3-2.5μm:0-500μg/m3 2.5-10μm: 0-500μg/m3 PM0.3:4000particles /20% of the reading value Accuracy PM2.5:40particles /20% of the reading value PM10: 4particles /20% of the reading value Sampling Method Sampling time Long life gas sampling pump 약 35 초 Pre-heating Time 5 초 weight 37g Power Consumption 360mA (Pumping) Size 71 * 55 * 13.6 Gas Flow 1L / min 0.3 μm오차측정그래프
Page 4 of 9 Dimensions < 단위 : mm > 주의사항 본센서모듈은실내의공기측정용입니다. 공사현장같은다량의먼지가발생되는환경에서의작동은가급적피해주십시오. 센서를사용하지않을경우에는, 가급적먼지측정입구부분을막는것을추천합니다. Communication Protocol ( UART ) 1. Protocol Format Send: [IP] [LB] [CMD] [DF] [CS] [IP] address(fixed 0x11) (1byte) [LB] byte length followed does not include CS, (1 byte) [CMD] command [CS] CS=-(IP +LB+CMD)add the whole order bytes and the low byte result is zero
Page 5 of 9 Response: 1. 명령이정확하게통신이되면 : [ACK] [LB] [CMD] [CS] [ACK] = 0X16 command correct (LB) byte length followed does not include CS [CMD] command [CS] CS= -(ACK +LB+CMD+DF) 2. 부정확하게통신이되면, 응답이없거나아래의응답규칙에의해응답. [NAK] [LB] [CMD] [EC] [CS] [NAK] = 0X06 Command is not implemented correctly (LB) = 00 02 byte length followed does not include CS, two byte [CMD] command [EC] command does not conclude error code when implemented [CS] CS = -(NAK +LB+CMD+EC) [EC] means 0x01 0x02 0x03 0x04 Order length is wrong or wrongly analysis no this command Can't implement this command under current status Command can t be implemented correctly 2. RS232 Serial Port Detailed Description 2-1. 모듈의시리얼번호확인 Send:11 01 1F CF Response:[ACK] 0B 1F (SN1 1 ) (SN2 1 ) (SN3 1 ) (SN4 1 ) (SN5 1 )[CS] Function:Check equipment number Information: 각 SNx 는 0~9999를의미합니다. 예 ) SN1 = 00 00, SN2 = 00 00, SN3 = 05 D3, SN4 = 05 D2, SN5 = 00 01 일경우 SN1, SN2 는무시하며, 0x05D3, 0x05D2, 0x0001, 즉 1491 1490 0001 이 SN 가됩니다.
Page 6 of 9 2-2. Open/ Close Particle measurement(sampling 명령 ) Send:11 03 0C DF1 1E [CS] Response:16 01 0C DD Function: Open/ close particle measurement Information: DF1=2 : Open명령 ( 모터구동 ) DF1=1 : Stop 명령 ( 모터중지 ) DF1=0 : Open Stop switch Open 명령을보내면약 35 초간모터가동작하면서먼지데이터를측정합니다. 35 초가지나면자동으로모터가종료되며, 별도의 Close 명령을줄필요는없습니다. 측정이종료되면 Read 명령으로데이터를읽어오면됩니다. 예 ) Send:03 0C 02 1E C0 Send:11 03 0C 01 1E C1 //open the particle measurement //close the particle measurement 2-3. Read Particle measuring results( 먼지수량읽기 ) Send:11 01 0B E3 Response:16 11 0B DF1 DF2 DF3 DF4 DF5 DF6 DF7 DF8 DF9 DF10 DF11 DF12 DF13 DF14 DF15 DF16 [CS] Function:Read Particle measuring results Information: PM0.3 measuring data = DF1*256^3 + DF2*256^2 + DF3*256^1 + DF4 PM2.5 measuring data = DF5*256^3 + DF6*256^2 + DF7*256^1 + DF8 PM10 measuring data = DF9*256^3 + DF10*256^2 + DF11*256^1 + DF12 Reserved data (DF13, DF14, DF15, DF16) 예 ) Send:11 01 0B E3 Response:16 11 0B 00 02 83 C9 00 00 00 EC 00 00 00 03 00 00 00 00 2D PM0.3 PM2.5 PM10 Reserved PM0.3 measuring data = 0*256^3 + 2*256^2 + 0x83*256^1 + 0xC9 = 164809 PM2.5 measuring data = 0*256^3 + 0*256^2 + 0*256^1 + 0xEC = 236 PM10 measuring data = 0*256^3 + 0*256^2 + 0*256^1 + 0x03 = 3 2-2의 Open 명령을수행하지않으면기존의데이터만출력됩니다. OPEN -> 35초 -> READ -> OPEN -> 35초 -> READ 의순으로반복수행하면됩니다.
Page 7 of 9 PM 2003 은출력단위가수량 (PCS/L) 입니다. 이를농도로변환하는식은다음과같습니다. PM0.3~2.5 농도 (ug/ m3 ) = (PM0.3수량 * 0.00015) PM2.5~10 농도 (ug/ m3 ) = (PM2.5수량 * 0.3) 따라서위결과를토대로계산을해보면 PM0.3~2.5 농도 : 164809 * 0.00015 = 24.72135 ug/ m3 PM2.5~10 농도 : 236*0.3 = 70.8 ug/ m3가됩니다. 농도와수량관련추가설명 아래 PC 프로그램의측정데이터를보면서설명을보시기바랍니다. 측정데이터내용을보면수량과농도로구분되어있습니다. 수량 (PCS/L) PM0.3 = 0.3um~2.5um 크기의먼지수량을체크합니다. PM2.5 = 2.5um~10um 크기의먼지수량을체크합니다. PM10 = 10um 크기이상의먼지수량을체크합니다. 농도 (ug/ m3 ) PM0.3~2.5 = 2.5um 보다작은크기의농도. 즉, PM0.3수량 *0.00015 PM2.5~10 = 2.5um~10um 범위의농도. 즉, PM2.5수량 *0.3 입니다. PM10의정의에의하면 " 지름이 10um 이하인미세먼지 " 로되어있습니다만, PM2003먼지센서의 PM10은지름 10um 크기이상의먼지수량을말합니다. 그렇다면. 레이저먼지센서 PM2003을활용하여, 일반적인 PM10(10um 이하 ) 의농도계산방법을알아보겠습니다. 정답. 입자지름 0.3um~10um 까지의수량을농도로변환하면됩니다. 즉, PM0.3수량 *0.00015 + PM2.5수량 *0.3
Page 8 of 9 PC 프로그램지원 윈도우계열 PC에서실행이가능합니다. 프로그램버젼은 V2.0 입니다. 기존 1.0 사용자는반드시 V2.0 프로그램으로변경하여사용하십시오. 프로그램설치는불필요하며, 다운받은후 exe 파일실행하면실행됩니다. ( 리눅스미지원 ) 각데이터의설명은해당위치에마우스를올리면툴팁이나타납니다. Additional Information manufacturer : Wuhan Cubic Optoelectronics Co., Ltd.(China) distribution corporation : Diwell Electronics Co., Ltd. <( 주 ) 디웰전자 > Homepage : http://www.diwell.com 본사쇼핑몰 : Phone : 070-8235-0820 Fax : 031-429-0821 Technical support : expoeb2@diwell.com, dsjeong@diwell.com
Page 9 of 9 Revision History Version Date Description 1.0 2014-08-08 First version is released. 2.0 2014-10-13 농도계산식수정