Chat
Welcome to Flux
Treat Flux like your intern. Tell it what you'd like to build and it'll get to work. You can also ask it questions, brainstorm ideas, and teach it your preferences. Learn More
Ready.
Python
# Known values V_REF = 0.6 # Internal reference voltage in V V_OUT = 3.3 # Desired output voltage in V R2_val = 10000 # Assumed R2 value in ohms # Calculate R1 using the formula Vout = Vref * (1 + R1/R2) R1_val = R2_val * ((V_OUT / V_REF) - 1) # Prepare result for R1 and the assumption for resistor values result_dict = { 'Component': ['R1', 'Assumed R2'], 'Value (Ohms)': [R1_val, R2_val] } result_dict
Table
| Component | Value (Ohms) |
|---|---|
| R1 | 45,000 |
| Assumed R2 | 10,000 |
Python
# Known values for inductor calculation V_IN = 5 # Input voltage in V f = 1.5e6 # Switching frequency in Hz I_OUT = 1 # Assumed output current in A ripple_current_ratio = 0.3 # 30% ripple delta_I_L = ripple_current_ratio * I_OUT # Ripple current in A # Calculate inductor value using the formula L = V_OUT * (1 - (V_OUT / V_IN)) / (f * delta_I_L) # Prepare result for Inductor inductor_result = {'Component': 'Inductor', 'Value (Henries)': L} inductor_result
Table
| Component | Value (Henries) |
|---|---|
| Inductor | 2.49 µH |
Reviews
Properties
Properties describe core aspects of the project.
Pricing & Availability
Distributor | Qty 1 |
|---|---|
Arrow | $0.87–$2.42 |
Digi-Key | $0.72–$2.81 |
LCSC | $1.73–$3.47 |
Mouser | $2.91–$3.54 |
Verical | $0.51–$1.91 |
Assets
power_manager_board-removebg-preview.png
power_manager_board-removebg-previewThumbnailqrcode.svg
qrcodeflux logo.svg
flux logoDefaultqrcodev2.svg
qrcodev2power manager board.png
power manager boardControls
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.