Inductance tester , continued
I tried previously to measure the inductance of a coil using the same method as for capacitors : take 2 points in the charge/discharge curve and compute the L value After a pulse on the coil, the voltage across it is (1-exp(-t*R/L)), so if we have t, R and 2 points we can compute L. The problem with inductance is the curve is very very small, like ~ 1us, way too fast for the ADC, and using very small R will give high current. Recently i saw a youtube video from DiodeGoneWild , he showed his own inductance meter It's 100% pure analog, no MCU. How does it work ? It sends GND/VCC squares to the coil do trigger charges/discharges. A schmidt trigger creates a nice square when coil voltage is between 1/3 and 2/3 vcc. The duration of the square gives the inductance. Measuring a small-ish duration is not easy to do with analog circuits so that's how it does it : since a PWM is charging/discharging the coil and generates squares, the output squares are integrated though a 2nd order l...