Getting Started

Getting Started with Breadpad #

Welcome to Breadpad! This guide will walk you through creating your first circuit and running a simulation. In just a few minutes, you’ll be designing and analyzing circuits like a pro.

Your First Circuit: LED with Resistor #

Let’s build a simple LED circuit to learn the basics.

Step 1: Create a New Document #

  1. Open Breadpad
  2. Tap the + button (or File → New on Mac)
  3. Choose “New Circuit”
  4. You’ll see an empty breadboard

Step 2: Add a Voltage Source #

  1. Look at the component toolbox on the left
  2. Tap Voltage Source
  3. Tap anywhere on the breadboard to place it
  4. The voltage source occupies a 2×2 area

Step 3: Configure the Voltage #

  1. Double-tap the voltage source
  2. Set the voltage to 5V
  3. Keep type as “DC”
  4. Tap “Done”

Step 4: Add a Resistor #

  1. Select Resistor from the toolbox
  2. Place it near the voltage source
  3. Double-tap to edit
  4. Set resistance to 220Ω
  5. This limits current to protect the LED

Step 5: Add a Diode (as LED) #

  1. Select Diode from the toolbox
  2. Place it near the resistor
  3. Note the diode direction (arrow points to cathode)
  4. This represents our LED

Step 6: Connect with Wires #

  1. Select Wire from the toolbox
  2. Tap the positive (red) terminal of voltage source
  3. Tap one end of the resistor - wire connects automatically
  4. Add another wire from resistor to diode anode
  5. Final wire from diode cathode to voltage source negative

Your circuit is complete!

Step 7: Add Measurement Probes #

  1. Tap any connection point to add a probe
  2. Add one probe at the resistor-diode connection
  3. Add another at the diode cathode
  4. Probes appear as colored dots

Step 8: Run the Simulation #

  1. Tap the Oscilloscope button (bottom toolbar)
  2. Select Operating Point analysis
  3. Tap Run Simulation
  4. View the DC voltages at each probe point

What You Should See #

  • Voltage across the LED: ~2V (typical LED forward voltage)
  • Voltage across resistor: ~3V (5V - 2V)
  • Current through circuit: ~13.6mA ((5V - 2V) / 220Ω)

Understanding the Interface #

Component Toolbox (Left Side) #

  • Passive: Resistor, Capacitor, Inductor
  • Active: Transistor, Diode
  • Sources: Voltage/Current sources
  • Connections: Wire, Transmission Line
  • ICs: Chip (for custom parts)

Bottom Toolbar #

  • Oscilloscope: Open analysis window
  • Undo/Redo: Correct mistakes
  • Zoom: Adjust view
  • Settings: Preferences and help

Breadboard Area #

  • Grid of tie points (holes)
  • Components snap to grid
  • Blue lines show connections
  • Red/Black for power rails

Common Beginner Tips #

Component Placement #

  • Components must align with tie points
  • Can’t overlap other components
  • Wires connect any two points
  • Double-tap to edit values

Making Connections #

  • Wires connect automatically
  • Can’t cross components
  • Use multiple wires for complex paths
  • Delete wires by selecting and pressing delete

Running Simulations #

  • Must have at least one voltage/current source
  • Add probes before running analysis
  • Different analyses show different results
  • Check probe colors match traces

Next Projects to Try #

1. RC Filter (5 minutes) #

Learn about frequency response:

  1. Voltage source (AC, 1V, 1kHz)
  2. Resistor (10kΩ) in series
  3. Capacitor (10nF) to ground
  4. Run AC Analysis to see filter response

2. Transistor Switch (10 minutes) #

Digital logic basics:

  1. NPN transistor (2N3904)
  2. Base resistor (10kΩ)
  3. Collector resistor (1kΩ)
  4. Switch voltage source between 0V and 5V
  5. See LED turn on/off

3. 555 Timer (15 minutes) #

Classic astable oscillator:

  1. Add 555 timer chip
  2. Configure with resistors and capacitor
  3. Run transient analysis
  4. See square wave output

Platform-Specific Tips #

iPhone/iPad #

  • Pinch to zoom for detailed work
  • Long press for context menus
  • Shake to undo mistakes
  • Split View to reference documentation

Mac #

  • Keyboard shortcuts speed up workflow
  • Multiple windows for comparing circuits
  • Right-click for quick actions
  • Tab key navigates components

Vision Pro #

  • Look and pinch to place components
  • Hand gestures to manipulate view
  • Voice commands for values
  • Spatial layout for complex circuits

Troubleshooting #

“No DC path to ground” #

  • Every node needs a path to ground
  • Add a high-value resistor (10MΩ) if needed
  • Check all connections are complete

“Convergence failed” #

  • Simulation couldn’t find solution
  • Check component values are reasonable
  • Ensure sources are properly connected
  • Try simpler analysis first

“Component won’t place” #

  • Must align with tie points
  • Can’t overlap existing components
  • Some components have fixed sizes
  • Try different location

Learning Path #

Week 1: Basics #

  • Ohm’s Law circuits
  • Voltage dividers
  • Series/parallel combinations
  • DC analysis mastery

Week 2: Reactive Components #

  • RC circuits
  • RL circuits
  • Time constants
  • Transient analysis

Week 3: Semiconductors #

  • Diode circuits
  • Transistor biasing
  • Simple amplifiers
  • Switching circuits

Week 4: Advanced #

  • Op-amp circuits
  • Filters
  • Oscillators
  • Frequency analysis

Getting Help #

In-App Resources #

  • Tap component → “Learn More”
  • Settings → Help
  • Example circuits (coming soon)

Online Resources #

Community #

Pro Tips #

  1. Save Often: Although auto-save is active, manual saves create restore points
  2. Name Circuits: Use descriptive names for easy finding
  3. Use Folders: Organize projects in iCloud Drive
  4. Check Values: Double-check component values before simulation
  5. Start Simple: Build complexity gradually
  6. Learn SPICE: Understanding basics helps debug issues

Ready for More? #

You’ve completed your first circuit! Here’s what to explore next:

Remember: Every expert was once a beginner. Keep experimenting, and you’ll be designing complex circuits in no time!

Quick Reference Card #

Essential Shortcuts (Mac) #

  • ⌘N: New circuit
  • ⌘S: Save
  • ⌘Z: Undo
  • Space: Pan mode
  • Delete: Remove selected

Touch Gestures (iOS/iPadOS) #

  • Tap: Select/Place
  • Double-tap: Edit
  • Pinch: Zoom
  • Two fingers: Pan
  • Long press: Options

Happy circuit building! 🔌