Giter Site home page Giter Site logo

calplug / ade9078-3phasewattmeter Goto Github PK

View Code? Open in Web Editor NEW
29.0 12.0 10.0 45.31 MB

An Isolated design for a demo board using the Analog Devices ADE9078 3 phase AC wattmeter. Design allows both WYE (STAR) and Delta (TRIANGLE) distributions to be measured along with Blondel and non-Blondel measurement schemes. The project includes a SPI based Arduino style library.

C++ 53.50% AGS Script 0.64% C 14.69% Verilog 5.66% Processing 2.22% Stata 1.28% VHDL 22.01%
wattmeter wye star delta blondel-measurement-schemes ade9078 3-phase powermeter polyphase ac

ade9078-3phasewattmeter's People

Contributors

avinashpai avatar davidjaybrady avatar egranizo avatar enochchau avatar eychau1 avatar jackyw12 avatar jkbaez avatar mjklopfer avatar petern9 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ade9078-3phasewattmeter's Issues

LastReads.h

The ADE9078.h includes LastReads.h but it isn't on the project. May you provide this source?

Calibration example

Hello,

I'm making a simple ade9078 board with esp32 I would like to use to read voltages and amps over time. I don't know if I'm wrong but this example rise lot of error on compiling.
first compiler run:

  1. 'EEPROM' was not declared in this scope at line 203 so added EEPROM.h include and bypassed this.
  2. no matching function for call to 'ADE9078::ADE9078()' at line 291. I commented it and new error
    3)'class ADE9078' has no member named 'writeWordToEeprom'. ( this refer to ade9000 API??)

I'm little confused.... ade9000 which I previously used has i2c EEPROM and the ade9000 example use i2c to write to internal chip EEPROM. I understand in your code you write directly to esp32 EEPROM to save data but looking at error 3 seems that you're referring to ade9000 api.
Can I ask you help about ? just to specify I defined the ESP32 architecture in .h

thanks Matt

Error in line 428 of ADE9078.cpp

Original code: uint16_t pgaGain = (is->vCGain << 12) + (is->vBGain << 10) + (is->vCGain << 8)
Corrected code: (is->vCGain << 8) should be changed to (is->vAGain << 8)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.