EspositoWang

From Psych 221 Image Systems Engineering
Revision as of 22:20, 16 March 2013 by imported>Projects221 (Components)
Jump to navigation Jump to search

Back to Psych 221 Projects 2013

LED Flicker Super Capacitor Design

Background

This projects builds upon the 2012 LED Flicker project. Instead of controlling the LEDs via PWMs, which has properties of flicking between OFF and ON states, the goal of this project is to design a system that provides a constant current through each LED. The design will mimic a camera flash with the use of super capacitors and a benchtop power supply or power supply wall adapter to flash each LED with 1 amp of current. There are 7 different LEDs on the LED array module and each LED must be flashed so that no two LEDs are on at the same time. The amount of time duration that the LED is on and the time interval between LED flashes are adjustable to allow for ease of use. Modifications can be made so that this design can be used with Alkaline or Lithium-Ion batteries to make the entire system compact and portable.

High Level Device Specifications

  1. Should have at least 7 channels for controlling each LED
  2. The rate at which the LEDs flash should be adjustable
    To adjust the interval time between each LED flash and the duration that each LED is on for
  3. The light intensity shall be constant and be set with ~1A of current
    Easy modifications can be made so that the light intensity can be adjustable
  4. System design should be modular to allow for quick modifications to system parameters
    Amount of charge caps can hold the amount of current through LED
  5. Should incorporate the use of super capacitors for a quick discharge of energy to the load

Device Overview

Design

Components

  1. LED Array of primary lights
    For the final design : 7-in-1 round assembly LED Array
  2. Arduino Uno microcontroller product
  3. A circular flat top Heat Sink Diameter ~ 2 1/4th inches
  4. A perforated circuit board (for the intermediate design) and a breadboard (for making a prototype)
  5. Circuit components
    1. 50F super capacitors product
    2. Fairchild Semiconductor FQP30N06L: N-Channel MOSFET datasheet
    3. Fairchild Semiconductor 2N3904 NPN BJT datasheet
    4. TI LM317 Adjustable Linear Regulator datasheet
    5. Ohmite RA-T2X-51E Heatsink, TO-220 product
    6. Assmann WSW Heatsinks, TO-220 product
    7. Kyoto Solid State Relay: In-32VDC max, Out-60VDC max, 4A max datasheet
    8. 0.68 Ohm 7 Watt power resistors feedback resistances
    9. 2.7KOhm resistors to connect control signals from the Arduino to the circuit.

LED Driver Circuit

  • NEED TO EDIT THE PICTURE FOR REAL SCHEMATIC
Driver circuit for the LEDs

To get a system that produces a stable light output, the LED must be driven by a constant current. An approach to get a constant current is using the circuit to the right. The way this circuit works is that the Rfeedback resistor and BJT combination sense the amount of current flowing though the LED and feed this signal back to the MOSFET gate controlling its voltage and hence the current flowing through it. This design allows approximately ~1A of current.

The key parameter that must be selected with caution is the Rfeedback resistance since that controls the maximum amount of current flowing through the circuit. This page mentions that an empirical estimate to the maximum current flowing through the circuit is 0.5/Rfeedback. We performed some circuit simulations in SPICE to get a sense of the appropriate parameter values.

Seven copies of this circuit should be made to drive each LED, with the seven PWM output signals coming out from different channels of the Arduino microcontroller.

Super Capacitor Charging/Discharging Circuit

Quick overview of the circuit...

Method

Simulations

Various simulations in LTSpice was performed prior and in parallel with testing the prototype breadboarded version. The idea was to use the same circuit configuration as in the previous project since the MOSFET and BJT current limits the maximum amount of current through the LED. The optimal feedback resistance (in series with MOSFET source) was found by adjusting the resistance so the current in the saturation region of the MOSFET was approximately 1A. The feedback resistor has to be rated for at least 3 watts to handle the 1A. Lower power rating resistor can be used since the LED flash systems will not have a continuous 1A flowing through it, the flash duration will be in the range of ~10ms or less.

As shown in the figures below, the circuit simulation for the LEDs only consisted of the LED driver current and not the charging/discharging unit. All the LEDs on the LED module were simulated except for the deep red and red LEDs because models were not available for those components.


Initial Super Capacitor Testing

Although simulations were performed of the LED driver circuit, we wanted to examine the performance characteristics of the super capacitors since we have not used them before. The schematic below shows how the super capacitors were analyzed. The super caps (10F @ 2.5V) were placed in series, which effectively creates a 5F cap with a 5V voltage rating. A lever switch (single pole double throw) was connected in such a way that the supply source (9V regulated to 5V with an LM317) would charge the caps. Once the caps charged to a voltage of 5V, the switch was pressed, which disconnected the supply source and connected it to a resistor in series with a white LED to allow for discharging. An initial load of 40mA was being drawn from the caps and decreasing while the caps were discharging.

With a benchtop power supply, the caps took ~37 seconds (without a current limiting resistor) to charge fully to 5V. With a load of 40mA and less, it took about 19mins to discharge the caps to around 3V (which effectively turns off the LED). From these observations, we hoped for a 9V alkaline battery would charge in approximately around the same ballpark while discharge time for a 1A load would be a few seconds. There is a significant tradeoff between battery life/capacity and charge time. Charging the battery with a low current supply will increase the longevity of the battery charge capacity, but if charging at a very high current (i.e. 1A), the battery charge will drain exponentially. Videos of the charging and discharging of the caps can be found in the Appendix.

File:XXXXX
Super Capacitor Testing Circuit


Once the super caps were tested with a bench top power supply, we decided to test the caps charging and discharging time in the same configuration but with a 9V alkaline battery. A 9V battery performance is characterized by milliamp-hours capacity. As shown in the characteristic graphs below, for an energizer max 9V alkaline battery, with a discharge of 500mA, the capacity of the battery is approximately 300mAh. With the discharge trend, a discharge of 1A would have approximately 250mAh of capacity, giving the life of the battery to only 15 minutes for a continuous load of 1A. The 9V characteristic curves as shown below also indicate that the estimated 15 minutes of battery life for the system is an overestimation.


Super Capacitor Charging/Discharging Design Testing

Discuss about how the works and was tested...

Prototype Circuit

As a prototype for the final circuit, we designed the system on a breadboard. The circuits for each of the seven channels feeding the individual LEDs were small and compact. We modified the existing firmware to parametrize the number of output channels. Once the circuit was ready we connected it to the arduino and gave commmands to the Arduino through the USB port serial interface.

Prototype circuit

Intermediate Design

An intermediate version of the circuit was designed on a perforated circuit board using the 7 LED round-assembly configuration Luxeon LEDs. The purpose of this design was to run the system under actual operating conditions to verify that all the used circuit element ratings were appropriate for operation. Basically, check whether there were any faults like overheating in specific components.

The LED assembly was fastened with screws on to the flat round surface of the metallic heat sink, and separated by a thin layer of Heat Sink Paste. Wires were soldered onto the terminals of each LED. I color coded the wires as orange to represent positive and white to represent negative, for consistency. The perforated circuit board that I used had dimensions 7.5"x5.5" but this was larger than necessary. The heat sink average circular diameter was 2 5/16ths inch and so I used a hole saw of diameter 2 1/4ths inch to drill a hole in the middle of the circuit board to make the heat sink with the LED Assembly fit neatly through. I arranged and soldered all the circuit components in a circle around the central hole for compact connections to the LEDs.

All the individual circuit grounds were short-circuited and a common ground wire was exposed. Similarly all the positive terminals of the LEDs were short circuited and a common Vdd wire was exposed. The common ground and common Vdd were connected to a female Barrel connector terminal. The barrel connector was connected to the power supply using a standard power adapter. The Adapter specifications were Input: 100-240V 1A 50-60Hz, Output: 5V, 4A DC. The connector was a standard 2.5mm(ID)-5.5mm(OD) connector.

For each individual circuit the PWM signal input port was connected to a wire obtained from stripping an Ethernet Coaxial cable. The reason for this choice was because they could be easily wound together and made to emerge from the unit as a compact collection. The ends of the wires were soldered onto the pins of DIP male connectors so that they could just be slid into the Arduino connection sockets. To prevent the soldered wires from short-circuiting Heat Shrink was used to insulate exposed connections.

At this stage the Pins on the Arduino that were configured to provide the digital PWM output were (Digital) Pins 2,3,5,6,11,12,13.

Annotated Intermediate Design Top View

Trade Offs

Trade off between charging time and efficiency....

Arduino Code Development

Code development methodology...

Results

Circuit Measurements

We performed tests to measure and verify various aspects of our design. We wanted to verify that our circuit design did match the simulation, therefore part of the tests done were to verify the voltage and current. We also did tests to verify the stability of the output from the circuit over time. Finally we analyzed the spectral characteristics of the light emitted from the LEDs.

Circuit voltage and current measurements

We took voltage measurement across the LED and measured the current being drawn from our power supply, which in this case was the Arduino. The results showed that we had a 1.1V drop across the LED and that the total current being drawn from our power supply was approximately 90mA.

We also measured the voltage that was generated from a solar cell that was placed directly over one of the LED's. The voltage measure across the solar cell was 0.2V.

Note the PWM input from the Arduino was a square wave running at 2Khz and was modulated by a sinusoidal was that was at a 3Hz freq. See the following video to get a better idea of how the input wave looks like. [[1]].

Circuit temporal measurements

The LED Flicker device was left to run for 1 hour after the initial measurements were taken. We then remeasured the voltages and currents. The goal of this test was to verify the stability of the circuit.

After 1 hour the voltage drop across the LED was 1.1V and the maximum current drawn by the circuit was 90mA. The measured voltage across the solar cell was still 0.2V. This results did show that the circuit was stable after a 1 hour period.

LED Measurements

We obtained the LED spectral properties using a spectrophotometer. We got measurements for all the seven LED's that we were using. The graph below shows the spectral power distribution on the LED's. The second graph is the normalized version of the first graph. As you can see from the SPD curves the bandwidth of most of the LED's was narrow, apart from the white LED. Also the intesity of the blue and red LED seemed to be the greatest as shown by their SPD curves. We were expecteing to get high intensities and narrow bandwidths with the shorter wavelength LED's and lower intensities and wider bandwidths with the larger wavegth LED's. Our results did not show this and we attribute this mainly to the fact that we were not using the Luxeon 7 pack LED module that we had planned to use. This module has well matched LED's that will give SPD's that would be similar to what we expected. Also another fact is that our resistance values were not matched well with our LED's and this can be attributed to the fact that we did not have the right circuit models for the LED's to do a simulation and get the right resistance values.

The last set of spectral measurements we performed on the LED's was to capture the maximum intensity as we decreased the mean input voltage/power to the LED. We obtained a linear curve for all the LED's apart from one as shown in the curves below. We believe the curve that was not linear was as a result of that specific LED getting to it's saturation point before the peak power that was being provided.

Gamma Response

Conclusions

Conclusions?

References

2012 LED Flicker project

Appendix I - Code and Data

Code

LTSpice code for simulated circuit: [[File:]

Arduino code for driving LED circuit: [[File:]]

Prototype Data

Video of LED driver circuit test: File:LED driver testing.zip

Video of super capacitor charging/discharging: [[File:]]

Appendix II - Work partition

Simulation development - David Wang
Hardware assembly - William Esposito, David Wang
Firmware development - William Esposito