Sunday, 6 September 2015

switches - Need a switching device. Should it be a relay?


I am trying to build a system where first i would charge the battery (3.7V,40A), and then discharge it through a high wattage Resistor. For this purpose i will be connecting a power supply (15V-50A) with my AC mains. It would be followed by a synchronous buck converter which would charge the battery (being controlled via PWM signal by the micro-controller). The purpose of using a synchronous buck converter is its bidirectional current nature, which mean it would be able to supply the current from the power supply to the battery (during charging) and from the battery to the Load (during discharging). I chose IR3553 from International Rectifier Synchronous Buck Converter to be used. The rough idea i have drawn, and it can be seen in the image below.


As can be seen in the image there's a switching device which would help me (by the help of my micro-controller) to select between the power supply (during charging operation) and Resistor (during discharging operation) drawn in red. So my questions are :


1) What device would this be ? Is it a relay ?


2) I was going through relays online and they are used for these purposes. But what i also found was that there are different kind of relays mainly Electro mechanical relays and solid state relays. I also found in one article online that electro mechanical relays are used when current is upto 15A. And solid state relays have higher currents upto 100A. So if my power supply is providing a max of 50A current, does that mean that i will have to use Solid state relays ?


3) Also I found out that relays are present with different no. of poles for eg 2,3,4,6,8 pole relays are there. In my case i think a single pole relay would do the job, am i right ?


4) What other things should one look for in relays data sheets ? for eg in my case (15V-50A) what things i should be concerned about when i am selecting a relay ?


Thank you. enter image description here





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...