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

Demonstrates a classic inverting op-amp amplifier.
Circuit Summary
Input resistor and feedback resistor set the gain at the inverting node.
Expected Behavior
- Output is inverted with gain of -R_f/R_in.
How To Run
- Open
OPamp-inverting.kicad_schin KiCad. - Click
Simulateand run the configured analyses. - Add probes to the key nodes to view the expected behavior.
Notes
- Try changing R_f or R_in to see gain changes.