I’ve got 2 arduino’s and I don’t have any serial ports to use, figured I could use an analog-out and analog-in to communicate between the two. The sampling rate on the analog-in is too fast to grab the average voltage instead it grabs the instantaneous voltage and that’s really screwin up the reading. I’m getting a 1023 or 0. It’s important that each processor be code light (why i’m using two in the first place).
So how can I create a more steady voltage on that node? I’ve tried a capacitor to remove the AC but there wasn’t any effect.
thanks