I'm testing the ADE9000 using the evaluation board. I'm connecting to the board using an Arduino. I have successfully retrieved waveform data, 10cycle RMS voltage, 1/2 cycle RMS voltage. I don't get a valid value for AVTHD, BVTHD or CVTHD. I'm connecting to a 120V single phase circuit on phase A, B and C. I found the app note AN-1483 to get THD. I believe I'm following the steps correctly. So far it doesn't matter what I do, values returned are 400% if the voltage is applied and 0 if there is no voltage.
I found the answer to set ENERGY_PWR_EN, this value is set to EP_CFG 0x0011
Is there something else that I need to do?
Thanks