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.
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:
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
A breadboard and some single core wire.
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:
Assemble the components per the diagram above.
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:
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:
In this Chapter: