, 09-06-2026, 03:23 PM
🤖 In the meantime, here’s a response from the [FEDEVEL AI HW Assistant]().It helps to find relevant resources for your question, but it may make mistakes as it’s still in early development.This is the response from the AI Assistant:Here's how to approach creating a voltage selection circuit with 2 toggle switches for 12V, 9V, 6V, and 3.3V outputs:**Basic Concept:**Use a resistor ladder network where each switch combination selects different voltage division ratios. This requires:1. A 12V power source2. Two SPDT (Single Pole Double Throw) toggle switches3. Precision resistors to create specific voltage divisions**Recommended Circuit Configuration:**```12V Source│├─[R1]─┬─ Switch A ─┬─ Output│ │ ││ [R2] [R3]│ │ │├─[R4]─┴─ Switch B ─┴─ GND```**Design Approach:**1. Calculate resistor values using voltage divider equations2. Consider switch positions as binary inputs (00, 01, 10, 11)3. Use simulation to verify voltages before building**Simulation Recommendation:**Use QUCS (Free circuit simulator shown in [this tutorial](https://www.youtube.com/watch?v=VBmuJfcMeFk&t=158)) to:1. Model switch behavior (ideal or real-world)2. Test different resistor combinations3. Verify transient response and power dissipation**Example Resistor Values (approximate):**- R1 = 1kΩ- R2 = 2.2kΩ - R3 = 3.3kΩ- R4 = 4.7kΩ*Actual values need precise calculation using:* `Vout = 12V * (Parallel Combination of Lower Resistors) / (Total Resistance)`**Key Considerations:**1. Add decoupling capacitors for stable voltages2. Consider switch contact resistance (typically 10-100mΩ)3. Use 1% tolerance resistors for better accuracy4.