FWIW, it's digital electronics
What other kinds of "electronics" are there?
Learn electronics by practice
31–40 of 85 posts
Re: Learn electronics by practice
#32It goes without saying that Ben Eater's 8-bit computer kits [1] are like Legos for wannabe-electronics nerds. The kits themselves were the response of the outpouring of requests from viewers of his amazing YouTube channel where he first rose to notoriety for his breadboard CPU and computer. I am currently assembling his 6502 breadboard computer (with the 16 x 2 LCD character display). Someone put together an awesome…
Re: Learn electronics by practice
#33Please check this book by Ex-Google, Cisco, Sun engineer and adjunct professor of UC Berkeley,Ed Lipiansky on electronics fundamentals (analog and digital): Electrical, Electronics, and Digital Hardware Essentials for Scientists and Engineers: https://www.wiley.com/en-us/Electrical,+Electronics,+and+Dig...
btw, Ed wasn't an adjunct at Berkeley. He taught at the UC Berkeley and UC Santa Cruz _extension_ program.
Re: Learn electronics by practice
#34Re: Learn electronics by practice
#35I 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…
In my experience in a university ECE program, you'd start with understanding the high level properties of transistors, then combining transistors to make AND and OR gates, then XOR and other gates, then MUXes and half/full adders, then flip-flops and eventually into synchronous (clocked) logic. The lab component of such coursework did start with TTL chips but the timing of the coursework was such that you'd have most…
Re: Learn electronics by practice
#36It goes without saying that Ben Eater's 8-bit computer kits [1] are like Legos for wannabe-electronics nerds. The kits themselves were the response of the outpouring of requests from viewers of his amazing YouTube channel where he first rose to notoriety for his breadboard CPU and computer. I am currently assembling his 6502 breadboard computer (with the 16 x 2 LCD character display). Someone put together an awesome…
Re: Learn electronics by practice
#37I 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
#38I never really imagined I would be interested in this stuff, much less find it kind of beautiful. Pure math brain, if you aren't careful, can train you to view anything applied with disdain, and something as earthy as hardware even moreso. But it's kind of beautiful how there are deep and inevitable connections between some of the most abstract theory computer science has to offer (plt, pl design and implementation) and the way physical objects are harnessed for computation. I guess if you consider that von Neumann was a mathematician first and foremost then it starts to make more sense
Either way, I'm having a great time -- definitely recommend anyone in a similar position learn this stuff whenever you're ready for it
Re: Learn electronics by practice
#39I 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 took a look at TFA because of this. My experience caps out at doing a few heathkits in the early 80s and one single soldering of a resistor on my Synology to repair an issue a few years ago. I *mostly* understood the diagram, most of which was due to seeing it during CS adjacent classes in the early 90s.
Unfortunately it's often the case that these ELI5 type articles assume baseline knowledge that's less than baseline.