Hi all,
I made an ATmega16 based stop watch and I want it to be power by a battery connected on of those charging, protection and boost modules.
The problem is the circuit draws only about 25mA, however the charging module switches the output off automatically if the output current is less than 50mA.
Maybe I can add a resistor in series with the circuit? But I think this would be a terrible solution.
Thanks
Force discharge circuit output high at low current consumption.
You would add the resistor in Parallel. Not series.
What voltage are we talking about?
JIm
The output of the charging module is 5V
Can you provide a link for the module? Adding load current will use up the battery faster.
Jim
ATmega16 based stop watch and I want it to be power by a battery connected
Well a M16 would not be an AVR I would choose for a battery powered device, one of the Pico powered AVR's would be better, such as a Atmega168PA (P = pico power)!
on of those charging, protection and boost modules.
The problem is the circuit draws only about 25mA, however the charging module switches the output off automatically if the output current is less than 50mA.
Your not using an LED display are you?
Post a link to the power module you are using, then a freak can recommend a better alternative or how to modify it for your use.
Jim
Yup no LED I am using LCD that's why the current consumption is too low.
Maybe use other controller but for now I am settled on the ATmega16
You are trying to use the wrong module....put it aside and get one (there are many) that does not have the auto shutoff for light loads.
I tried but I couldn't find any, and I though that all of these modules have this feature
Any way I will try again,thnak you