Skip to content

Latest commit

 

History

History
 
 

HallEffectSwitch

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

#198 HallEffectSwitch

Testing a Hall effect switch.

Here's a quick video of the circuit in action:

HallEffectSwitch

▶️ return to the LEAP Catalog

Notes

Hall-effect sensors generally support one of three modes:

  • switch - turn on in the presence of a magnetic field of a specified polarity
  • latch - turn on in the presence of a magnetic field, and stay on until exposed to the reverse polarity
  • linear sensor - output is proportional to the magnetic field strength

A common use for Hall-effect sensors is to detect and measure rotation. A good demonstration of this is to sequence a PoV display as demonstrated in Great Scott's latest video - HACKED!: Old Fan becomes a POV Display.

The components I have are marked "44E/938" and are nominally compatible with the A3144 or OH3144. These are switches that turn on when facing a south magnetic polarity.

44E938

With the beveled-edges and package markings to the front, the pin-outs from left to right are:

Pin Use
1 VCC
2 Ground
3 Open collector output

The chip is rated for continuous output current of 25mA, so that is sufficient to drive an LED (as demonstrated here). For other switching applications, the output can be used to switch a transistor or pull a microcontroller output low.

Since the chip is configured as open collector, the LED and and current-limiting resistor sink into the output pin (rather than be driven by the output pin).

Testing with some neodymium magnets, I get a strong full-on when the south pole of the magnets are within 23mm directly to the front of the chip. The output remains on until I pull back to over 40mm.

Construction

Breadboard

The Schematic

The Build

Credits and References