هذا المُنتج قد لا يكون متوفراً الآن. إضغط هنا لمنتجات مماثلة

سعر ومواصفات GP2Y1010AU0F Dust Sensor

  • أفضل سعر لـ GP2Y1010AU0F Dust Sensor by تك ديبوت مصر فى مصر هو 125 ج.م.
  • طرق الدفع المتاحة هى
    دفع عند الاستلام
  • تكلفة التوصيل هى 35+ ج.م., والتوصيل فى خلال 2-4 أيام
  • أول ظهور لهذا المنتج كان فى أغسطس 04, 2016

المواصفات الفنية

Weight:16 g

وصف تك ديبوت مصر

Product Description

GP2Y1010AU0F Dust Sensor is an optical air quality sensor, designed to sense dust particles. An infrared emitting diode and a phototransistor are diagonally arranged into this device, to allow it to detect the reflected light of dust in air. It is especially effective in detecting very fine particles like cigarette smoke, and is commonly used in air purifier systems.

The sensor has a very low current consumption (20mA max, 11mA typical), and can be powered with up to 7VDC. The output of the sensor is an analog voltage proportional to the measured dust density, with a sensitivity of 0.5V/0.1mg/m3.

GP2Y1010AU0F Dust Sensor Specifications

The sensor has a very low current consumption (20mA max, 11mA typical), and can be powered with up to 7VDC. The output of the sensor is an analog voltage proportional to the measured dust density, with a sensitivity of 0.5V/0.1mg/m3.

Datasheet

Required Hardware Devices

  • Arduino controller × 1
  • GP2Y1010AU0F Optical Dust Sensor
  • USB data cable × 1
  • 150 ohm resistor and a 220uF capacitor

Connecting

  • Vled –> 5V (150ohm resistor)
  • LED-GND –> GND
  • LED –> Digital pin 2
  • S-GND –> GND
  • Vo –> Analog pin 0
  • Vcc –> 5V

Code

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);

}

الأكثر شهرة في مكونات الدوائر الإلكترونيةالمزيد

    مميزات وعيوب GP2Y1010AU0F Dust Sensor

    • لا يوجد تقييمات لهذا المُنتج.

    مراجعات GP2Y1010AU0F Dust Sensor

    • loading video reviews