+

KY-035 Analog Hall Magnetic Sensor Module 49E For Arduino

USD 0.55USD 0.85

KY-035 Analog Hall Magnetic Sensor Module 49E For Arduino

Description

Product Description:

Analog magnetic sensor module and a digital interface,

built-in 13 LED build a simple circuit to produce a magnetic flash.

Makers.13 comes with digital interfaces of the LED,

the analog magnetic sensor connected to the power board analog 5 for ARDUINO Interfaces, when analog magnetic sensor to a signal,

LED lights,otherwise the lights out.

 

Product Features:

1.  Small size, high sensitivity Fast response and good temperature performance High accuracy Typical application with high reliability

2.  Contactless switch

3.  Automobile igniter

4.  Brake circuit

5.  Position and speed detection and control

6.  Safety alarm device

7.  Textile control system

 

With reference program:

int sensorPin = A5;  // select the input pin

int ledPin = 13;  // select the pin for the LED

int sensorValue = 0;  // variable to store the value coming from the sensor

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

}

Specification

Package : Other

Type : Module

Brand Name : SZFYDOSH

is_customized : Yes

Operating Temperature : n/a

Dissipation Power : n/a

Condition : New

Application : Computer

Model Number : KY-035 49E

Supply Voltage : n/a

Origin : Mainland China

+