股票代码:834293
当前位置: 首页 >电子>传感器>灰尘传感器 >Q39 夏普 GP2Y1010AU0F 灰尘传感器 检测灰尘PM2.5 粉尘传感器

Q39 夏普 GP2Y1010AU0F 灰尘传感器 检测灰尘PM2.5 粉尘传感器

价格
起批量
25.00
1
商品货号
4067651
物流
广东 深圳市  
x
北京 天津 上海 重庆 河北 辽宁 黑龙江 吉林 山东 山西 安徽 浙江 江苏 江西 广东 福建 海南 河南 湖北 湖南 四川 云南 贵州 陕西 甘肃 青海 宁夏 内蒙古 广西 西藏 新疆 香港 澳门 台湾
请选择省份
标准价 :
¥25.00
支付方式
保障服务
订购数量 :
起售量 (个) 标准价 采购量 是否有货
1¥25.00
有货
总价
25.00

1》配线 2.0mm-6P       1条

2》150欧电阻 1/4W     1只

3》220uF电解电容       1只

 

产品手册(资料)http://yun.baidu.com/share/link?shareid=332884291&uk=2872718045

 

GP2Y1010AU_设计参考指南及原理:http://pan.baidu.com/s/1qWogHsg

检测原理
其原理如下图,传感器中心有个洞可以让空气自由流过,定向发射LED光,通过检测经过空气中灰尘折射过后的光线来判断灰尘的含量。

 

使用测试代码: 

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);
}
 
 
 
测试得到的数据和空气质量对照:
3000 + = 很差
1050-3000 = 差
300-1050 = 一般
150-300 = 好
75-150 = 很好
0-75 = 非常好
 
 
 
 
 

 

 

 

 

 

灵敏度电流 - DC 正向 (If)电压 - 输出电压 - 电源安装类型工作温度

0.5V/(0.1mg/m3)
10mA
3.4V
4.5 V ~ 5.5 V
底座安装
-10°C ~ 65°C

 

 

 

 

该传感器具有非常低的电流消耗(最大20mA,11毫安典型值),最高7VDC供电。

传感器的输出是一个模拟电压成正比的测量粉尘密度,具有0.5V/0.1mg/m3的灵敏度。

 

 

 

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

 

 

The LED pin has to be modulated with a cycle of 1ms as discussed in the datasheet.
The LED seems to use a PNP transistor so to power on, the LED pin must actually recieve a lower voltage.

 

 Arduino 源代码

01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
int dustPin=0;
int dustVal=0;
 
int ledPower=2;
int delayTime=280;
int delayTime2=40;
float offTime=9680;
void setup(){
Serial.begin(9600);
pinMode(ledPower,OUTPUT);
pinMode(4, OUTPUT);
}
 
void loop(){
// ledPower is any digital pin on the arduino connected to Pin 3 on the sensor
digitalWrite(ledPower,LOW); // power on the LED
delayMicroseconds(delayTime);
dustVal=analogRead(dustPin); // read the dust value via pin 5 on the sensor
delayMicroseconds(delayTime2);
digitalWrite(ledPower,HIGH); // turn the LED off
delayMicroseconds(offTime);
 
delay(3000);
Serial.println(dustVal);
}
以上资料仅供参考!以实际应用为准。
规格参数
型号 Q39 夏普 GP2Y1010AU0F 灰尘传感器 检测灰尘PM2.5 粉尘传感器   品牌 Q39 夏普 GP2Y1010AU0F 灰尘传感器 检测灰尘PM2.5 粉尘传感器  
封装 Q39 夏普 GP2Y1010AU0F 灰   类型 其他IC  
包装参数
体积(m²)
产品重量(kg)
  • 与商品描述相符
  • 5
  • 5
  • 非常不满
  • 不满意
  • 一般
  • 满意
  • 非常满意
联系方式
注意:1 . 使用电话联系可有效保证您的号码隐���不被泄露
          2 . 拨打后可在后台进行拨打记录查询
          3 . 成交后在会员中心确认可获得积分
联系人:杨丹娜
电话:13416105446
获取更低报价
联系电话:

按排行字母分类:A|B|C|D|E|F|G|H|I|J|K|L|M|N|O|P|Q|R|S|T|U|V|W|X|Y|Z

Copyright©2026 搜了网版权所有粤ICP备07509311号-1搜了网推广热线:400-888-5105 关注我们:

增值电信业务经营许可证:粤B2-20090212互联网药品信息服务资格证书:(粤)-非经营性-2012-0057 粤公网安备 44030502000007号