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

KY-003 Magnetic Hall Sensor (Digital Switch) Details

  • The best price of KY-003 Magnetic Hall Sensor (Digital Switch) by TechDepot Egypt in Egypt is 30 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 Nov 12, 2017

Technical Specifications

Weight:5 g

TechDepot Egypt's Description

Description

Using KY-003 Magnetic Hall Sensor in the example program the led on the Arduino (pin 13) will be turned on when a magnetic field is present.

KY-003 Magnetic Hall Sensor Connecting

  • Pin – = GND, connect to GND of the Arduino
  • Pin (middle pin) +5 v, connect to Arduino +5
  • Pin S signal, connect to Arduino pin 10
  • Power consumption, 3 mA in rest, 8 mA when switched on

Code

/*KY-003 Hall magnetic switch*/ int Led =13;// define LED Interface int SENSOR =10;// define the Hall magnetic sensor interface int val ;// define numeric variables val void setup (){ pinMode (Led, OUTPUT);// define LED as output interface pinMode (SENSOR, INPUT);// define the Hall magnetic sensor line as input } void loop (){ val = digitalRead (SENSOR);// read sensor line if(val == LOW)// when the Hall sensor detects magnetic field, Arduino LED is up { digitalWrite (Led, HIGH); } else { digitalWrite (Led, LOW); } }

KY-003 Magnetic Hall Sensor (Digital Switch) Price insights and history

  • The cheapest price of KY-003 Magnetic Hall Sensor (Digital Switch) in Egypt was 20 EGP from TechDepot Egypt within the past 77 months
  • The highest price of KY-003 Magnetic Hall Sensor (Digital Switch) in Egypt was 30 EGP from TechDepot Egypt within the past 77 months
  • The price difference between the cheapest and highest price of KY-003 Magnetic Hall Sensor (Digital Switch) in Egypt is 10 EGP from TechDepot Egypt within the past 77 months
  • The average price of KY-003 Magnetic Hall Sensor (Digital Switch) in Egypt is 25 EGP from TechDepot Egypt within the past 77 months

Top Products in Circuit Componentsmore

    Reviews of KY-003 Magnetic Hall Sensor (Digital Switch)

    • No reviews exist yet for this product.

    Video Reviews of KY-003 Magnetic Hall Sensor (Digital Switch)

    • loading video reviews