2019-02-04 06:20 AM
Hi ,
I am using 3 axis Magnetometer Sensor(LIS3MDL) Sensor for Car detection. but issues is some time it's not working. please suggest me any other low power proximity for detecting car.
2019-02-04 06:37 AM
Magnetometer is a nice and cheap solution. You must tune your algorithm. Make sure to use all the axis values.
I would continuously take the measurements, average several measurements, then calculate sqrt(x*x + y*y + z*z) and detect big changes (delta) of two calculated values.