Technical Assistance Request
0:47
Ready.
Python
# Given values V_out = 160 # LED output voltage in volts D = 0.5 # duty cycle I_peak = 340e-3 # peak inductor current in amperes I_rms = 187e-3 # rms inductor current in amperes f_sw = 200e3 # switching frequency in hertz # Calculate delta I_L I_min = 2 * I_rms - I_peak # minimum inductor current in amperes delta_I_L = I_peak - I_min # inductor current ripple in amperes # Calculate inductance L L = V_out * (1 - D) / (delta_I_L * f_sw) L
Python
import math # Given values V_rms = 220 # AC RMS voltage in volts # Calculate Peak Inverse Voltage (PIV) PIV = math.sqrt(2) * V_rms PIV
Reviews
Inspect
Bulb TR100N1 30W V09.1
Controls
Properties
Availability & Pricing
| Distributor | Qty 1 | |
|---|---|---|
| Arrow | $0.16–$0.22 | |
| Digi-Key | $1.47–$1.58 | |
| LCSC | $2.46–$2.52 | |
| Mouser | $3.64–$4.00 | |
| Verical | $0.02–$0.04 | |
Assets
id=Keep out Bulb TR100N1 30W - 123
Welcome 👋
Flux helps you build PCBs faster with an AI teammate!
Create your account to collaborate, stay updated, fork your own version, and get instant answers from our AI agent.
technicalxled
copilot
-
Input Rectifier and Filter:
- Bridge Rectifier: To convert 220VAC to DC.
- Input Capacitor ($C_{in}$): To smooth out the rectified voltage. Assume 400V, 10µF.
-
Buck Stage Components:
- Inductor ($L1$): Determine based on the output current ripple and switching frequency.
- Output Capacitor ($C_{out}$): For filtering the output, assume 250V, 22µF.
- Diode ($D1$): Schottky or Fast Recovery Diode to handle output current and reverse voltage.
-
Current Sense Resistor ($R_{CS}$): To detect the LED output current.
-
Compensation Network: Typically, RC components to stabilize the converter.
Connections-
Power Stage Connections:
- Connect U1:4 (HV) to the rectified DC voltage (post-rectifier output).
- Connect the Bridge Rectifier output to $C_{in}$.
- Connect $C_{in}$ negative terminal to U1:1 (GND).
- Connect U1:5,6 (DRAIN) to the inductor L1 and Cathode of the diode D1.
- Connect Anode of the diode D1 to U1:8 (CS).
-
Output Stage Connections:
- Connect $L1$ to the positive of LED load.
- Connect $D1$ to +Vout.
- Connect $R_{CS}$ between U1:8 (CS) and LED- terminal.
-
Feedback and Control:
- Compensation Network will be connected to adjust stability and response (typically across and below U1).
Additional Considerations- Ensure the power rating of components matches or exceeds the intended ratings to prevent any component failure.
- The Power Factor of 0.5 means the use of a simple rectifier and filter is fine as there's no need for active PFC.
- The calculated values for the inductor and compensation network depend on further specifics like ripple current and loop gain. You may need to adjust these values based on testing.
Assumptionstechnicalxled
copilot
- Parallel Connection:
- Connect C1:1 and C2:1 to the positive side of the rectified output.
- Connect C1:2 and C2:2 to the negative side, which should be the common ground.
Benefits