Misumasu / Tutorials / Build a Budget Electronics Laboratory

Build a Budget Electronics Laboratory

Build a capable, reasonable quality, electronics laboratory on a budget.

Goals and Limitations

Recommended Software

Signal Analysis

Sigrok is a portable, cross-platform, open-source signal analysis suite.

On Debian-derived Linux systems, install sigrok with the following command.

apt install sigrok sigrok-cli pulseview

Printed Circuit Board (PCB) Design

KiCAD is an electronics design automation (EDA) suite.

On Debian-derived Linux systems, install KiCAD with the following command.

apt install kicad kicad-libraries

Optionally, install the large (over 4 GB) collection of 3D models for 3D board rendering and integration with mechanical CAD software.

apt install kicad-packages3d

Recommended Equipment

ESD-Safe Anti-Magnetic Tweezers

ESD-Safe Wire Strippers

Unlike scissor-style wire strippers, the following precision wire strippers work reliably, take up less space, and have an adjustable stop so that you can repeatedly strip the same length of insulation.

Pliers and Cutters

Solderless Breadboards

Jumper Wires

Optical Magnification

True-RMS Auto-Ranging Digital Multimeters

You need at least two, and preferably four, multimeters. Measuring power requires concurrently measuring both voltage and current, which requires two multimeters. Calculating power supply efficiency requires four multimeters: two for measuring input power and two for measuring output power.

Since I have a ready supply of rechargeable AA and AAA batteries, I prefer multimeters that run on AA or AAA batteries. I avoid multimeters that run on 9V batteries.

Logic Analyzers and Oscilloscopes

I prefer logic analyzers and oscilloscopes that are supported by sigrok.

When your oscilloscope needs exceed the LHT00SU1, save up and buy a quality oscilloscope like the Rigol DS1054Z. Current USB oscilloscopes lack important features and are priced too high for their limited features.

Power Supplies

I prefer programmable power supplies that are supported by sigrok.

Soldering Stations


Tags: <a href="/tags/breadboard">breadboard</a>, <a href="/tags/budget">budget</a>, <a href="/tags/electronics">electronics</a>, <a href="/tags/laboratory">laboratory</a>, <a href="/tags/logic-analyzer">logic analyzer</a>, <a href="/tags/multimeter">multimeter</a>, <a href="/tags/oscilloscope">oscilloscope</a>, <a href="/tags/soldering">soldering</a>