• Welcome to Shenzhen weikedz Technology Co., Ltd.!

KY-035 Analog Hall Magnetic Module for Arduino

    Weike Electronics is a professional manufacturer and exporter that is concerned with the design, 
development production and marketing of arduino, 3d printers, raspberry pi and STM32. 
Our Dream is to make the best price and best quality produce for customers. 
So we would like to receive your valuable suggestions for our products and we can improve them for you. 





Contact: Sophie

Phone: 13790385217

 Tel:0755-66803279 

Email: sophie@weikedz.com

Add: No.1 Longguan Road, Longhua,Shenzhen,Guangdong,518000


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 ARDUINO Interfaces, when analog magnetic sensor to a signal, LED lights,otherwise the lights out.

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

skype1 skype2 Email Go Top