Linux Format

How to simulate electronic circuits

When you want to start a new project using electronic components, the first thing that comes to mind is a schematic. You imagine what components you need and how to draw the schematic. Once you’ve managed to come up with a design or perhaps tweaked an existing design, you’ll want to make a breadboard. But wait – maybe you want to test it without the physical circuits.

This is useful so you can catch simple mistakes and avoid building circuits that will just break your components. This way, you’ll save yourself the trouble of fixing things that should be clear for the more experienced. There are several ways you can insure the viability of your current design. Simulation is one.

To show how to do this, you’ll create a circuit that you can then simulate. You’ll create a few circuits to see what the workflow is that you need to achieve a reliable result. There are many methods you can choose: write your spice files manually, use an editor, or even write the test as they go using ngspice.

The gEDA suite of tools are suitable for creating schematics, testing the viability of a circuit and creating lists of components – a so-called BOM (Bill Of Materials). The developers have also included ways to check the way the circuit behaves, with many different ways to simulate the same circuit.

To test circuits, you first need to have a circuit. For this purpose, the gEDA package provides a series of programs: gschem, gattrib, gnetlist, gsch2pcb, gsymcheck and

You’re reading a preview, subscribe to read more.

More from Linux Format

Linux Format4 min read
Linux
The #1 open source mag Future Publishing Limited, Quay House, The Ambury, Bath, BA1 1UA Email contact@linuxformat.com EDITORIAL Editor-in-chief Neil Mohr Art editor Fraser McDermott Production editor Katharine Davies Group editor-in-chief Graham Bar
Linux Format2 min read
Suitability For Beginners
These distros are focused on a technical area of computer use, penetration testing, but that doesn’t mean they’re T not suitable for beginners in this discipline. It’s not much of a surprise that a Gentoo-based distro like Pentoo is more complicated
Linux Format3 min read
Hacker Distros
Kali has it all if you want a pre-made networkhacking distribution. It has an impressive number K of editions to cover most installation scenarios, plus a slick-looking lightweight desktop and a huge set of built-in, well-categorised hacking tools. I

Related