1. I had made a code for reading ADE7753. I am using library for ADE7753 also.
Attached is schematic. Both arduino & ADE7753 is 5V powered.
2. Code gets stuck in liobrary code:
while( ! ( ADE7753::getInterruptStatus() & ZX ) ) // wait Zero-Crossing
3. If I surpass this line, then reading is random & do not get correct values.
Library with arduino code is in attached zip file.
<code>
#include "ADE7753.h"
#include <SPI.h>
#define ratioTraf (220/12) //18.3
void setup()...
Problem Reading ADE7753 arduino
Attached is schematic. Both arduino & ADE7753 is 5V powered.
2. Code gets stuck in liobrary code:
while( ! ( ADE7753::getInterruptStatus() & ZX ) ) // wait Zero-Crossing
3. If I surpass this line, then reading is random & do not get correct values.
Library with arduino code is in attached zip file.
<code>
#include "ADE7753.h"
#include <SPI.h>
#define ratioTraf (220/12) //18.3
void setup()...
Problem Reading ADE7753 arduino