panic mode
- Joined Oct 10, 2011
- 5,240
using constant current makes response linear and this is just nicer and easier to handle.
you can use
C=I*(t2-t1)/(V2-V1)
and keep track of units (F,A,s,V) or replace them with uF,mA,ms,V.
example
t1=0ms, V1 = 0.75V
t2=250ms, V2 = 3.2V
I=10mA
C=10mA* 250mS/2.45V=1020uF
you can use
C=I*(t2-t1)/(V2-V1)
and keep track of units (F,A,s,V) or replace them with uF,mA,ms,V.
example
t1=0ms, V1 = 0.75V
t2=250ms, V2 = 3.2V
I=10mA
C=10mA* 250mS/2.45V=1020uF


