SHARP 原裝夏普 GP2Y1014AU PM2.5 灰塵 粉塵 空氣品質感測器 取代GP2Y1010AU0F

-16%

SHARP 原裝夏普 GP2Y1014AU PM2.5 灰塵 粉塵 空氣品質感測器 取代GP2Y1010AU0F

NT$238 NT$200 未稅

GP2Y1014AU0F 是一款光學空氣品質感測器,設計用來感測空氣中的塵埃粒子,其內部對角安裝紅外線發光二極體和光電晶體,使其能夠探測空氣中塵埃反射光,即使非常細小的如煙草煙霧顆粒也能夠被檢測到,通常應用在空氣淨化系統中。該感測器具有非常低的電流消耗(最大20mA,典型值11mA),可使用高達7VDC。

尚有庫存

貨號: 257458253(A5-17) 分類: 標籤: , , , ,
  • 商品說明

商品說明

SHARP 原裝夏普 GP2Y1014AU PM2.5 空氣品質感測器 送排線,電容,電阻套件

2016新推出的  GP2Y1014AU 取代GP2Y1010AU0F

日本原裝夏普 SHARP GP2Y1014AU PM2.5 空氣品質感測器  ,比上代 GP2Y11010AU 精度提高15%,在一致性上可以和PM2.5激光感測器對比.可測量0.8微米以上的微小粒子,感知煙草產生的煙氣和花粉,房屋粉塵等.體積小,重量輕,便於安裝.

SHARP 原裝夏普 GP2Y1014AU PM2.5 灰塵 粉塵 空氣品質感測器

GP2Y1014AU PM2.5 空氣品質感測器

主要參數

  • 灰塵感測器GP2Y1014AU
  • 靈敏度:0.5V/(0.1mg/m3)
  • 輸出電壓(無灰塵): 0.9V(TYP)
  • 消耗電流:11mA

GP2Y1014AU0F 是一款光學空氣品質感測器,設計用來感測空氣中的塵埃粒子,其內部對角安裝紅外線發光二極體和光電晶體,使其能夠探測空氣中塵埃反射光,即使非常細小的如煙草煙霧顆粒也能夠被檢測到,通常應用在空氣淨化系統中。

 

 

htb1__qvkfxxxxcaaxxxq6xxfxxxv

htb1gca6kfxxxxa7xvxxq6xxfxxxy
pm25sensor06pm25sensor05pm25sensor04

21511649203037_825

 

Sensor Pin Arduino Pin
1 Vled –> 5V(150欧电阻)
2 LED-GND –> GND
3 LED –> Digital pin 2
4 S-GND –> GND
5 Vo –> Analog pin 0
6 Vcc –> 5V

使用測試代碼:

int dustPin=0;

float dustVal=0;
 
int ledPower=2;
int delayTime=280;
int delayTime2=40;
float offTime=9680;
void setup(){
Serial.begin(9600);
pinMode(ledPower,OUTPUT);
pinMode(dustPin, INPUT);
}
 
void loop(){
// ledPower is any digital pin on the arduino connected to Pin 3 on the sensor
digitalWrite(ledPower,LOW); 
delayMicroseconds(delayTime);
dustVal=analogRead(dustPin); 
delayMicroseconds(delayTime2);
digitalWrite(ledPower,HIGH); 
delayMicroseconds(offTime);
 
delay(1000);
if (dustVal>36.455)
Serial.println((float(dustVal/1024)-0.0356)*120000*0.035);
}

 

 T2oJuOXuJaXXXXXXXX_!!383504049
測試得到的資料和空氣品質對照:
3000 + = 很差
1050-3000 = 差
300-1050 = 一般
150-300 = 好
75-150 = 很好
0-75 = 非常好