brendonshaw
Newbie level 4
- Joined
- Feb 23, 2014
- Messages
- 6
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1
- Activity points
- 63
I want to measure the total current consumption in my car, I want to add additional electrical items and worried I will have a flat battery. I also want to log the current, so thinking ardunio would be ideal to show the data with rtc to provide time stamp.
The question is how to measure the current, I have been looking at shunts and hall effect sensors. Both seem to do the job, but when the vehicle current drops to 30mA at key off this is a very small current to measure and so many factors could affect it such as cable length to the sensor. The range will be 30amp's to 10mA with +- 1mA accuracy.
I have been looking at amplifiers, but there is so much information about monitoring temperature with the shunt and protecting the hall effect sensor from external factors which could be present in the engine bay.
I think either option would be hard to build as the accuracy of measurement at low currents would cause a very small signal which would be subject to noise and the ADC would need a large range to provide a very small resolution. I am thinking of using a teensy board with a 16-bit adc and is very small, so I can mount everything on the battery cable.
Any help would be appreciated, I seem to go around in circles to understand if this is possible.
The question is how to measure the current, I have been looking at shunts and hall effect sensors. Both seem to do the job, but when the vehicle current drops to 30mA at key off this is a very small current to measure and so many factors could affect it such as cable length to the sensor. The range will be 30amp's to 10mA with +- 1mA accuracy.
I have been looking at amplifiers, but there is so much information about monitoring temperature with the shunt and protecting the hall effect sensor from external factors which could be present in the engine bay.
I think either option would be hard to build as the accuracy of measurement at low currents would cause a very small signal which would be subject to noise and the ADC would need a large range to provide a very small resolution. I am thinking of using a teensy board with a 16-bit adc and is very small, so I can mount everything on the battery cable.
Any help would be appreciated, I seem to go around in circles to understand if this is possible.