I have decent understanding of using Arduino boards and sensors using one analog input. But, I have researched for hours and am kind of lost on connecting multiple voltage sensors. Here's the project and why we need this.
My daughter wants to measure how long a single AA battery lasts to determine which brand is most cost efficient. She is in 4th grade, and this has been done before using visual observations, but she wants it to be more precise. We could put my GoPro on and try to record the entire run time, but I feel that just isn't the cool way to do this. So, I said lets use Arduino! I was thinking we could measure six battery and load setups using an 0v-25v sensor connected to the six analog ports on the Uno. I know I can only read one sensor at a time, but this really isn't an issue because we are trying to narrow the visual observation down to seconds.
Each sensor reading is basically its own experiment, so I thought the connections would be something like: connect positive battery terminal to ground of 0v-25v sensor, connect Vcc of sensor to fans positive terminal, then connect the fan negative to battery negative. With this setup I am hoping that once the fan turns off, the sensor will read a negligible value indicating that the fan stopped working. If that works, then my next concern is properly connecting the 6 sensors to the UNO. I believe each sensor needs to be grounded to the Uno board so the APC can read the results and I am concerned that this will be a problem amongst others that I am probably not skilled enough to think of.
So that's basically where I am at in trying to plan this out. Any help, ideas, or thoughts are greatly appreciated!