Hello all
I am trying to make a current/voltage monitor to show up on my oled display, I get readings in the serial monitor, and in my oled display I can read current but the voltage stays a 0. and by the way I am new to Arduino
I would appreciate some usefull help
Thank you
current-voltage monitor.txt (3.54 KB)
Please post your circuit diagram
You'll find it easier to get advice if you first read and follow the advice given to you in "How to use this forum" at the top of every forum. The code posted correct plus a circuit diagram and details of the components you are using would all help as would details of what exactly you see in all those Serial.prints.
Does the fact that you never call the measureBusVoltage() function have anything to do with it?
Steve