Summary of DIY Digital AC Watt Meter
This article describes a DIY Digital AC Watt Meter project designed to measure real power consumption for 230Vrms/50Hz mains devices. The system uses a PIC microcontroller to collect voltage and current data via ADCs, calculating RMS values and average power. Results are displayed on a dot matrix LCD. Notably, the device is self-powered from the mains while maintaining full electrical isolation between the high-voltage side and the microcontroller.
Parts used in the DIY Digital AC Watt Meter:
- PIC microcontroller
- Analog-to-Digital Converters (ADCs)
- Dot matrix LCD
- SoloPCB Designer tools
Have you ever been curious about the power consumption of an appliance? For example did you wonder how much it will cost you to leave your television in standby mode whole night? Or did you want to learn how much change your refrigerator settings will make on your electric bill? If your answer is yes, you can use a wattmeter to measure the power consumption of a device. In this project we are building one.
This is an AC Watt Meter which can measure the real power consumption of a device connected to the 230Vrms/50Hz mains line. The PIC microcontroller collects the voltage and the current information with the help of ADCs and then calculates the RMS voltage of the mains line, RMS current drawn by the device and the resulting average power consumption. All these information is then displayed on the dot matrix LCD.
The meter itself doesn’t need an external power source. It is powered from the mains. Despite this, the microcontroller side is fully isolated from the parts interfacing to the mains.
Circuit Design
The schematic of the project is drawn in SoloCapture, the schematic editor of SoloPCB Designer. SoloCapture makes the schematic drawing process very easy and fast. You can download SoloPCB Designer tools at Solo-Labs.com for FREE.
You can download the SoloPCB Designer design files of the project by using the link below.
For More Details: DIY Digital AC Watt Meter
- What can this wattmeter measure?
It measures the real power consumption of a device connected to the 230Vrms/50Hz mains line. - How does the meter calculate power usage?
The PIC microcontroller collects voltage and current information with help from ADCs to calculate RMS voltage, RMS current, and average power. - Does the meter require an external power source?
No, the meter itself does not need an external power source as it is powered from the mains. - Is the microcontroller isolated from the mains?
Yes, the microcontroller side is fully isolated from the parts interfacing to the mains despite being powered by them. - Where is the calculated information displayed?
All information regarding voltage, current, and power consumption is displayed on the dot matrix LCD. - Can I download the design files for this project?
Yes, you can download the SoloPCB Designer design files using the link provided in the article. - What software was used to draw the circuit schematic?
The schematic was drawn in SoloCapture, which is the schematic editor included in SoloPCB Designer.

