I have brought this project up before, and I am rounding it up here. This is a design challenge - do build a multimeter that performs good enough for a maker, using only through hole components in 80s fashion.
Here is the specs I am shooting for:
* 4.5 digit, autoranging, true RMS, 4-wire resistance measurement
* Double-layer board, single-side load, through hole only.
* Two-board construct (one main board, one display board)
* Bench multimeter with built-in mains power supply for 240V (replaceable transformer for 120V operation)
* Little to no microcontroller involvement. If MCU is required for some reason, use up to two AT89C2051s (pot-fest)
* 7-segment LED display
* CMOS
The core ADC chip I am using is ICL7135 @ 100kHz.
Here is the ranges:
* Volts: 20mV, 200mV, 2V, 20V, 200V, 600V/2kV (10M or 10k input impedence)
* Amps: 200uA, 2mA, 20mA, 200mA, 2A, 10A (shared jack)
* Ohms: 20R, 200R, 2k, 20k, 200k, 2M
All those ranges covers 6 orders of magnitude, which corresponds to the 6 output pins of the autoranging PLD. Additional modes selectable through the knob:
* Diode drop (12V burden voltage so even those high-voltage LEDs will work, uses the 1mA constant current source)
* Capacitor ESR (0.2V drive voltage - lower than Schottky diode and some Ge diode voltage drop - how to implement it?)