Hello,
We have a product which uses a telit module w/ cellular and GPS and we are trying to tweak the software to get longer battery life out of it. However, before we can really do anything we must be able to accurately measure the current so that we can see how our changes affect things.
The simple way is to jut charge up some batteries and put them in use and see when we get the low battery alert. This just takes too longer. I'm thinking about creating a test "jig" where I could supply the power to the devices and then measure the current using a micro controller. This would be logged to a computer so I can calculate the current drawn from the battery over say a 1 hour period and then determine how long the device would last with those settings. We could also correlate these logs with the system logs to determine current measurements in different modes of operation.
Was thinking about using an arduino and then a TI chip which measures current and voltage via i2c, the INA219... It uses a shunt resistor to measure the current. I was going to use a .1 ohm 1% resistor.
Any suggestion or alternatives you can think of to help me accomplish this?
We have a product which uses a telit module w/ cellular and GPS and we are trying to tweak the software to get longer battery life out of it. However, before we can really do anything we must be able to accurately measure the current so that we can see how our changes affect things.
The simple way is to jut charge up some batteries and put them in use and see when we get the low battery alert. This just takes too longer. I'm thinking about creating a test "jig" where I could supply the power to the devices and then measure the current using a micro controller. This would be logged to a computer so I can calculate the current drawn from the battery over say a 1 hour period and then determine how long the device would last with those settings. We could also correlate these logs with the system logs to determine current measurements in different modes of operation.
Was thinking about using an arduino and then a TI chip which measures current and voltage via i2c, the INA219... It uses a shunt resistor to measure the current. I was going to use a .1 ohm 1% resistor.
Any suggestion or alternatives you can think of to help me accomplish this?