Skip to content

Instantly share code, notes, and snippets.

@man6663
man6663 / powerMon_VoltageAndCurrent.ino
Created January 30, 2019 09:04 — forked from ItKindaWorks/powerMon_VoltageAndCurrent.ino
A simple arduino program for measuring and calibrating AC voltage and current sensors.
// EmonLibrary examples openenergymonitor.org, Licence GNU GPL V3
#include "EmonLib.h" // Include Emon Library
#define VOLT_CAL 148.7
#define CURRENT_CAL 62.6
EnergyMonitor emon1; // Create an instance
@man6663
man6663 / powerMon.fzz
Created January 30, 2019 08:51 — forked from ItKindaWorks/powerMon.fzz
A simple arduino and ESP8266 program to read and average 2 current transformers and a voltage transformer for monitoring whole house power usage.