Adjustable resistor / indicator

Table of Contents

Back to physical projects

1. Overview

  • DISCLAIMER: I DO ELECTRONICS AND 3D DESIGN SOLELY AS A HOBBY. THERE COULD BE ERRORS THAT CAN RESULT IN ALL KINDS OF DAMAGE. USE THESE DESIGNS AT YOUR OWN RISK.

I needed a way to experimentally find resistance that works best in certain circuits. Usual potentiometers could not handle required power dissipation and were not precise enough.

Solution is to build adjustable resistor:

make.png

Logically there is series of resistors that increase in resistance in the power of 2: 0.5, 1, 2, 4, 8, 16, 32, 64, 128, 256, 512. Each resistor can be enabled or disabled by a switch. This makes entire range of 0 – 1023.5 ohms available with the 0.5 ohms precision.

Schematic:

schematic.png

Here is front panel for switches:

front panel.png

Download:

Sometimes I would like to use lightbulbs with various parameters as test load/indicator. Current device has 4 of them included.

Here is front panel for light bulbs:

indicator panel.png

Download:

After assembly using prototype PCB:

make, 2.png

Following body is used as a case and PCB support:

body.png

Download:

Result:

make, 3.png

Cover on the back:

back cover.png

Download: STL file

Button covers:

button.png

Download:

2. Repository

2.1. Git repository

Created: 2026-06-27 Sat 18:22

Validate