I found a method to measure inductance using Arduino, using a circuit and code found here:
The results from serial monitor are not consistent, as observed in the attached jpg.
I have adjusted the timeout on pulseIn() from 5000 to 10000 and increased the delayMicroseconds() right before pulseIn() to a larger value ~500uS but the result is still an inconsistent value.
Should I expect consistent mesurements of inductance from this circuit?