Organizing 1,700 Resistors in a Ring Binder
I used a ring binder and card sleeves to organize 1,700 through-hole resistors.
You can use this PDF to make your own ring binder:
The template code and generated PDF document are released under the MIT license. You can find a copy of the MIT license at the bottom of this page.
What Are Resistors?
Resistors are a fundamental component in electronics. They are used to limit the current flowing through a circuit. Resistors have colored bands that represent their value. The first two bands represent the first two digits of the resistance, and the third band represents the "multiplier" value, or power of 10. For example, a 10KΩ resistor has a brown band, a black band, and an orange band. The first two bands are brown (1) and black (0), which is 10. The third band is orange (1,000Ω), so the resistance is 10 x 1,000 = 10,000Ω.
The "tolerance" value is the fourth band. This is the maximum deviation from the nominal resistance. For example, a 10KΩ resistor with a 5% tolerance can have a resistance between 9,500Ω and 10,500Ω.
The E24 Series
The E24 series is a logarithmic series of 24 values for each power of 10: 1.0, 1.1, 1.2, 1.3, 1.5, 1.6, 1.8, 2.0, 2.2, 2.4, 2.7, 3.0, 3.3, 3.6, 3.9, 4.3, 4.7, 5.1, 5.6, 6.2, 6.8, 7.5, 8.2, 9.1.
You can multiply each value in the series by the multiplier (power of 10) to get the 24 resistance values for each order of magnitude. For example, these are the first ten resistor values with a brown multiplier band (10Ω): 100Ω, 110Ω, 120Ω, 130Ω, 150Ω, 160Ω, 180Ω, 200Ω, 220Ω, 240Ω.
How I Organized 1,700 Resistors
I bought a resistor pack that included 1,700 resistors in the E24 series, in sets of 10 (170 different values.) I bought 1/4 W carbon film resistors with a 5% tolerance.
It's very useful to have a wide range of resistors for breadboard circuits and prototype PCBs. It's not so useful when they're all mixed together in a single bag. The resistors I bought didn't have any labels or markings on the paper strips, so I had to read the colored bands or use a multimeter to find the resistance.
For my first attempt at organizing them, I sorted them by the multiplier band (0.1Ω, 1Ω, 10Ω, etc.), and put them in labeled drawers:
This didn't really help at all. I still needed to sort through 24 different values to find the one I was looking for. It got even worse once I started pulling out individual resistors to use in breadboard circuits. Instead of 24 sets of 10, I could have up to 240 individual resistors to sort through.
Ring Binder Design
I had some spare card sleeves, and I realized that I could use these to create a 3x3 grid of pockets on an A4 ring binder sheet.
I used DocSpring to create the layout for all the pages. DocSpring is an API for filling out and generating PDFs. You can upload an existing PDF form, or create your own PDF templates using HTML and CSS. DocSpring's HTML/CSS templates support the Liquid template language, so I wrote some Liquid code to calculate the resistor values and generate all the pages for the E24 series.
(Disclaimer: I'm the founder of DocSpring.)
This template didn't need any fields, so I didn't need to use the DocSpring API. I just downloaded the generated PDF from the Preview tab.
I included a resistor graphic that shows the colored bands for each value. This was invaluable when I was sorting resistors into sleeves.
I used Sleeve Kings 63.5mm X 88mm Card Sleeves for the 3x3 grid of pockets.
I cut them to make them a little shorter, and stuck them onto ring binder sheets using a glue stick. Then I sorted all the resistors into sleeves, which felt like doing a jigsaw puzzle. It was a fun activity for a rainy Sunday afternoon.
I'm pretty happy with how this turned out, and I think my version is even better than the expensive ring binders I found for sale. The PDF and code are MIT licensed, so anyone is more than welcome to use this for personal or commercial purposes.
- Github Gist with Liquid and SCSS code
- Try a DocSpring demo with this template
- Sign up for a free DocSpring trial account to customize the template
Gallery: Finished Ring Binder
This ring binder system makes it much easier to see when I need to order more resistors. (I've got some more 330, 360, 1K, and 1.1K ohm resistors on the way!)
How To Organize Your Own Resistors
Option 1: Buy Card Binder Sheets
After publishing this blog post, I found out that you can buy card binder sheets that already come with 9 pockets.
You can purchase these on Amazon.
I found another option that has some flaps at the top of each pocket.
This would prevent the resistors from falling out if you drop the binder or tip it upside down. I'll probably use this option next time I need to organize electronic components. It would also be very handy for SD cards and USB sticks.
Supplies
- Color printer
- Ring binder
- 9 Sleeve Card Binder Sheet, or 9 Pocket Binder Sheets With Flaps
- Scissors or paper cutter
Instructions
- Print the PDF
- Cut out the cards on each page
- Insert the cards into the pockets
- Insert resistors in front of the cards in each pocket
Option 2: Make DIY Card Binder Sheets
Supplies
- Color printer
- Ring binder
- Plain ring binder sheets
- Card sleeves (e.g. Sleeve Kings 63.5mm X 88mm Card Sleeves or similar)
- Glue stick
Instructions
- Print the PDF
- Insert pages into ring binder sheets
- Use glue stick to glue the card sleeves to the outside of the ring binder sheets
- Insert resistors into card sleeves
Option 3: Raaco storage drawers
@impulse7 posted a comment on Hacker News where they shared their own solution to this problem. They created PDF labels to organize resistors in Raaco storage drawers. They have shared their PDF generation code on GitHub. This is a great option if you have plenty of space in your workshop.
Option 4: Buy A Finished Ring Binder With Sorted Resistors
If you want to skip all the work and just buy a pre-made ring binder, you can buy one from an electronics supplier such as RS Components. This will save a lot of time, but they can be quite expensive.
$504.52 New Zealand dollars = $323.72 USD
I found a few cheaper options but they were still hundreds of dollars. So I thought it would be fun to make my own ring binder.
P.S. Digi-Key's Resistor Color Code Calculator was very useful. It's a great tool for quickly looking up resistor values.