This product may not be available anymore. Click here for similar products.

KY-035 Class Bihor Analog Magnetic Level Sensor Details

  • The best price of KY-035 Class Bihor Analog Magnetic Level Sensor by TechDepot Egypt in Egypt is 35 EGP
  • Available payment methods are
    Cash on Delivery
  • Delivery fees are 35+ EGP, with delivery expected within 2-4 day(s)
  • The first appearance of this product was on Mar 14, 2017

TechDepot Egypt's Description

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

Top Products in Circuit Componentsmore

    Reviews of KY-035 Class Bihor Analog Magnetic Level Sensor

    • No reviews exist yet for this product.

    Video Reviews of KY-035 Class Bihor Analog Magnetic Level Sensor

    • loading video reviews