Learn electronics by practice
21–30 of 85 posts
Re: Learn electronics by practice
#22Earlier quoted context omitted.
Probably the wrong way to look at it. Digital electronics doesn't really exist outside of theoretical spaces. It's all analogue underneath and any experienced digital designer will know that and what the consequences for things like signal integrity, noise immunity and latency.
It’s all about layers of abstraction. A web developer doesn’t need to know about analog circuits to program computers
Contrast that to web developers. They are dealing with very different principles from web browser developers, who are mostly working with different principles than operating system developers, who are working with entirely different principles from those who design hardware. It's not that they are working with a different subset of the same thing because one layer of abstraction is directly on top of the one below it and (ideally) the layers below completely hide how they work from the layers above.
Re: Learn electronics by practice
#23So much nicer to grab an ardunio, motor, led, some sensors, etc...
Then graduate to esp8266/esp32.
But maybe I'm thinking embedded and my 2 years as an electrical engineer filled in some of the gaps when calculating things.
Eh, just my opinion.
Re: Learn electronics by practice
#24> In order to present our paradigm in learning electronics, we can take an example of a full adder chip that enables binary addition. Let us use a top-down approach, and look at the datasheet of the TTL (Transistor-Transistor Logic) chip 7483. We will immediately notice that the chip performs the addition of two 4-bit binary words, A and B.
...and the associated diagram, just immediately left me feeling like I was standing in a room full of people who were smarter than me. Is this really where one starts while learning basic electronics?
Re: Learn electronics by practice
#25I am currently assembling his 6502 breadboard computer (with the 16 x 2 LCD character display).
Someone put together an awesome "1-100 Transistor Projects" as a PDF [2] for learning how transistor circuits work. The PDF + breadboard + a dozen or so transistors and small parts will keep you busy.
There's a sequel "101-200 Transistor Circuits" [3], one on IC circuits [4] and one on the venerable 555 timer chip [5].
The above should keep you busy for the rest of the year. If not, be sure to skim through some of the electronics hobbyist magazines [6].
[2] https://archive.org/details/1To100TransistorCircuits
[3] https://www.talkingelectronics.com/projects/200TrCcts/101-20...
[4] https://www.talkingelectronics.com/projects/100%20IC%20Circu...
[5] https://www.talkingelectronics.com/projects/50%20-%20555%20C...
[6] https://worldradiohistory.com/Popular-Electronics-Guide.htm
Re: Learn electronics by practice
#26I opened this thinking I was the target audience - a longtime developer who has always wanted to get into electronics. However, this first paragraph... > In order to present our paradigm in learning electronics, we can take an example of a full adder chip that enables binary addition. Let us use a top-down approach, and look at the datasheet of the TTL (Transistor-Transistor Logic) chip 7483. We will immediately noti…
Re: Learn electronics by practice
#27I opened this thinking I was the target audience - a longtime developer who has always wanted to get into electronics. However, this first paragraph... > In order to present our paradigm in learning electronics, we can take an example of a full adder chip that enables binary addition. Let us use a top-down approach, and look at the datasheet of the TTL (Transistor-Transistor Logic) chip 7483. We will immediately noti…
The lab component of such coursework did start with TTL chips but the timing of the coursework was such that you'd have most of the asynchronous logic theory taught by the time the chips came out.
Re: Learn electronics by practice
#28If I learned this way, it would have been off-putting. So much nicer to grab an ardunio, motor, led, some sensors, etc... Then graduate to esp8266/esp32. But maybe I'm thinking embedded and my 2 years as an electrical engineer filled in some of the gaps when calculating things. Eh, just my opinion.
Re: Learn electronics by practice
#29I opened this thinking I was the target audience - a longtime developer who has always wanted to get into electronics. However, this first paragraph... > In order to present our paradigm in learning electronics, we can take an example of a full adder chip that enables binary addition. Let us use a top-down approach, and look at the datasheet of the TTL (Transistor-Transistor Logic) chip 7483. We will immediately noti…
Re: Learn electronics by practice
#30I opened this thinking I was the target audience - a longtime developer who has always wanted to get into electronics. However, this first paragraph... > In order to present our paradigm in learning electronics, we can take an example of a full adder chip that enables binary addition. Let us use a top-down approach, and look at the datasheet of the TTL (Transistor-Transistor Logic) chip 7483. We will immediately noti…
I think this is mostly poor writing on the part of the author. You being able to "immediately notice" is contingent upon having read the data sheet, which was not linked nor reproduced, but the way it was presented made it seem like the diagram was sufficient. If you were to have read the data sheet, it would have stated up front that the circuit performs four-bit addition. But the page did not facilitate that...
Indeed. The correct way is:
"It is trivially obvious to the most casual observer that the chip performs the addition of two 4-bit binary words"