Electronic – Creating small heater

heatsafety

I need to make a small heater. I was looking at this project:

http://www.makeuseof.com/tag/make-your-own-temperature-controller-with-an-arduino/

but I need to design the heating element. I was considering taking 120VAC from the wall, running the hot side through a 1 amp fuse, running that into a relay, then running the relay output into a 300 ohm power resistor for a total of 50 watts. Looking at this part currently:

http://www.mouser.com/ProductDetail/Vishay-Dale/HL05006Z300R0JJ/?qs=sGAEpiMZZMtbXrIkmrvidHh8qJ0vS%2f1J%252bhAYDyLahp8%3d

Questions:

  1. Do I need an AC isolation transformer? If so, why? Isn't the 1 amp fuse enough for safety?

  2. I am not planning on using a fan or heat sink, only ambient air. What is duty cycle of such a power resistor? Generally I would expect that it can dissipate 50 watts 100% of the time (taking into account the ambient temp derating of course), and I've also seen the 1000h component life spec. Any thoughts?

  3. Max voltage = (P*R)^1/2, which in this case comes out to 122V. Obviously this is close to wall voltage, and peak to peak is much higher than 122V. This thing looks like it's built like a high voltage component though, will this really be an issue? (If it is I can adjust the dissipated wattage downwards a bit, while still using a 50 watt rated resistor)

Thanks!

Best Answer

  1. No, you don't need an isolation transformer provided the low voltage power supply, relay and temperature sensor are isolated from the resistor and mains circuit. If any of those isolation barriers is not present or fails, even for an instant, bad things may happen (such as a shock, fire, destruction of your computer, etc.)

  2. The power the resistor can dissipate is given in the datasheet.

enter image description here

If you are using it to heat something, say to 100°C, then you can dissipate about 80% of 50W or 40W. The actual power will depend on how insulated the resistor is as well as the ambient temperature (it's the air immediately around the resistor that matters).

  1. That voltage rating is a power dissipation limit. There is also a 1000V test. That part should be fine on mains voltage barring any huge surges.
Related Topic