silvabelbr
Guest
|
|
« on: December 10, 2007, 12:12:39 00:12 » |
|
Hello,
What would be the best method of sensing a 3 volt lithium battery without discharging it.
thank you.
|
|
|
Logged
|
|
|
|
programmer_100
Junior Member
Offline
Posts: 58
Thank You
-Given: 93
-Receive: 94
|
|
« Reply #1 on: December 10, 2007, 01:30:26 01:30 » |
|
Hello,
What would be the best method of sensing a 3 volt lithium battery without discharging it.
thank you.
Give us some more information about what you are doing, eg Do you just want to detect if the battery exists or do you wish to measure the voltage.
|
|
|
Logged
|
|
|
|
creatv
Newbie
Offline
Posts: 18
Thank You
-Given: 6
-Receive: 1
|
|
« Reply #2 on: December 10, 2007, 08:07:18 08:07 » |
|
Hi, you can use TEA1041T, it's very small circuit and low consume.
Creatv
|
|
|
Logged
|
|
|
|
dideco
Junior Member
Offline
Posts: 39
Thank You
-Given: 7
-Receive: 6
|
|
« Reply #3 on: December 10, 2007, 10:00:11 10:00 » |
|
Hi,
There may be a circuit which turns on for some miliseconds for some miliseconds and then turns off. Some CMOS integrated circuits consumes almost nothing to be used for this purpose such as CD4538 monostable.
Or, there may be a microcontroller which wakes up and turns on a transistor circuit to power itself, measures and then turns off, keeps itself powered with a capacitor until next awake...
|
|
|
Logged
|
|
|
|
darksky
Junior Member
Offline
Posts: 51
Thank You
-Given: 183
-Receive: 5
|
|
« Reply #4 on: December 10, 2007, 12:53:52 12:53 » |
|
Depends on the chemistry of the battery. Some have a flat voltage then fall off rapidly.
An idea is to use an algorithm- a timer to determine background discharge then count events when woken up and chunks of energy used during wakeup.
|
|
|
Logged
|
|
|
|
computer
Newbie
Offline
Posts: 17
Thank You
-Given: 13
-Receive: 2
|
|
« Reply #5 on: December 11, 2007, 08:59:02 20:59 » |
|
Hi!
You always will have some discharge when you do measure, but you can minimize it using a circuit that can perform measures within a time basis. For example: 1 measure per day. It's a good idea estimate the current drain of the whole circuit to calculate this time basis.
Other option is to built a brown-out detect circuit, if you just want to know if the voltage is below a certain trip point.
[]'s
|
|
|
Logged
|
|
|
|
belinao
Newbie
Offline
Posts: 16
Thank You
-Given: 1
-Receive: 12
|
|
« Reply #6 on: December 12, 2007, 02:47:01 02:47 » |
|
if you have an extra power supply for the amp ops they will surely be the best option, just use a buffer configuration and that will probably do
|
|
|
Logged
|
|
|
|
edi14_10
Junior Member
Offline
Posts: 45
Thank You
-Given: 2
-Receive: 7
|
|
« Reply #7 on: July 19, 2008, 05:51:53 05:51 » |
|
how if the battery is been used to supply the controller or something else. for example, how can i measure the capacity of the battery that been used in a robot? I'm using a Li-ion battery 7,2V. in other word, how can i know wether the battery is empty, half charged, or full charged?
|
|
|
Logged
|
|
|
|
borberk
Senior Member
Offline
Posts: 296
Thank You
-Given: 309
-Receive: 598
|
|
« Reply #8 on: July 19, 2008, 06:42:11 06:42 » |
|
Q(charged)=I(charge)*t(charge) if I is not a constant use integral Q(left)=Q(charged)-I(discharge)*t(discharge) if I is not a constant use integral
|
|
|
Logged
|
|
|
|
edi14_10
Junior Member
Offline
Posts: 45
Thank You
-Given: 2
-Receive: 7
|
|
« Reply #9 on: July 20, 2008, 04:19:33 16:19 » |
|
so, how can i measure the capacity in a battery if that battery has ever been used? maybe if i want to apply that equation, i still have to know the battery capacity rite?
|
|
|
Logged
|
|
|
|
|