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.

How to Read a Schematic

302 pointsby jlturnerabout 6 years ago

11 comments

rramadassabout 6 years ago
I am actually quite disappointed with sites/books which talk about circuit "schematics". They are all too basic. What i am looking for is a book which a) Will take a non-trivial schematic for an actual product and walk me through deciphering it b) Will show me a actual PCB and derive its schematic from it. This is kind of like trying to understand the architecture of a system given its codebase and documentation. While there are lots of books which walk you through understanding software (eg. Linux Kernel) i have not found one which will do the same for electronic schematics. As a person self studying Embedded/Electronics systems, i find this a big drawback for real-world understanding. Perhaps some experts here can chime in with suggestions on how i can acquire such a skill.
评论 #19754988 未加载
评论 #19755230 未加载
评论 #19755007 未加载
评论 #19755256 未加载
评论 #19755150 未加载
评论 #19755620 未加载
评论 #19755915 未加载
评论 #19755630 未加载
评论 #19755834 未加载
评论 #19754985 未加载
评论 #19759067 未加载
评论 #19760843 未加载
评论 #19760663 未加载
评论 #19755167 未加载
评论 #19758461 未加载
评论 #19756668 未加载
评论 #19756099 未加载
评论 #19769098 未加载
评论 #19756204 未加载
评论 #19758926 未加载
评论 #19755739 未加载
metaphorabout 6 years ago
In all seriousness, the absolute crap that manifests from schematics developed in Eagle coming out of the open source community is a personal pet peeve. An example of almost everything you shouldn&#x27;t be doing with respect to at least the following can be found here: color, symbology, scale, reference designators, typeface, labeling, orientation, functional grouping, density, overlap, flow, etc. It&#x27;s a shame there&#x27;s zero reference to industry standards like IEEE Std 315 and ASME Y14.44.<p>Abuse of color is probably the one thing that really drives me nuts. I&#x27;m of the opinion that if electrical intent cannot be cleanly and unambiguously conveyed in black and white, it&#x27;s garbage.<p>I secretly wish EEs in general exercised the same level of meticulous attention to detail and pride that designers in the typeface community do, in the same vein as this comment[1].<p>[1] <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=19608359" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=19608359</a>
评论 #19755189 未加载
评论 #19755899 未加载
评论 #19755208 未加载
Taniwhaabout 6 years ago
Some hints on how to get to the meat of a circuit:<p>The most important thing is to learn what to ignore, stuff that has to be there to help a circuit work, but that don&#x27;t tell you much about what it does<p>- ignore all the power stuff<p>- in particular capacitors oriented with the two lines horizontal are usually decoupling capacitors, ones oriented the other way tend to carry interesting signals<p>- learn to find and ignore the biasing resistors around transistors<p>Rules of thumb:<p>- outputs of transistors are usually inverted from their inputs if taken from the collector&#x2F;drain<p>- signals usually move from left to right<p>- chips vaguely have inputs on the left and outputs on the right (or pins that work together grouped together)
评论 #19755320 未加载
gnodeabout 6 years ago
I have more experience in reading analogue schematics, and I imagine this is less challenging in purely digital electronics, but to me understanding a schematic is really more about identifying the causal flow of information &#x2F; signals, by recognising familiar patterns (amplifiers, filters, resonators, etc). This article is more an alphabet chart.
Ace17about 6 years ago
Too bad, the article only deals with how to recognize individual components (like a french dictionnary that would be entitled &quot;how to read french&quot;).
fake-nameabout 6 years ago
One thing to be aware of: spark fun&#x27;s schematics are generally flaming crap, along with most arduino stuff.<p>&gt; Sometimes, to make schematics more legible, we&#x27;ll give a net a name and label it, rather than routing a wire all over the schematic.<p>Net labels are the anti-readable-schematic. They&#x27;re basically the electronics equivalent of GOTO. This is total bullshit.<p>People use net-labels when they don&#x27;t want to bother spending time to make their schematic flow properly, or they&#x27;re doing something dumb like drawing their schematic symbols with the pin-positions from the physical IC.<p>Good schematics should make the overall operation of the system easy to discern. You should have a consistent signal-flow (generally left-to-right, though the opposite also works). More complex systems should also use a hierarchical design with the interfaces between logical sections being clearly defined.
评论 #19756212 未加载
评论 #19756274 未加载
评论 #19755335 未加载
评论 #19759636 未加载
评论 #19755368 未加载
评论 #19757142 未加载
mbellabout 6 years ago
A question: How many people are there out there that understand what these devices are whom are in need of a(nother) symbol reference?
评论 #19754949 未加载
评论 #19754980 未加载
cr0shabout 6 years ago
Probably already mentioned, but looking at the &quot;schematic symbols&quot; - I noticed they didn&#x27;t mention the (usually international) form of values - ie 2k5 - meaning 2.5k.<p>Also - they show symbols for potentiometer and variable resistor, but they don&#x27;t show how if you connect the wiper to one end of the potentiometer, that means &quot;variable resistor&quot; (and is how you usually make one - unless using the potentiometer as an actual rheostat, which means connecting between one end and the wiper, leaving the other end free; electrically it&#x27;s equivalent to not leaving the wiper floating with respect to the other end, but in a real rheostat, there is no &quot;other end&quot; to connect with - not without modification of the rheostat).<p>Then the battery symbols - and this isn&#x27;t on them, but more the &quot;standard&quot;; yes, positive is the long side for a series of cells - but on virtually every standard consumer battery cell (C, D, AA, AAA), which end is the positive end? Yep - the one with the &quot;bump&quot; or &quot;short end&quot;.<p>Even on the 9 volt battery, the smaller terminal is the positive end.<p>The only time things are &quot;proper&quot; are with coin cells, where the positive end is the flat plate (usually with writing), with the negative being the smaller plate surrounded by the edge of the positive plate on the other side. Knowing humans, though, I wouldn&#x27;t be surprised if there was a coin-style cell where that was reversed...<p>I expect, though I don&#x27;t know, that the battery stuff is the result of history (much like how positive and negative aren&#x27;t really correct per physics as to how current really &quot;flows&quot;).<p>I&#x27;m sure there&#x27;s more weird stuff in Sparkfun&#x27;s tutorial; it seems mainly geared for an American audience, and also toward older-styled symbols (like you&#x27;d find on schematics from the 1960s-80s). Most of the newer style haven&#x27;t changed too dramatically - but there are some differences (they did note the resistor differences - but I&#x27;ve seen some others).<p>I&#x27;ll have to read this in more detail later...
评论 #19759559 未加载
JoachimSabout 6 years ago
The text shows US and international symbols for things like resistors. But when it comes to logic gates don&#x27;t mention the IEC standard gate symbols. Like these:<p><a href="https:&#x2F;&#x2F;commons.wikimedia.org&#x2F;wiki&#x2F;Category:IEC_Logic_Gates" rel="nofollow">https:&#x2F;&#x2F;commons.wikimedia.org&#x2F;wiki&#x2F;Category:IEC_Logic_Gates</a>
评论 #19755439 未加载
g3ph4zabout 6 years ago
Oh wow, I just found it few weeks ago. It was really helpful for me.
spaltabout 6 years ago
&quot;I understand how to read a schematic!&quot; - John Hammond