TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Why do electronic components have such odd values? (2021)

444 pointsby mtm12 months ago

12 comments

throw0101d12 months ago
This part is the thing that made me understand the numbering series:<p>&gt; […] <i>Continuing this trend, rounding as needed, and we end up with the series 10, 15, 22, 33, 47, and 68. Components built to the E6 standard have a 20% relative error tolerance, and if we look at the values again we’ll see a trend. Starting with 10 again and adding 20% error we end up with 12. Moving to 15 and subtracting 20% we get… wait for it… 12. Moving up from 15 we get 15 + 20% = 18 and 22 – 20% = 17.6. This trend repeats no matter what range of powers of 10 you use, as long as they are consecutive. So 47kΩ + 20% = 56400, while 68kΩ – 20% = 54400.</i><p>&gt; <i>Look again at the values 47 and 68. The max&#x2F;min values overlap right about 56, don’t they? That sounds familiar. The E12 standard uses all of the same values as E6, but with 6 more values mixed in. These 6 additional values are roughly where the E6 values overlap, and now in order to cover the entire range our %-error is reduced to 10%. Starting again at 10, we have 10, 12, 15, 18, 22, 27, 33, 39, 47, 56, 68, and 82. The math holds true here as well, with the error values just slightly overlapping.</i><p>It&#x27;s the &#x27;tolerance overlap&#x27; concept that makes the numbers work, but I don&#x27;t think I&#x27;ve ever seen it explained so clearly before.
评论 #40578362 未加载
评论 #40580703 未加载
评论 #40582678 未加载
评论 #40580210 未加载
评论 #40578367 未加载
Workaccount212 months ago
Wikipedia has a nice table of these values that I actually have printed out and hanging above my bench.<p><a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;E_series_of_preferred_numbers#Table" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;E_series_of_preferred_numbers#...</a><p>The fact of the matter is that nowadays, E96 series resistors are readily available and dirt cheap. And if you need more precision than that, you either don&#x27;t know much about electronics or you know a whole lot about electronics, heh.
评论 #40579721 未加载
评论 #40577946 未加载
评论 #40578118 未加载
评论 #40577941 未加载
评论 #40577966 未加载
pikminguy12 months ago
The thing that&#x27;s blowing my mind here is that this standard was adopted as ISO 3. It reminds me of the Simpsons joke that Mr. Burns&#x27; social security number is 000-00-0002.
评论 #40578454 未加载
评论 #40587380 未加载
SOTGO12 months ago
Can someone explain the last paragraph? The author gives the example of trying to find a 70 Ohm resistor and how the 68 Ohm and 75 Ohm are a little off. They conclude by saying you should just use 33 and 47 Ohm resistors, but wouldn&#x27;t that give an resistance of 80, not 70?
评论 #40577460 未加载
评论 #40577126 未加载
评论 #40576956 未加载
评论 #40577368 未加载
评论 #40577121 未加载
tshaddox12 months ago
These sometimes end up being useful in UI&#x2F;graphics work too. And the math&#x2F;code is dead simple! <a href="https:&#x2F;&#x2F;gist.github.com&#x2F;tshddx&#x2F;8341d1bdbe2f83ed4e2c26bc48faf6b9" rel="nofollow">https:&#x2F;&#x2F;gist.github.com&#x2F;tshddx&#x2F;8341d1bdbe2f83ed4e2c26bc48faf...</a>
评论 #40577974 未加载
rylittle12 months ago
Insightful article. Not something I had considered before, but also...isn&#x27;t this just a fancy way of defining a geometric sequence thats convenient for values in base-10?
评论 #40577218 未加载
评论 #40577748 未加载
评论 #40577238 未加载
评论 #40583100 未加载
评论 #40577199 未加载
ssl-312 months ago
Related: <a href="https:&#x2F;&#x2F;www.veith.net&#x2F;e12calc.htm" rel="nofollow">https:&#x2F;&#x2F;www.veith.net&#x2F;e12calc.htm</a><p>It quickly calculates pairs of resistors from E12 (and other) resistor series to meet a target.
PhasmaFelis12 months ago
Slight sidetrack:<p>&gt; We have to go back a few years to 1877 France. The French military used balloons for various purposes and of various sizes, and they had to be anchored using cables. Over time, they ended up with 425 different sizes of mooring cables that had to be individually ordered and inventoried. Talk about a nightmare. &gt; &gt; Enter Charles Renard. He was tasked with improving the balloons, but discovered this rat’s nest of cables in the inventory closet instead. He spent some time thinking about it and came up with a series of 17 cable sizes that would allow for every type of balloon to be properly moored.<p>I&#x27;m astonished that 425 distinct mooring-cable sizes were ever allowed to happen, and I&#x27;m also slightly astonished that even the cleaned-up version used 17. Anyone have more info about that? What were they doing with all those different-sized ropes? How many different balloon models could there have been?
评论 #40583064 未加载
CliffStoll12 months ago
I&#x27;d always wondered why 47 ohm resistors were so common!<p>Yellow and Purple striped critters inside of HeathKits.
hw-guy12 months ago
I worked at a company with a technician who clearly did not understand this. When I asked him to order an assortment of resistors with a range of values, he came back to me and said that Digikey did not have most of them. Turns out he had submitted a request for quote, listing desired values in a linear progression: 1 ohm, 2 ohm, 3 ohm, 4 ohm, etc.
dboreham12 months ago
Having been around electronic components since before I could read: these aren&#x27;t <i>odd</i> values. They&#x27;re normal expected values.
amelius12 months ago
Why don&#x27;t resistors show their power rating on the package, always? Or at least more often.
评论 #40578084 未加载
评论 #40578438 未加载
评论 #40578038 未加载
评论 #40577965 未加载