The project involves monitoring/managing voltage and current drawn from a portable system. A couple of 12V batteries in parallel will power the Arduino (through Vin) + other devices. The negative terminal of the battery will be used as the common ground for the entire system.
Is it possible to measure the voltage of the bus (where all of the batteries' positive terminals are connected to), as well as the total current drawn from all of the batteries? all while the Arduino is being powered by the batteries. Are there any buffering devices required?
(Sorry if this question may seem obvious, but it feels like a "chicken or the egg" question.)
I have been testing Hall effect current sensors (+-5A) in measuring some test currents. However, since the current drawn by the system is predicted to be quite small (100mA-500mA), the noise from the hall effect sensors is quite large in comparison to the actual signal due to the current. (for example, the voltage output from the sensor is 2.48-2.5V when open. With 100mA~ of current, it will jump to 2.5V-2.52V; so effectively the noise signal is as strong as the 100mA signal). Is there a way to deal with this?
Thanks!