Sunday 3 July 2016

Getting higher power output by using more resistors


Is there anyway I can connect resistors to allow them to take more power such as using 4 1/4 watt resistors to get a 1 watt resistors. Or do i just have to use 1 1 Watt resistor.



Answer



Yes, you can use (4) 0.25 W resistors to dissipate 1 W and still remain within each individual resistor's power rating. This can be accomplished a few different ways:



  • Place them all in series:


    • In which case you will need to use resistors with 1/4 the resistance that you want overall.

    • e.g. If you want 1 kΩ total, put (4) 250 Ω (240 Ω nearest 5% standard) resistors in series.



  • Place them all in parallel:

    • In which case you will need to use ones with 4 times the overall desired resistance

    • e.g. If you want 1 kΩ total, put (4) 4 kΩ (3.9 kΩ nearest std.) resistors in parallel.




  • Placing them in a 2x2 array:

    • Where you can use resistors of the same resistance you want overall (2 in parallel gives half, but you place 2 sets of parallel in series, doubling the effective resistance)




In all the mentioned cases, in order to have each resistor dissipate an equal share of power, they all must be equal in value (ohms). This isn't the only way to do it, there are several other combinations you could use with differing values, etc.


Pragmatically, if you're only operating this circuit very intermittently (few seconds at a time), you might be able to get away with a single 1/4 W resistor, especially if this is on a breadboard (be careful not to melt stuff). Higher power resistors often are specified to survive surges of 8-10x their normal power dissipation for several seconds, though the typical 1/4 W thru-hole resistors are carbon film, which is a little less tolerant of this.


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