SBAA513A october   2021  – may 2023 DRV5055 , DRV5055-Q1 , DRV5057 , DRV5057-Q1 , TMAG5170 , TMAG5170-Q1 , TMAG5170D-Q1 , TMAG5173-Q1 , TMAG5273

 

  1.   1
  2. 12

Introduction

A major benefit of using a Hall effect sensor in position sense applications is that the sensor eliminates the physical contact required to determine position in mechanical designs. This occurs due to the permeation of magnetic flux from a nearby magnet, which can be used by a linear Hall effect sensor to produce an output that varies with the changing input field. The magnetic field permeates through air, dust and grime, plastics, and other generally non-ferromagnetic materials. As a result, the sensor can be conveniently placed anywhere a measurable magnetic field is present to provide feedback. One particular challenge that is present when using a linear output Hall effect sensor is that the magnetic flux density is inversely proportional to the square of the distance from the magnet. As a result, this adds some complexity to position calculations as linear steps produce a non-linear change on the output. While this can be calibrated for any particular magnet, one useful configuration is to orient the magnet and sensor in a slide-by configuration. Here, instead of traveling directly towards the sensor, the magnet travels just above the sensor in a linear path.

Slide-By for One Dimensional Sensors

As an example, consider the arrangement of a one-dimensional sensor, such as DRV5055 shown in Figure 1 with the magnet traveling either direction along the black line which is parallel to the Y axis. In this example, the pictured magnet is approximately 22 mm thick with a radius of approximately 3 mm.

GUID-20200917-CA0I-8JJV-THVV-KNPNKRHXDDVC-low.gifFigure 1 Slide-By Magnet Orientation

In this configuration, the sensor detects the component of the field vector, which is directed along the Z-axis. The resulting input to the sensor over the course of travel for this magnet has an interesting behavior. There is a region approximately the same length of the magnet which produces a linear change in field. With this input, it is now simpler to monitor change in position by measuring in the linear input region.

GUID-20210909-SS0I-JXLX-4N9P-9F4DCT5SWD74-low.svgFigure 2 Slide-By Input Field

This can also be easily adapted to increase overall stroke length through the addition of multiple sensors. The process involved with this type of design is discussed in greater detail in Linear Hall Effect Sensor Array Design.

Slide-By for 3D Sensors

The one dimensional case is limited in range by the length of the magnet. Travel outside the linear input region produces uncertainty in position as there are now two positions that map to the same input magnitude. The uncertainty is resolved by using a three dimensional sensor instead. With this sensor type, an input field shown in Figure 3 is displayed.

GUID-20210909-SS0I-Q4VJ-ZKCN-7BTMBB20HVKC-low.svgFigure 3 3D Slide-By Input Field

Using this input, three distinct input regions can be defined. The linear region provides the best correlation for linear motion, but based on the Y component, it is now possible to distinguish the direction approach of the magnet in the non-linear regions as well. Suppose a -6 mT limit is set for By to correspond to the peak values of Bz

GUID-20210909-SS0I-555Z-JF4H-CGSJT3GVX3MR-low.svgFigure 4 Input Field Regions

When By exceeds this threshold, the magnet is known to be in the linear sensing region. For B below the threshold, then the sign of Bz indicates whether the approach is from the right or left. Calibrations can be used to determine the position in this non-linear region, and accuracy diminishes as the magnet moves further from the sensor.

Slide-By using Angle Calculations

A similar and advantageous approach uses a 3D sensor, but this time the magnet pole is directed normal to the sensor face rather than parallel. The magnetic field profile across the magnet travel is similar to the previous example.

GUID-20210909-SS0I-4BDV-M8RL-RVWBC5W8P4F1-low.svgFigure 5 Slide-By Mechanical Angle

As the magnet is moved along the Y axis, this motion produces inputs as shown in Figure 6. In this case, the magnet is much smaller than before with an approximate thickness of 5 mm and a radius of 3 mm. As a result of the orientation change of the magnet, the linear region is now observed on the By component. The width of this region for this particular case is only 6 mm.

GUID-20210909-SS0I-HVQ4-DMB9-K849Q0SW5MXR-low.svgFigure 6 Angle Measurement Inputs

Using this data, it is possible to use only By to track position, but using the arctangent function enables position detection over a much wider range.

Equation 1. Electrical Angle: θ=atan2Bz,By

Comparing the calculated electrical angle based on the magnetic field inputs to the actual mechanical angle between the magnet and sensor reveals an interesting behavior.

GUID-20210909-SS0I-D62B-NCTM-VQJ9SGVZRM0X-low.svgFigure 7 Measured Angle vs. Position

While there is a significant error between these two calculations as a result of using magnetic field inputs which do not strictly follow a sinusoidal behavior, it is apparent that the general form of the electrical angle calculation follows the behavior of the mechanical angle. Given this similarity, it can be possible to adjust the electrical calculation to match the actual mechanical angle.

When using TMAG5170, it is possible to apply both a gain and offset correction to a single channel which can be represented as α and δ, respectively. Additionally, it is apparent that a second scalar can be beneficial to decrease the overall magnitude. This scalar is represented by β. This correction can be applied by a microcontroller which is recording the outputs of TMAG5170. Closer analysis also shows that a scaling factor, γ, that increases with angle, can also be helpful in aligning the asymptotic behavior of the two curves at the furthest magnet positions. An example equation based alignment with each of these factors is shown in Equation 2 and Equation 3.

Equation 2. θ'=atan2α×(Bz+δ),By 
Equation 3. θ=β×θ'- γ×sinθ'  

Bench Evaluation Tool

To enable demonstration of this function, see the attachment for TMAG5170 EVM shown in Figure 8. Files to enable 3D printing this attachment and physical geometry are available in TMAG5170 Slide-By Attachment.

GUID-20210910-SS0I-KJ64-W09S-6GH5MCDR8HVQ-low.svgFigure 8 TMAG5170 Slide-By Attachment

Based on the simulation data and results of Equation 2 and Equation 3, there are multiple possible implementations with their resulting accuracies. These values and respective errors were determined through inspection. Other methods of linearization, including multipoint calibration, can also prove successful approaches to linearize results. In the following examples three configurations are shown. Configuration 1 applies a scalar correction to the Z axis, and then scales the magnitude of the resulting angle output. Configuration 2, uses these factors as well, but includes an additional intentional offset to help expand the sensitivity range. To help limit error further, configuration 3 adds the final correction factor to help further extend the viewable range of the sensor to the point where input referred noise can become the predominant factor for position accuracy.

Table 1 Configurations and Measurement Ranges
ConfigurationαβδγRangeAccuracy
10.60750.78600+/- 11 mm+/- 0.06 mm
20.61450.7950.430+/- 21 mm+/- 0.25 mm
30.5340.870.24-7.25+/- 23 mm+/- 0.1 mm
GUID-20210909-SS0I-PPKN-6BD5-SQLDGDW7WBGR-low.svgFigure 9 Configuration 1
GUID-20210909-SS0I-V4NR-LKFX-BZWWZFDZ1ZMW-low.svgFigure 10 Configuration 2
GUID-20210909-SS0I-WXSM-FKZS-Q2FJSRVXCGFK-low.svgFigure 11 Configuration 3

Note that these results can vary from system to system as sensitivity error, offset, noise, and mechanical variations. These variations can impact these results, which are the theoretical best case behavior. Additional calibration factors can be implemented to improve overall accuracy.

Table 2 Alternative Device Recommendations
DeviceCharacteristicsDesign Considerations
DRV5055

(DRV5055-Q1)

Commercial (Automotive) single axis bipolar linear Hall effect sensor with Analog output available in SOT-23 and TO-92 packages.Analog outputs are subject to electrical noise and calculations require MCU computations. Single axis sensitivity constrains the ability to track movement in free space.
DRV5057

(DRV5057-Q1)

Commercial (Automotive) single axis bipolar linear Hall effect sensor with PWM output available in SOT-23 and TO-92 packages.PWM outputs require conversion, but are less susceptible to coupled noise. Single axis sensitivity constrains the ability to track movement in free space.
TMAG5170

(TMAG5170-Q1)

Commercial (Automotive) grade linear 3D Hall effect position sensor with SPI interface available in 8 pin DGK package.Complete magnetic vector sensitivity. This device is able to track a wide range of magnet positions, though careful planning is still required to ensure all input conditions map to a unique position.
TMAG5170D-Q1Automotive grade dual die linear 3D Hall effect position sensor with SPI interface available in 16-pin TSSOP package.Is a dual device design capable of sensing all field components and integrates angle calculation and field normalization. Developed for functional safety with resources supporting design up to ASIL D.
TMAG5273Linear 3D Hall-effect position sensor with I2C interface available in 6 pin SOT-23 package.TMAG5170 has a tighter sensitivity tolerance and TMAG5273 operates over I2C.
Table 3 Related Technical Resources
NameDescription
Linear Hall Effect Sensor Array DesignA guide to designing sensor arrays for tracking motion across long paths.
Intro to linear Hall effect sensors: Achieve contactless accurate position sensingA discussion on the differences between a linear output and switched output Hall-effect sensors.
What is a Hall-effect sensor?A discussion about the Hall-effect and how it is used to create magnetic sensors.
TMAG5170UEVMGUI and attachments incorporate angle measurement using a precise three dimensional linear Hall-effect sensor.
TMAG5170DEVMGUI and attachments incorporate angle measurement using both precise three dimensional linear Hall-effect sensors.
TMAG5273EVMGUI and attachments incorporate angle measurement using a three dimensional linear Hall-effect sensor.
DRV5055EVMEVM incorporates a digital display with various sensitivities aligned linearly along a ruler face.
TI Precision Labs - Magnetic SensorsA helpful video series describing the Hall effect and how it is used in various applications.