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

سعر ومواصفات KY-018 Photo Resistor

  • أفضل سعر لـ KY-018 Photo Resistor by تك ديبوت مصر فى مصر هو 20 ج.م.
  • طرق الدفع المتاحة هى
    دفع عند الاستلام
  • تكلفة التوصيل هى 35+ ج.م., والتوصيل فى خلال 2-4 أيام
  • أول ظهور لهذا المنتج كان فى يوليو 31, 2016

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

Weight:5 g

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

Description

Photo resistors, also known as light dependent resistors (LDR), are light sensitive devices most often used to indicate the presence or absence of light, or to measure the light intensity. In the dark, their resistance is very high, sometimes up to 1MΩ, but when the LDR sensor is exposed to light, the resistance drops dramatically, even down to a few ohms, depending on the light intensity. LDRs have a sensitivity that varies with the wavelength of the light applied and are nonlinear devices. They are used in many applications but are sometimes made obsolete by other devices such as photodiodes and phototransistors.

Required Hardware Devices

  • Arduino controller × 1
  • KY-018 Photo Resistor
  • USB data cable × 1

Connecting

  • Arduino A5 –> Module Signal (S)
  • Arduino 5V –> Module +5V (Pin2)
  • Arduino GND –> Module GND (-)

Code

//KY018 Photo resistor moduleint sensorPin = A5;// select the input pin for the potentiometerint ledPin =13;// select the pin for the LEDint sensorValue =0;// variable to store the value coming from the sensorvoid setup(){ pinMode(ledPin, OUTPUT); Serial.begin(9600);}void loop(){ sensorValue = analogRead(sensorPin); digitalWrite(ledPin, HIGH); delay(sensorValue); digitalWrite(ledPin, LOW); delay(sensorValue); Serial.println(sensorValue, DEC);}

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

    مميزات وعيوب KY-018 Photo Resistor

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

    مراجعات KY-018 Photo Resistor

    • loading video reviews