How to Build an Arduino Energy Monitor - Measuring Mains Current Only

Power Supply Voltage Monitor Software

Voltage Data Loggers are can be used for a wide variety of applications including monitoring energy consumption, detecting power drops and surges, as well as well as for recording the low voltage output of sensors. Voltage data loggers are available in both single and multi-channel versions as well as versions for monitoring AC and/or DC voltage. Feb 25, 2021 As its name suggests core temp gadget is a PC temperature monitor that provides readings on voltage and temp of individual cores of processors. It also shows a load of each core so that you can see how CPU temp changes with load. As a CPU temp monitor core temp is one of the best software which is free, easy to use, and mainly built for beginners.

  1. Software reads the hardware it is mostly dependent on if your motherboard reports the PSU voltages correctly. Help the guy out at speed fan and send in your computer info. Google computer hardware.
  2. Analog Devices single-supply supervisory circuits offer many benefits that help simplify design, such as high accuracy, adjustable thresholds and tolerances, and a guaranteed RESET signal down to a low supply voltage. Most ADI supervisors exhibit ±1.5% threshold accuracy around the nominal threshold voltage, minimizing the required system voltage m.

This guide details how to build a simple energy monitor on a breadboard that can be used to measure how much electrical energy you use in your home. It measures current, but uses an assumed fixed value for voltage (230V, if you're in the UK) and calculates apparent power. Although not as accurate as a monitor that measures voltage as well as current, it is a method commonly used in commercially available whole house energy monitors for reasons of simplicity and cost.

Here's how to build it:

Step 1: Gather Components

You will need:

1 x Arduino

Current sensing electronics

1 x CT sensor YHDC SCT-013-000
1 x Burden resistor 18 Ohms if supply voltage is 3.3V, or 33 Ohms if supply voltage is 5V
2 x 10k Ohm resistors (or any equal value resistor pair up to 470k Ohm)
1 x 10uF capacitor

Other

Power Supply Voltage Monitor Software Download

A breadboard and some single core wire.

Step 2: Assemble the Electronics

The monitor consists of the current sensor (which produces a signal proportional to the mains current) and the sensor electronics that convert the signal into a form the Arduino can use.

For a circuit diagram and detailed discussion of sensors and electronics see:

Power Supply Voltage Monitor Software Windows 10

Assemble the components per the diagram above.

Step 3: Upload the Arduino Sketch

The sketch is the software that runs on the Arduino. The Arduino converts the raw data from its analog input into human readable values, then sends them to the serial port monitor.

a) Download EmonLib from github and place it in your Arduino libraries folder.

Download: EmonLib

b) Upload the 'current only' example:

Pc Power Supply Monitoring

c) Open the Arduino serial window

You should now see two columns of values. Apparent power on the left, RMS current on the right.

See also:

Power Supply Voltage Monitor Software Download

  • EmonTx Arduino Shield: Our open-hardware energy monitoring Arduino compatible shield featuring the above circuit alongside voltage measurement for real power calculation.

Power Supply Voltage Monitor Software Program

In this Chapter: