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

سعر ومواصفات KY-035 Class Bihor Analog Magnetic Level Sensor

  • أفضل سعر لـ KY-035 Class Bihor Analog Magnetic Level Sensor by تك ديبوت مصر فى مصر هو 35 ج.م.
  • طرق الدفع المتاحة هى
    دفع عند الاستلام
  • تكلفة التوصيل هى 35+ ج.م., والتوصيل فى خلال 2-4 أيام
  • أول ظهور لهذا المنتج كان فى مارس 14, 2017

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

Description

KY-035 is an analog magnetic field sensor module. The output voltage is measured by analog pin A5 on the Arduino board. The example program measures the output voltage of the sensor en presents the measured value in the serial monitor of the Arduino.

The led on the board flashes in a speed depending on the strength of the magnetic field. With a small magnet this can be demonstrated.

KY-035 Class Bihor Analog Magnetic Sensor Connection

  • Pin – = GND, connect to GND of the Arduino
  • Pin (middle pin) +5 V, connect to Arduino +5 V
  • Pin S signal, connect to Arduino pin A5
  • Power consumption sensor, 8 mA

KY-035 Class Bihor Analog Magnetic Sensor Code

/* KY-035 Hall analog sensor */int sensorPin = A5;// select the input pinint 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-035 Class Bihor Analog Magnetic Level Sensor

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

    مراجعات KY-035 Class Bihor Analog Magnetic Level Sensor

    • loading video reviews