|
DemoSat /
HeaterOverviewOur payload will include a heater made from resistors. The FieldSat microcontroller is responsible for turning the heater on and off according to readings from the temperature sensor. StatusThe heater has not been built. TheoryThe electrical equation we will use is: P = I * V = V2 / R Where: P = Power Since we are using approximatley 5 Volts from our battery(ies), we can reduce the expression to: P = 25 / R Or, to find the resistance needed for a given power: R = P / 25 If we wanted a 10W heating element, we would need: R = 10 / 25 = 0.4 Ohms of resistance But, no one makes a 0.4 Ohm resitor, we need to make that resistance from multiple resistors in parallel. Let's round our needed resistance to 0.5 Ohms, which could be made from twenty 10 Ohm resistors in parallel. The folowing equation will give you the number (n) of a given individual, identical resistors (Ri) in parallel to equal a given resistance (Rtotal) Rtotal = 1 / ( n / Ri ) For the number of resistors: n = Ri / Rtotal What we need to do now, is to find out how big of a heater (Wattage) we will need to keep our package within the operating temperature range of our electronics. This is up the alley of our mechanical engineers. We probably build our heater larger that we need so that we can turn it on and off, like a furnace in a house and still keep it warm. Look at our spec sheets, we will need to find the component with the highest minimum operating temperature and compute for a temperature a little higher than that. Costs
|