Electrical – Heat dissipation zener diode and resistor

dissipationheat

I have the following circuitenter image description here

When I am testing the circuit with 5V USB 3.0 power supply, the zener diode and/or resistor
does not build heat up. Using the 18650 7.4V battery makes it build heat. The ATMEGA328P only use its TX and RX pins so I am just using minimal current in that part. Why is it that using 18650 7.4V battery makes the resistor/zener diode heat up so much?

Best Answer

Why area you powering the ATmega at 5v?
It will operate at 3.3V (1.8V - 5.5V) and you can get rid of the zener.


The resistor gets hot because that's its job.
To alleviate thermal stress from the zener.

Now, I notice the voltage regulator with input 7.4V heats up faster.

You should use an LDO regulator.
This LT3070 has a 85 mV drop out @ 5 A, and under 10 mV @ 300 mA.

Same thing applies to the voltage regulator.
If it gets too hot, you add a power resistor between the battery and the regulator.
Estimate the max current. Do not underestimate.
You want to reduce the voltage into the LM7805 by about 2V at max current.
The resistor value is 2V ÷ max current.

I use a ceramic wirewound resistor for this purpose.

enter image description here

That said...

You should not use linear voltage regulators in a battery powered project.

For good efficiency at low current I use a TI Simple Switcher LM46002
It's a little pricey ($2-$4) but efficiency costs.
You can use TI's WebBench to tweak the efficiency, calculate component values, and create a BOM.
WebBench will also suggest other parts.