Difference between revisions of "Hall Sensor"

From LinkSprite Playgound
Jump to: navigation, search
(Features)
(Dimension)
Line 12: Line 12:
 
== Dimension ==
 
== Dimension ==
  
[[File:hall sensor dimension.jpg]]
+
[[File:hall sensor dimension1.jpg]]
  
 
== Schematics ==
 
== Schematics ==

Revision as of 07:40, 16 June 2014

Introduction

This hall module hosts an magnetic hall sensor that senses the presence of magnetic field.

Linker hall.jpg

Features

Dimensions: 20.0×24.2×10.6mm

Net weight: 1.6g

Dimension

Hall sensor dimension1.jpg

Schematics

Application Ideas

<syntaxhighlight lang="c">

int ledPin = 13; int out = 12;

void setup() {

  pinMode(ledPin, OUTPUT); 
  pinMode(out, INPUT);    

}

void loop() {

   if ( digitalRead(out) )    

{

          digitalWrite(ledPin,LOW ); 

}

  else

{

        digitalWrite(ledPin,HIGH); 

} } </syntaxhighlight>


Hall link.jpg

How to buy

Here to buy Hall Sensor on store