[Tisham Dhar] has been interested in monitoring AC power and previously built a breakout board for the ADE7763. He wanted to find something cheaper and more modern. The ATM90E26 fit the bill. It can communicate via a UART or SPI, and has multiple metering modes. The problem? The evaluation module from Atmel costs about $500 (and for [Dhar] $800 Australian), although the part itself can be had for under a buck in bulk. (Atmel even sent him three samples for free.)
[Dhar] put the low voltage components from the reference design on a PCB and pocketed the difference in cost. So far, he’s tested the setup with a Teensy and low voltage measurements only. He plans to do a full test soon.
The test setup uses SPI mode 3 to talk to the processor. You can find the relevant code on GitHub.
We see a lot of energy monitoring projects go by. Of course, working on household wiring current can be dangerous, so be careful out there.
Yeah dev boards are done in very low yields for tons of ICs and are really marketed towards big companies … Making your own or hoping ebay, SPFE, adafruit has a breakout Is the only real way to do it for makers
Some dev boards are ridiculous … Like an opamp on a pcb with a bypass cap for $50
It is pretty understandable why such a board comes with a high price tag: the application is very specific and dangerous and it is probably expensively calibrated to meet those 0.1% precision requirements. It would be pretty hard to get that done diy.
If you don’t want to go to whole house measurements, you can always buy one of the energy meter plugs and read that. Some serious ones even have an eeprom with calibration data so I suppose it is factory calibrated.
^
industrial marketed equipment has a hefty price tag, for reasons.
Sometimes just the traceability and certification costs you hundreds of dollars.
For a particular it is prohibitive, true, but its not the target market for those boards…
This is a revenue grade metering chip which is probably way overkill if your hacking something together. Kill-a-watt meters are pretty cheap, if you’re just interested in how much your tv consumes.
I use this for whole house energy monitoring. Yes it is an overkill, but the whole point was to make a module which will measure accurately and the send the data to a server I control, and of course learn how the “pro” meter functions.
Chinese $9 socket power meters are build around ATT7039 (clone of one of atmel ATM90Esomethings), why bother rolling your own (unless you are planning >hundred pcb run)?
Does the clone meter upload data to Watson IoT ? I could hack a clone meter I suppose, but sometimes learning from 1st principles builds capacity.
Actually what I like bought this article and design is that it’s small enough to fit in the circuit panel.