SparkFun Mini Linear 3D Hall-Effect Sensor - TMAG5273 (Qwiic)

The SparkFun TMAG5273 Qwiic Mini Linear 3D Hall-Effect Sensor is a low-power, high-precision magnetic field sensor that can detect a magnetic field's presence, strength, and direction in three dimensions. This board is perfect for applications involving magnetic proximity detection, door and window sensing, mobile rotor and control, and more, all on a Mini 0.5in. x 1in. Qwiic breakout!

The TMAG5273 from Texas Instruments possesses a linear magnetic range configurable to either ±40 mT or ±80 mT and TI's integrated angle calculation engine (CORDIC) with gain and offset adjustment to be used in various applications. In addition, the included magnetic tamper detection and wake-up/threshold settings can be configured to trigger interrupts through the I2C interface or only with the dedicated interrupt pin.

With a low power consumption rate of only 2.3mA in Active Mode (1µA in sleep mode), a high precision of ±0.5% typical accuracy, and a built-in temperature sensor, the SparkFun TMAG5273 Linear 3D Hall-Effect board is a great and economical choice for anyone who needs a low-power, high-precision magnetic field sensor.

The Linear 3D Hall-Effect Sensor communicates via I2C, so we've broken out each of those pins to our Qwiic system, so no soldering is required to connect it to the rest of your system! This board version is also presented in our Qwiic Mini footprint for those who need more project space or weight to work with! However, if you would prefer, the I2C pins are also broken out to standard 0.1in.-spaced pins.


The SparkFun Qwiic Connect System is an ecosystem of I2C sensors, actuators, shields and cables that make prototyping faster and less prone to error. All Qwiic-enabled boards use a common 1mm pitch, 4-pin JST connector. This reduces the amount of required PCB space, and polarized connections mean you can’t hook it up wrong.


Breakout Board

  • Dimensions: 0.5in. x 1in. Mini-footprint
  • Two Vertical Qwiic Connectors
  • Two Mounting Holes:
    • 4-40 screw compatible
  • Six PTH Pins
    • 3V3, GND, SCL, SDA, INT, Disable
  • Power LED (Red)

TMAG5273 Hall Effect Sensor

  • Configurable I2C Address:
    • 0x35 (Default) (7-bit)
  • Magnetic Range (Sensitivity):
    • ± 40mT (820 LSB/mT)
    • ± 80mT (410 LSB/mT)
  • Magnetic Drift: 5%
  • Rotational Accuracy: ± 0.5°/360° rotation
  • Voltage Range: 1.7 - 3.6V
    • Sleep: 5nA
    • Wake-Up/Sleep: 1µA
    • Active: 2.3mA
  • Operating Temperature: –40 - 125°C
  • Integrated temperature compensation/measurement
    • Range: -40 - 170°C
  • Configurable data rate

SparkFun Mini Linear 3D Hall-Effect Sensor - TMAG5273 (Qwiic) Product Help and Resources

Comments

Looking for answers to technical questions?

We welcome your comments and suggestions below. However, if you are looking for solutions to technical questions please see our Technical Assistance page.

  • Member #1887758 / about 6 days ago * / 1

    If you want to use the interrupt as a simple magnet sensor (without needing the entire library) you could write to the registers with with Wire in setup like I did. Remember to re-enable the W&S OPERATING_MODE after any triggers or I2C activity. See the bottom of table 7-9

    https://gist.github.com/unixfg/1e0020c48533965a50c2fcaf4bae9631

    // Set up sensor configurations
    writeRegister(0x06, 0x26);  // Z Threshold
    writeRegister(0x08, 0x64);  // Enable Interrupt, 10us latch, through int pin
    writeRegister(0x02, 0x46);  // Z-Channel Only and Sleep 50ms
    writeRegister(0x01, 0x23);  // Operating Mode W&S
    

Customer Reviews

No reviews yet.