Tool/software:
I am using SparkFun Linear 3D Hall-Effect Sensor - TMAG5273 in my application to detect magnetic field of relay. I have a relay with 55A, 480VAC rating. I am trying to capture the magnetic field of the relay by using Arduino Uno with #include "SparkFun_TMAG5273_Arduino_Library.h" Library used. I have done the configuration of the TMAG5273 sensor as required. As per the datasheet the range should be between -40 to +40 but I am getting values in between only -2.0 to 2.0mT while the range configured +-40mT. Are these values looks good and expected as per relay rating? Why these values not going up +-40mT? Is there any configuration to increase sensitivity output values, I see in datasheet there is two registers "MAG_OFFSET_CONFIG_1" and "MAG_OFFSET_CONFIG_2" how to use these registers?