Energy meter design/mcp390x

energymicrochip

I am considering the mcp390Xa series for a energy meter project. What I am not understanding here is where the voltage part of the watt calculation is happening. Is this up to the micro to measure voltage and apply it to the output pulses? When used it a non micro situation, is it assumed to be 115v, or whatever may be expected in that local?

Supposing I use a decent micro, say a pic32, are there any advantages to rolling my own setup using something like an mcp3911?

See reference design

Best Answer

The MCP390xA contains two ADCs — one for voltage and one for current — and a multiplier. Each output pulse represents a certain amount of real energy passing through the meter, averaged over time by an onboard DSP.

See the reference design for details.