Yahoo Groups archive

AVR-Chat

Index last updated: 2026-04-28 22:41 UTC

Messages

Browse messages

Page 36 of 307 · 15341 messages matched

Re: [AVR-Chat] 4-term current sense resistor

2010-03-30 by Robert Adsett

On 3/30/2010 5:45 PM, Steve Hodge wrote: > I have 2 Ohmite LVK series SMT current sense resistors that I was just about > to solder onto a pcb when I realized there are no markings on the actual > part to tell which are the two current terminals ("I" on the data sheet) and > whic

Thread view Attachments: 0

4-term current sense resistor

2010-03-30 by Steve Hodge

I have 2 Ohmite LVK series SMT current sense resistors that I was just about to solder onto a pcb when I realized there are no markings on the actual part to tell which are the two current terminals ("I" on the data sheet) and which are the two voltage sense terminals ("V"). I ha

Thread view Attachments: 0

Re: Intelligent Battery Charger.

2010-03-16 by Terrance

No, however, I would use an AVR anyways. Not too hard to figure out what it needs to do once you read through his project. --- In AVR-Chat@yahoogroups.com, Zack Widup wrote: > > I guess he doesn't supply the source code for the PIC? > :-( > > Zack > > On Mon, Mar 15, 2010 at 10:3

Thread view Attachments: 0

Re: [AVR-Chat] Re: Intelligent Battery Charger.

2010-03-15 by Zack Widup

I guess he doesn't supply the source code for the PIC? :-( Zack On Mon, Mar 15, 2010 at 10:38 AM, Terrance wrote: > > > Look here: http://www.angelfire.com/electronic/hayles/charge1.html > > I built a couple just like this...works very well. Good information on this > site, anywa

Thread view Attachments: 0

Re: Intelligent Battery Charger.

2010-03-15 by Terrance

Look here: http://www.angelfire.com/electronic/hayles/charge1.html I built a couple just like this...works very well. Good information on this site, anyways. --- In AVR-Chat@yahoogroups.com, "syberraith" wrote: > > I looked that up already. It's a 10C rise accompanied by a 10mV d

Thread view Attachments: 0

Re: [AVR-Chat] Re: Intelligent Battery Charger.

2010-03-15 by David VanHorn

http://www.westmountainradio.com/CBA.htm On Sun, Mar 14, 2010 at 8:19 PM, Donald H wrote: > > > --- In AVR-Chat@yahoogroups.com, David VanHorn wrote: >> >> I can recommend the CBA-II for checking discharge capacity. >> > GOOGLE found: Results 1 - 10 of about 567,000 for CBA-II. >

Thread view Attachments: 0

Re: Intelligent Battery Charger.

2010-03-15 by Donald H

--- In AVR-Chat@yahoogroups.com, David VanHorn wrote: > > I can recommend the CBA-II for checking discharge capacity. > GOOGLE found: Results 1 - 10 of about 567,000 for CBA-II. Did you have anyone in mind ? don

Thread view Attachments: 0

Re: [AVR-Chat] Re: Intelligent Battery Charger.

2010-03-14 by David VanHorn

According to an electrochemist I talked to with TI, you can also charge NIMH cells with a constant voltage with a current limit.. I don' t remember what the voltage per cell was though.

Thread view Attachments: 0

Re: [AVR-Chat] Re: Intelligent Battery Charger.

2010-03-14 by Dennis Clark

Hi, Your method of checking voltage to determine cutoff would work somewhat for LiIon cells but not so well for NiMh. NiMh have a pretty flat discharge curve and their charge curve is best served by monitoring temperature rise, the "peak" voltage of an NiMh is subtle and not alwa

Thread view Attachments: 0

Re: [AVR-Chat] Re: Intelligent Battery Charger.

2010-03-14 by David VanHorn

On Sun, Mar 14, 2010 at 6:45 AM, syberraith wrote: > I just read Amtel's AVR-based Constant Current Supply app note, which left me wondering why would you prefer an external chip for the current regulation. What difficulty did you have with using just one chip? Codespace for one,

Thread view Attachments: 0

Re: Intelligent Battery Charger.

2010-03-14 by syberraith

Interesting... I read in the constant current app note that engineer for ControlTek also found the accuracy of the T15's ADC to be less than sufficient. So he used a external voltage reference and an opamp to get the current regulation of the PWM within 10%. I would ultimately li

Thread view Attachments: 0

Re: Intelligent Battery Charger.

2010-03-14 by syberraith

I looked that up already. It's a 10C rise accompanied by a 10mV drop, at least according to PowerStream datasheets. The simple voltage cutoff is actually for recharging disposable alkalines, cutoff at 10% of rated voltage. :) Fred --- In AVR-Chat@yahoogroups.com, Dennis Clark wro

Thread view Attachments: 0

Re: Intelligent Battery Charger.

2010-03-14 by syberraith

I just read Amtel's AVR-based Constant Current Supply app note, which left me wondering why would you prefer an external chip for the current regulation. What difficulty did you have with using just one chip? --- In AVR-Chat@yahoogroups.com, "syberraith" wrote: > > Yep, I've been

Thread view Attachments: 0

Re: Intelligent Battery Charger.

2010-03-14 by syberraith

I'm unsure if I want to go straight to my final design in one step. I might want to build a simple/limited version first. For my most simple version I have the current being regulated by a linear regulator, and all the controller needs to do it turn it off when the system reaches

Thread view Attachments: 0

Re: Intelligent Battery Charger.

2010-03-14 by syberraith

Yep, I've been looking at the Maxim charger chips that setup up to work with a uControllers. I have yet to run across any others. I have a Duracell 15 minute NIMH charger, and was wondering why it killed batteries so fast. After reading up on the charging methods for the differen

Thread view Attachments: 0

Re: [AVR-Chat] Intelligent Battery Charger.

2010-03-13 by Philippe Habib

I think that pretty much anything with an ADC would be enough. You could also get something with built in PWM so you could vary the charge voltage as the charge nears completion. The ATMega 16HVA, HVB, and 32HVA, HVB are designed to be chargers. You could also go with a general p

Thread view Attachments: 0

Re: [AVR-Chat] Re: Intelligent Battery Charger.

2010-03-13 by David VanHorn

I did this a while back, in a Tiny-26 with the AVR also doing the PWM constant current buck regulation. However, if I was to do it again today, I'd leave the current regulation to an external chip unless forced to do it this way for cost. I think that NIMH cells are probably the

Thread view Attachments: 0

Re: Intelligent Battery Charger.

2010-03-13 by Donald H

--- In AVR-Chat@yahoogroups.com, "syberraith" wrote: > > I want to build a battery charger with a bit of intelligence, just a bit. > > I would like the charger to check the battery voltage every so often, one a minute at most, and if it has reached a set value, I would like the c

Thread view Attachments: 0

Re: Code stuck waiting for SPI transmission but only after power-up

2010-03-13 by Andrew Mathison

I'll try and answer your queries:- >The changes were made because we weren't sure what a PC power supply outputs at power-up when the load on the 5V is only in the tens-hundreds milli-amps. Using a scope to determine that is >irrelevant, because another PSU might do something els

Thread view Attachments: 0

Intelligent Battery Charger.

2010-03-13 by syberraith

I want to build a battery charger with a bit of intelligence, just a bit. I would like the charger to check the battery voltage every so often, one a minute at most, and if it has reached a set value, I would like the charger to shut it self off. I would also like charging to com

Thread view Attachments: 0

Re: [AVR-Chat] Re: USB to serial db9 cable

2010-03-12 by Ned Konz

On Wed, 2010-02-24 at 05:06 +0000, Donald H wrote: > > --- In AVR-Chat@yahoogroups.com, Leon Heller wrote: > > > > On 23/02/2010 23:00, rsimonus wrote: > > > I am curious about USB to serial db9 cable. I am planning to buy one. I want to know if any USB to serial 9pin cable which

Thread view Attachments: 0

Move to quarantaine

This moves the raw source file on disk only. The archive index is not changed automatically, so you still need to run a manual refresh afterward.