Kister Genesis Jimenez
Kister Genesis Jimenez
Can you post your code? Especially the switch/case part.
They way I see it in you switch statement, if you enter a 't', it goes to the case 't'. However, since you did not put a break, it will...
You should check your code again. Inside the serial event, you had char inChar, but you are using inputChar in your loop. change it to this: void serialEvent() { while...
Wiring seems fine. How is the "-" and the gnd of the ade7758 connected the gnd of arduino? On Jul 20, 2017 3:31 AM, "2Peter" wrote: > Hi, > I...
> engkan2kit > > HI.,., Can you please share the updated code for ADE7758., the old code is not working.,. Hi Sorry, I don't have the hardware for this anymore....
Hi, It's been years since I last worked on this with the actual hardware. What do you mean with "but not getting the ISR Interrupt continuously"? You get interrupts from...