Download all schematics as PDFs: /KiCad-Simulation-Examples/assets/downloads/schematics-pdf.zip Or take the full kit with you (PDF + KiCad schematic + README): /KiCad-Simulation-Examples/assets/downloads/schematics-kit.zip

Schematic

Open project folder on GitHub

Demonstrates the relationship between voltage and current in an RC network.

Circuit Summary

A known input waveform is applied across an RC element to observe current vs. voltage.

Expected Behavior

  • Current leads voltage across the capacitor during transitions.

How To Run

  1. Open RC-Voltage-Current.kicad_sch in KiCad.
  2. Click Simulate and run the configured analyses.
  3. Add probes to the key nodes to view the expected behavior.

Notes

  • Compare I = C·dV/dt to the simulated current waveform.