Skip to product information
1 of 1

AsiaSell

4x KY-003 Hall Current Sensor A3144 Module Magnetic for Smart Cars KY003

4x KY-003 Hall Current Sensor A3144 Module Magnetic for Smart Cars KY003

SKU:SENS1076-2

Regular price $16.00 AUD
Regular price Sale price $16.00 AUD
PRICE REDUCED Sold out
Tax included. Shipping calculated at checkout.

The product description and related items are below the Add to cart and Buy it now buttons.

Low stock: 2 left

  • 4 pieces.
  • KY-003 Hall Current Sensor Module Magnetic for Smart Cars KY003.
  • Hall Switch Integrated Circuit Using Hall Effect Principle.
  • Uses The Semiconductor Magnetic Susceptibility of the Circuit.
  • The Input is for the Magnetic Induction Intensity. The output is a Digital Voltage Signal.
  • Non-Contact Switch.
  • Working voltage:4.5V-24V
  • Series 3144, hall switch integrated circuit using hall effect principle, USES the semiconductor integrated technology manufacturing magnetic susceptibility of the circuit, it is by the voltage regulator, hall voltage generator, differential amplifier, schmidt triggers, temperature compensation and the open collector output stage circuit composed of magnetic sensitive sensor circuit, its input for the magnetic induction intensity, the output is a digital voltage signal.
  • Hall magnetic sensor module and a digital 13 interface with LED build a simple circuit, to produce a magnetic flasher .Use digital 13 interface with the LED, the When the Hall magnetic sensor to a magnetic field signal , LED lights on, versa lights off.

 

  • Reference Program:

    • int Led=13;// Definition LED Interface
      int SENSOR=3;// Define the Hall magnetic sensor interface
      int val;// Defines a numeric variable val
      void setup()
      {
      pinMode(Led,OUTPUT);// Definition LED as output interface
      pinMode SENSOR,INPUT);// Defined the Hall magnetic sensor as output interface
      }
      void loop()
      {
      val=digitalRead(SENSOR);// The digital interface is assigned a value of 3 to read val
      if(val==HIGH)// When the shock sensor detects a signal , LED flashes
      {
      digitalWrite(Led, HIGH);
      }
      Else
      {
      digitalWrite(Led, LOW);
      }
      }

View full details