290 likes | 404 Views
Safety Board for a Battery Operated Cooling Unit. Jeffrey Harris Carla A. Swierenga. Outline. Introduction Requirements Benefits Circuit Modules Testing Ethical Concerns. Introduction. The project was to make a safety board for use in a air-conditioned vest
E N D
Safety Board for a Battery Operated Cooling Unit Jeffrey Harris Carla A. Swierenga
Outline • Introduction • Requirements • Benefits • Circuit • Modules • Testing • Ethical Concerns
Introduction • The project was to make a safety board for use in a air-conditioned vest • A company in the Champaign-Urbana area, Creative Thermal Solutions, provided the requirements
Requirements • Shut down the unit on low voltage (8.3 V) and high current (2 A) • Monitor temperatures for abnormal conditions • LED indicator for fault condition • Onboard programming to adapt to different units
Benefits • Prevent damage to other electrical components • Easily changed for other applications • Troubleshooting aid using fault indication • Compact design
Modules • Voltage Regulator • Over Current Detection • Under Voltage Monitor • Temperature Monitor • Control Logic • LED Signals
Voltage Regulator • Will regulate output voltage to 5 Volts • Powers the PIC, which is used for the Control Logic Module • LM 1117MP -5.0
Voltage Regulator: Testing • The testing process for the voltage regulator involved inputting possible voltages and monitoring the output • The undervoltage module shuts off before 5 V, so having the output be 4.1 is not a problem
Over Current Detection • Uses the MAX5932 and IRF 640 chips • A .025 Ω current sensing resistor determines the current. • If over 2 A, sends a signal to the PIC
Under Voltage Monitor • Uses the MAX5932 and IRF 640 chips • Will send a signal to the PIC when the voltage gets below 8.3 Volts • When the MAX5932 chip reads in 1.233 V, a low voltage signal is outputted • To get the chip to send a signal at 8.3 V, a voltage divider circuit is used
Under Voltage Monitor • With Vout connected to the MAX chip, the voltage is monitored. Once the voltage to the MAX chip is at 1.233 V, it sends a signal to shutdown the circuit • To get the signal sent when the circuit reaches 8.3 V, the theoretical resistor values had to be around 2k Ω and 11.46kΩ
Under Voltage Monitor • Since we did not have the theoretical values in the lab, various combinations of resistors were tested • 15 k Ω and 2.7 k Ω were the values used in the final design
Temperature Monitor • There will be two temperatures monitored using thermistors • Thermistors are resistors that change resistance based on temperature. • Both of these two will be monitored using thermistors in a voltage divider method. • The wheatstone bridge method was not used.
Temperature Monitor: Wheatstone Bridge • A Wheatstone bridge is one way to find an unknown resistance. • To find the resistance, the voltage must be known at both point B and point D. • This method was not used because it needs two analog inputs per resistor and PIC chosen only had two analog inputs total. • Also, the less wires going from the thermistors to the board the better. Wheatstone Bridge Circuit
Temperature Monitor: Voltage Divider • The thermistor is in the R1 spot and a 10k Ω resistor is in the R2 spot. • Vout is one of the analog inputs to the PIC.
Temperature Monitor • To get the right values for the input to the PIC, different temperature conditions were used to calibrate the PIC • A soldering iron with variable temperature setting was used to find the right values
Temperature Monitor • Testing the thermistors and the ADC together produced the above values • With these values, we were able to estimate the threshold value of 217
Control Logic • The control logic is written in C • The chip used is PIC18F1330 • There are two digital inputs: under voltage and over current • There are two analog inputs: two thermistor readings • The two analog inputs needed to have an Analog to Digital converter in the script • Low pass filter on the analog inputs to ensure fault condition
LED Signals • The LED will blink depending on the different faults. • It will blink between 1 – 4 times, depending on fault, then stop and start again. • LED will continue to blink until the power has been turned off.
Testing • Each Module was tested individually • The entire project was then put together and tested
Ethical Concerns • We have considered the best options for both safety and reliability for our client • We did quality testing to insure the board will do what we claim and met or exceeded expectations
Conclusion • Thanks for listening • Any questions?