hossein.ash
New Member
Hello, I want to make a program that plays sound or shows a picture when the mobile phone is close to the metal
It can, but not a very accurate or sensible one.I don't think that a phone can be used as a metal detector
You might need to use some inline java code.
Maybe this will help you a littleHello, I want to make a program that plays sound or shows a picture when the mobile phone is close to the metal
Whether it helps the OP or not, it did help me . I changed the formula for micro Tesla and the results aligned with popular sensor test apps.Maybe this will help you a little
'Formula from https://jshelter.org/sensor-magnet/
Dim microtesla As Float = Power(Values(0),2)+ Power(Values(2),2)+ Power(Values(1),2)
microtesla = Sqrt(microtesla)
lblValueMicroTesla.Text= microtesla& " ?T"