Battery charger - Please help
Dr.No
Posts: 60
Hello everyone.
I'm building a battery (attempting) charger with BS2.
How can I read volts using the stamp?
The idea is to turn on a relay (charge) switch if the volts fall
below x volts snd turn off if above y volts.
The battery is 6 - 12volt motorbike battery.
Any ideas?
Thanks
I'm building a battery (attempting) charger with BS2.
How can I read volts using the stamp?
The idea is to turn on a relay (charge) switch if the volts fall
below x volts snd turn off if above y volts.
The battery is 6 - 12volt motorbike battery.
Any ideas?
Thanks
Comments
Select the link "app-notes" near the bottom. On the linked page, look under the RCTIME command section.
Other options include using an analog to digital converter like the ADC0831. There are lots of articles and sample
code for this in the Nuts and Volts Columns and in the "Basic Analog and Digital" tutorial. Both are accessible from
the main Parallax webpage. Click on the Resources tab. The tutorials are under "Downloads", then "Stamps in Class
Downloads".
Post Edited (Mike Green) : 7/14/2008 2:54:31 AM GMT
·$21·· http://cgi.ebay.com/12-Volt-SLA-Battery-Charger-1000mA-Maintainer-Condition_W0QQitemZ220184015103QQihZ012QQcategoryZ36323QQrdZ1QQssPageNameZWD1VQQcmdZViewItemQQ_trksidZp1638Q2em118Q2el1247
http://www.batterymart.com/p-battery-tender-jr-12v-0_75a-battery-charger.html
http://www.batterymart.com/p-cliplight-6-12v-1_5a-battery-charger.html
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
·"If you build it, they will come."
Post Edited (erco) : 7/14/2008 10:14:39 AM GMT
But your post has given me the idea to use the BS to read
the charger's results.
Thanks
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
·"If you build it, they will come."
Built·this today. It measures the voltage. Look half way down the page.. Works great. There is a calibration procedure there aswell.
http://www.emesystems.com/BS2rct.htm
Gus
·
I was very concerned with the variable results that is dependent upon battery types.
Do you have a diagram layout of the LM339 and all the components?
As you can figure out, I'm NEW to all this so a step by step breakdown would be greatly appreciated.
I found a website but it lists variants such as the LM339N, which one did you use? Any links?
I'd preffer that the BS do as little work as possible because of it's low power limit but I do need it
to be able to read voltage. Currently, it is powering two 5V reed relays - so I rather not use it
to power a circuit.
Thanks for your help.
I like the BS but it's terrible when it comes to power compared to other chips. It's been around
long enough for them to juice it up by now - but they haven't.
Post Edited (Dr.No) : 7/16/2008 10:56:59 PM GMT
The Stamp is not very different from other microprocessor and logic chips in terms of power. The BS2 is based on a PIC processor from Microchip while the other Stamps are based on the SX processor. I/O pins can handle about 25mA individually while groups of 8 pins are limited to 50mA total and there's a limit for the entire chip. The SX has a higher total chip limit, but the other values are similar.
Post Edited (Mike Green) : 7/16/2008 1:30:06 PM GMT
Is there such a thing as an off the shelf switching controller? What I wanted to do
was when the primary battery runs low, automatically switch to the backup battery.
This is what I think I need now.
Thanks again.
I solved the problem finally.