Power Supply Voltage Monitor Software

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

Find the cheap Power Supply Voltage Monitor Software, Find the best Power Supply Voltage Monitor Software deals, Sourcing the right Power Supply Voltage Monitor Software supplier can be time-consuming and difficult. Buying Request Hub makes it simple, with just a few steps: post a Buying Request and when it’s approved, suppliers on our site can quote. Software Support & Community TPS3831, TPS3839 SBVS193D –JUNE 2012–REVISED JULY 2015 TPS383x 150-nA, Ultralow Power, Supply Voltage Monitor 1 Features 3 Description The TPS3831 and TPS3839 devices (both referred to 1. Ultralow Supply Current: 150 nA (Typical) as TPS383x) are ultralow current (150 nA, typical),. Operating Supply Voltage.

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

Voltage

Other

Power Supply Voltage Monitor Software Update

Power Supply Voltage Monitor Software

A breadboard and some single core wire.

Step 2: Assemble the Electronics

Power Supply Voltage Monitor Software Downloads

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.

Power Supply Voltage Monitor Software Download

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

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.

Power Supply Voltage Monitor Software Online

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

Download: EmonLib

b) Upload the 'current only' example:

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

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

In this Chapter: