I hope some of you find this interesting. 
I want to use a cheap digital voltmeter for a project that needs to measure a DC voltage (less than 1 Hz of bandwidth).
Inexpensive (i.e. cheap) meters cannot measure their own power or ground.
For example one of these:
http://www.mpja.com/3-1_2-Digit-LCD...ing-Resistors-for-20VDC/productinfo/27537 ME/
A note for some of these meters says: "(Cannot monitor own power source or ground)".
The "free" Harbor Freight DVM has the same limitation.
Fortunately, only a small amount of power is needed to power the DVM. I measured the battery current at 0.25 ma for the "free" Harbor Freight DVM.
The small power requirement allows a 74HC gate or microcontroller output to drive an isolated power circuit.
I am using capacitors to get the isolation needed instead of a transformer.
To power the DVM, I am using a pair of voltage doublers with an extra cap in the ground leg for DC isolation.
Here is the simulation of the circuit:

How it works
------------
A square wave at a few hundred kilohertz drives the voltage doublers.
The top doubler creates the positive isolated voltage, Iso+. This is about +3.2 volts. The bottom doubler supplies the Iso- which is about -3.2 volts. This gives about 7.2 volts total to power the meter.
There will be an offset in these voltages relative to circuit ground as a DVM power rides up and down on the input voltage to the DVM.
C1 through C4 were chosen to have a low impedance at the square wave frequency and a high impedance at the frequency of the voltage being measured.
C5 isolates the ground from the DVM power at low frequencies. It was chosen to be large relative to C1 through C4.
C6 adds additional filtering on the DVM power.
R1 represents the power supply load of the DVM.
R2 is used to verify that there really is isolation. Note that after the capacitors charge up there is no DC current through R2.
I have breadboarded the circuit using a real DVM (actually, a "free" Harbor Freight DVM) and it seems to work.
I want to use a cheap digital voltmeter for a project that needs to measure a DC voltage (less than 1 Hz of bandwidth).
Inexpensive (i.e. cheap) meters cannot measure their own power or ground.
For example one of these:
http://www.mpja.com/3-1_2-Digit-LCD...ing-Resistors-for-20VDC/productinfo/27537 ME/
A note for some of these meters says: "(Cannot monitor own power source or ground)".
The "free" Harbor Freight DVM has the same limitation.
Fortunately, only a small amount of power is needed to power the DVM. I measured the battery current at 0.25 ma for the "free" Harbor Freight DVM.
The small power requirement allows a 74HC gate or microcontroller output to drive an isolated power circuit.
I am using capacitors to get the isolation needed instead of a transformer.
To power the DVM, I am using a pair of voltage doublers with an extra cap in the ground leg for DC isolation.
Here is the simulation of the circuit:

How it works
------------
A square wave at a few hundred kilohertz drives the voltage doublers.
The top doubler creates the positive isolated voltage, Iso+. This is about +3.2 volts. The bottom doubler supplies the Iso- which is about -3.2 volts. This gives about 7.2 volts total to power the meter.
There will be an offset in these voltages relative to circuit ground as a DVM power rides up and down on the input voltage to the DVM.
C1 through C4 were chosen to have a low impedance at the square wave frequency and a high impedance at the frequency of the voltage being measured.
C5 isolates the ground from the DVM power at low frequencies. It was chosen to be large relative to C1 through C4.
C6 adds additional filtering on the DVM power.
R1 represents the power supply load of the DVM.
R2 is used to verify that there really is isolation. Note that after the capacitors charge up there is no DC current through R2.
I have breadboarded the circuit using a real DVM (actually, a "free" Harbor Freight DVM) and it seems to work.
Attachments
-
2.5 KB Views: 20