Low-voltage flash solution for high-brightness LEDs

Publisher:数字火箭Latest update time:2012-03-21 Source: 电子发烧友 Reading articles on mobile phones Scan QR code
Read articles on your mobile phone anytime, anywhere

Flashlight is an auxiliary tool with a wide range of uses. The emergence of low-voltage flashlights with high-brightness LED as the flashlight source has brought a revolutionary change to traditional flashlights. Low-voltage flashlights do not require oscillation circuits, step-up transformers, and large energy storage capacitors. Flash LEDs only need a DC voltage of 3.5-4.5V and a current of 100mA to emit 2000mcd-3000mcd of high-brightness light to illuminate the subject that needs auxiliary light. LED low-voltage flashlight circuits are simple, efficient, power-saving, low-cost, and occupy a very small PCB area. They are particularly suitable for mobile phones, digital cameras, and handheld devices, and will therefore win the favor of the entire handheld imaging product market.

High voltage flash lamp circuit

Currently, most commonly used flashlight circuits are high-voltage flashlight circuits, which are composed of an oscillation circuit, a step-up transformer, a large energy storage capacitor, a high-voltage coil, and an inert gas flashlight. The typical circuit diagram is shown in Figure 1.

Low voltage flash lamp solution

The circuit of low-voltage flash lamp is very economical, mainly composed of boost and voltage-stabilizing charge pump, Flash LED (LED flash lamp), and flash control switch, as shown in Figure 2.

Advantages of low voltage flash lamps

• The low voltage flash circuit is simple, efficient, power-saving, low-cost, and occupies very small PCB area;

• It has multiple flash modes, namely automatic flash, pulse flash, continuous single flash, red-eye reduction flash, and can also be used as DVC lighting;

• The whole circuit mainly consists of charge pump and Flsah LED;

• No high voltage is required, eliminating the need for a step-up transformer and large energy storage capacitors;

• High brightness SMD Flsah LED can emit light up to 2000-5000mcd;

• SMD Flsah LED has low power consumption, no heat and long life;

• Capacitive charge pumps have high conversion efficiency and fewer peripheral devices;

• The charge pump has an SHDN input terminal that can accept control signals from the host and operate automatically;

• All devices are in ultra-small packages, occupying small space and low installation cost;

• Suitable for mobile phones, DSC, DVC;

• Suitable for mobile phones with camera function to protect the privacy of the person being photographed.

Typical circuit of mobile phone camera flash

The resolution of mobile phone cameras is 200,000 to 1 million pixels. Since mobile phones are relatively small, the space available for installing flash is very limited. The geometric size of Flash LED is 5X6X2.5mm, and there will be smaller packages of 3X3X2mm in the future. The charge pump is SOT-23 package, all of which are Mini type, which just meets the requirements of mobile phone design.

Figure 3 is a circuit diagram of a mobile phone camera flash with a peak current of 100-200mA. It uses an AAT3110IGU-4.5V capacitor charge pump to boost and stabilize the voltage of the mobile phone lithium battery to 4.5V, and provides a 4.5V operating voltage and 100-200mA peak current to an EL-61-25UWC Flash LED. The FDG335N MOSFET is used as a flash switch, and the peak current forms a loop through it. The input filter capacitor of the charge pump is 10uF, the output filter capacitor is 4.7uF, and the energy storage capacitor is 1uF. All of them are X7R and X5R ceramic capacitors with small equivalent series resistance (ESR). RB is the Flash LED balancing resistor, and RF is the peak current adjustment resistor. Changing this resistor can set the peak current size, as shown in Table 1 AAT3110IGU-4.5V peak Flash LED current test table. Figure 3 is a current change diagram of the Flash LED before and after the flash.

Typical circuit of digital camera flash

Increasing the number of Flash LEDs can meet the different requirements of digital cameras for flash brightness and flash distance. Figure 4 is a typical circuit of a digital camera flash that can provide 300-400mA current. One AAT3110IGU-4.5V charge pump can only provide 200mA peak current (maximum IF=250mA/100ms), so two AAT3110IGU-4.5V charge pumps are required to be connected in parallel to output 400mA peak current; the IFP of a Flash LED is 100mA, so 400mA peak current can drive four Flash LEDs. Two AAT3110s share CIN and COUT, which can save PCB space and cost. The second AAT3110 (B) and the flash gate control share the same signal. During the flash stop period, the diode forms the RC discharge delay circuit of the flash gate.

LED flash

LED flash lights currently all use the structural principle of installing five blue LED tube cores and a yellow phosphor color filter in one LED flash light to emit white light. This is also the most economical and practical solution. Using an RGB (red, green, and blue) three-color tube core LED can also synthesize white light, but an RGB LED is more expensive than an LED flash light. The brightness of the red, green, and blue colors must be adjusted separately to synthesize white light, and the cost of use is relatively high. It is only used in advanced solutions that require adjustable flash color temperature and colorfulness.

LED flashes are equipped with reflectors and lenses, so they provide uniform light at a distance of several meters.

The appearance and circuit diagram of Flash LED are shown in Figure 5. The main technical parameters of Flash LED are brightness (IV), viewing angle, forward voltage (VF), forward current (IF), power consumption (Pd), peak current IF (Peak), and size. Table 2 is a table of commonly used Flash LED performance.

Capacitor Charge Pump

In order for a low-voltage flash LED to emit dazzling white light, it must be supplied with a constant voltage and a large current. In order to reduce the impact of the working frequency of the boost device on RF, a capacitive charge pump with a capacitor as the intermediate for energy transfer is generally selected; the efficiency of the capacitive charge pump is divided into two types according to its boost method: frequency doubling and fractional frequency doubling. The efficiency of the former is about 90%, and the efficiency of the latter is about 93-95%. The calculation of the efficiency is related to the input and output voltages; the higher the switching operating frequency of the capacitive charge pump, the smaller the capacity of the filter capacitor required, and the smaller the interference to RF; the capacitive charge pump is divided into constant voltage output and constant current output according to its output; the parallel constant voltage and high current instantaneous drive solution is generally adopted for Flash LED driving.

Reference address:Low-voltage flash solution for high-brightness LEDs

Previous article:Low-energy LEDs provide more efficient lighting
Next article:LED connection arrangement directly affects the backlight performance

Recommended ReadingLatest update time:2024-11-16 19:46

Minimalist circuit: LED driver circuit design with multiple IO ports
  Today, I would like to introduce to you the MSP430 series of microcontrollers, which are famous for their low power consumption and rich peripheral modules. For capacitive touch applications, the PIN RO capacitive touch detection method of MSP430 supports direct connection of the IO port to the detection electrode w
[Power Management]
Minimalist circuit: LED driver circuit design with multiple IO ports
Based on the timing counter of ATMEGA16 microcontroller, automatic adjustment of LED brightness is realized
ATMEGA16 timer/counter The T/C1 timer A/B compare match interrupt and overflow interrupt can realize automatic adjustment of LED brightness. There is nothing to note here, just understand and control the two compare match interrupts A/B and overflow interrupt of T/C1. Then there are the simulation pictures~
[Microcontroller]
Based on the timing counter of ATMEGA16 microcontroller, automatic adjustment of LED brightness is realized
51 MCU flashing LED light code
#include"reg52.h"   typedef unsigned char u8;   typedef unsigned int u16;   sbit led=P2^0;   void delay(u16 i)   {     while(i--);   }   void main()     {     while(1)       {       led=0;       delay(50000);       led=1;      delay(50000);      }   }
[Microcontroller]
Analysis of high-power white light LED applications and heat dissipation issues of LED chips
Although it seems to have quite good features, it actually still has some disadvantages, such as its service life of only about 3,000 hours. In addition, the high price is not a problem that is easy to solve. Perhaps the problem of high price can be reduced over time, but considering the current price of 300,000 yen
[Power Management]
Acrich 2 leads the new trend of AC-driven LED
LED, as the fourth generation of green, energy-saving, power-saving and long-life lighting, has attracted wide attention and is developing rapidly. Since LED light sources are semiconductor devices that operate at low voltage (VF=2-3.6V) and high current (IF=200mA-1500mA), they must be provided with appropriate DC c
[Power Management]
Acrich 2 leads the new trend of AC-driven LED
MAX16834 LED driver circuit schematic
MAX16834 LED driver circuit schematic Figure 2. LED driver schematic In this reference design, a buck-boost converter (referenced to the input voltage) generates 350mA from a 7V to 18V DC supply to drive four white LEDs (WLEDs). The design uses the MAX16834 current-mode high-brigh
[Power Management]
MAX16834 LED driver circuit schematic
Summary of classic circuits for secondary constant current of LED power supply
As the LED market matures, LED lighting has become the main pillar industry of the lighting market, and more and more people are paying attention to LED driving technology. Many practitioners in the LED lighting industry say that LED power supply is a special power supply, which is very different from ordinary power s
[Power Management]
Summary of classic circuits for secondary constant current of LED power supply
How to design LED lighting
1. The emergence of LED has broken the design methods and ideas of traditional light sources. There are currently two latest design concepts. 1. Scenario lighting: Scenario lighting was proposed by Philips in 2008. Lamps are designed based on environmental needs. Scenario lighting takes the place as the starting point
[Power Management]
Latest Power Management Articles
Change More Related Popular Components

EEWorld
subscription
account

EEWorld
service
account

Automotive
development
circle

About Us Customer Service Contact Information Datasheet Sitemap LatestNews


Room 1530, 15th Floor, Building B, No.18 Zhongguancun Street, Haidian District, Beijing, Postal Code: 100190 China Telephone: 008610 8235 0740

Copyright © 2005-2024 EEWORLD.com.cn, Inc. All rights reserved 京ICP证060456号 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号