README.md

This is documentation for an energy monitoring device built around the nRF52832 system-on-chip from Nordic. It includes a 2.4 GHz BLE-enabled radio transceiver, a Cortex M4F microcontroller, and a host of hardware peripherals. The device is capable of extracting current and voltage waveforms from a standard wall power plug without contacting the mains power. The current is measured inductively, as a mild steel flux guide channels magnetic flux through a sensitive hall effect device. The voltage is measured capacitively, as the flux guides couple with the conductors in the plug. Measuring both quantities allows us to separate active from apparent power, measuring the real power used by an appliance plugged through our device.

bc832-watt/ includes source files for a PCB built around the BC-832 module (containing the nRF52) from Fanstel.

This device produces around 0.1 volts/amp out of the sensor (or ~1 mV per Watt through the plug). The nrf adc has a +-0.6V reference, 4x gain, and 12-bit conversion, which might resolve 100mW (maybe finer with oversampling). Certainly not precision measurement, but good enough for monitoring appliances.

The nRF52 radio+microcontroller draws 5mA in transmit and receive, so it could operate well within the specs of a coin cell, or harvest from the power line (say, using http://www.linear.com/product/LTC3588-1) to charge a capacitor for power.

Below, we see the flux guides registered into pockets on the pcb.

Power requirements

The nRF52832 draws 5mA peak @ 3.3V

The Hall Effect Sensor draws xmA @ 3.3V

Assume whole device runs at peak load for 5% of the time

P = IV = 5 * 10^{-3} * 3.3 * 0.05 = 0.825 mW 
1 Wh = 1~watt~for~1~hour
0.825~mW~for~365~days = 7.2 Wh
E [Wh] = \frac{Q [mAh] * V [V]}{1000}
Q = \frac{1000 * 7.2}{3.3} = 2181 mAh

The CR2477 is one of the largest coin cell batterys (20mm diameter and 4.7mm thickness) and has a capacity of ~1000 mAh.

An Alkaline AA battery can supply 1.5V with a capacity of 1800–2600 mAh