The AH3503 is a ratiometric linear Hall effect sensor in a three-pin TO-92-style package. It produces a continuous analogue voltage that moves above or below about half the supply as magnetic field strength and polarity change. Use it with a regulated 5V supply and an analogue input for position, speed and magnetic-field experiments.
Specifications
Try it: move a magnet past the sensor
Imagine the sensor is connected to Arduino analogue input A0 and powered from 5V. Move the slider to see what changes when a north or south pole approaches the flat marked face.
The analogRead numbers are a simple illustration for a 5V, 10-bit Arduino. They are not calibrated field measurements. Exact sensitivity and range vary between AH3503 production revisions.
What's in the box
Sold per sensor with a minimum order of five, supplied loose in an antistatic bag.
Great for
Track a moving magnet without mechanical contact.
Detect magnet passes and apply a threshold in your code.
Measure smooth magnet movement with an analogue input.
Observe field strength and polarity around permanent magnets.
Read the output directly from a 5V analogue input.
Build simple sensing arrangements without a rubbing contact.
Wiring & getting started
- Orient the sensor
Hold the flat marked face toward you with the legs pointing down.
- Connect power
Connect pin 1 to a regulated 5V supply and pin 2 to ground.
- Connect the output
Connect pin 3 to a high-impedance analogue input such as Arduino A0.
- Add bypassing
Place a 100nF capacitor between VCC and GND close to the sensor.
- Measure the midpoint
Record the no-magnet reading as your zero point, then measure movement above and below it.
- Protect 3.3V inputs
When using an ESP32 or another 3.3V ADC, use a suitable divider or external ADC on OUT.
Note: This is an analogue sensor, not a digital switch. Do not connect an LED or other load directly to OUT. Published AH3503 revisions differ in sensitivity, field range and temperature grade, so calibrate the actual sensor in your circuit where precise measurements matter.
