Sunday 8 September 2019

voltage regulator - How to convert 12v-15v input to 9v?


I am on my first projects in electronics to refresh my old rusted knowledge and to updated also.


I have a not so stable input about 12v to 15v maximum and i want to convert it to 9v and use it to recharge 9v batteries (9v Ni-Cd 160 mAh and 9v Ni-Mh 300 mAh)


I dont want much heat or too many components on it cause of little space for the circuit so i would like to try as my first projects to make it with zener diode and a resistance but since i am like noob in this area and search around didnt came up so handy and understandable i would like to know first of all if it can be done in this way and if is possible to stabilize an input of 12v - 15v to 9v for my batteries and what zener type do i look for and what combination of resistance with zener ?



Thanks in advance



Answer



You're overcomplicating this.


And most comments/answer focus on getting 9V while you do not need 9 V !!


The reason for this is that you ask "How to convert 12v-15v input to 9v?" while your real question is: "How can I charge a 9 V NiCd/NiMh battery from 12 - 15 V ?"


So I think you just want to charge a 9 V NiCd or NiMh battery from a 12 V - 15 V source.


You think you would need 9 V to charge the batteries but the truth is you don't need 9 V !!


Luckily NiCd and NiMh batteries are extremely easy to charge. As long as you charge them with a small current.


This is the circuit you need:


schematic



simulate this circuit – Schematic created using CircuitLab


The "challenge" is to properly calculate the value of Rcharge. It is common to charge these NiCd or NiMh batteries with C/10 so for the 160 mAh battery that means 16 mA and for the 300 mAh it means 30 mA.


Lets stick with that 16 mA, you can charge the 300 mAh battery with 16 mA as well, it will just take longer.


Your power source provides maximum 15 V DC so that leavs 15 V - 9 V = 6 V across R charge.


Enter Ohm's law: 6 V / 16 mA = 375 ohms. These are hard to find but 390 ohms is close enough and easy to buy.


To charge the 300 mAh battery you can also place 2 of these 390 ohm resistors in parallel, then you'd get close to 30 mA, which is perfect for that battery.


No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...