Hi. I want to calculate the energy requirements and temperature increase of 3 inches (75mm) of 22AWG Nichrome wire.
Referring here. 3" of 22AWG Nichrome, requires approx 0.5 amps to increase its temperature by 20C (68F). The resistance through the wire is ~0.25R, and increase in R due to heating up to 20C very small - assuming zero.
E = IR
E = 0.5*0.25= 0.125v, is the voltage required to provide 0.5amps to a wire with a resistance of 0.25R and heat it 20C (68F) from 0C (32F). In which case given the very small R values in question, raising the temperature of the wire by 20C from any other temperature state, will require the same current and voltage.
P = IE
P = 0.5*0.125 = 0.0625Joules 0.0625watts.
It makes sense that the energy required to heat 3" of 22AWG wire will be quite small. I'm wondering if my calculations are correct? Not included, is the additional energy to warm a small flat glass component, 22mm x 15mm x 0.8mm to which the Nichrome will be attached.
The plan is to schedule power using PWM switching a logic level mosfet.
geoland:
Referring here. 3" of 22AWG Nichrome, requires approx 0.5 amps to increase its temperature by 20C (68F). The resistance through the wire is ~0.025R, and increase in R due to heating up to 20C very small - assuming zero.
E = IR
E = 0.5 * 0.25 = 0.125v, is the voltage required to provide 0.5amps to a wire with a resistance of 0.025R and heat it 20C (68F) from 0C (32F). In which case given the very small R values in question, raising the temperature of the wire by 20C from any other temperature state, will require the same current and voltage.
Which is it? 0.025? or 0.25? ?
0.5A * 0.025? = 12.5mV (0.0125 V)
Yes, but it's negligible in the desired temperature range ~20C.
To raise temperature of the wire by 20C requires 0.5A and guess a linear amp/heating scale is probably close enough for this application.
The basic circuit will be an11R, in series with the Nichrome element and +12v supply. PWM the voltage through a logic level n-channel MOSFET Gate, -ve side of heating element to Drain and Source to GND. This gives ~1amp to play with, but I need to calculate the requirements for raising the temperature of the glass. A variable resistor in place of the 11R will provide more power flexibility.
If your heater resistance is really as low as 0.025R you will have trouble with a MOSFET as they usually have an on-resistance of about 0.1R. Therefore most of your heating energy will be going to heat up the MOSFET.
Find a better supplier of MOSFETs, 0.005 ohm is not too hard to find, 0.01 ohm is pretty commonplace these days (unless high voltage parts). They can be commoned up for higher currents, and frankly when we are talking 62.5mW its not a great problem.
I am currently working on a project that requires the use of arduino to heat up a nichrome wire attached to it, and I am using PWM (through the analogwrite function) to regulate the temperature. However, when I set to analogwrite function to around 80 or more, the serial port will suddenly disconnect. I have verified this, as it works when the alligator clips connecting the nichrome wire to the arduino wire are not attached to it but will disconnect right when the clip meets the wire. Does anyone know what is happening here?
Dew321, don't crosspost. I already answered this in the other thread.
You should really have started your own topic on this instead of jumping into two others'.