Image not available

1000x700

amd-phenom-ii-x6-....jpg

๐Ÿงต I want to teach myself electrical engineering

Anonymous No. 16449746

Computers are black magic and I want to know how the fuck they work.
I'd like to at least have an understanding of electronics on the same level as an undergrad EE student.

My current understanding of electronics is very basic. Mostly just learned from messing around with game consoles and some entry level physics courses in college. I'm a bit rusty on the physics and math too...
Where do I start and what resources should I look at?

Anonymous No. 16449808

MIT 6.004 + https://computationstructures.org/ gives you the computer architecture side of things (logic design from basic gates to cpus)

Anonymous No. 16449816

read a book on microelectronics if you want to learn about circuits
i have Microelectronic Circuit Design by Jaegar that i got for like 5 bucks at a used book store, it seems alright, and goes into some semiconductor physics to explain how transistors work and are designed

Anonymous No. 16449829

>>16449746
There are three different subjects here: how "bits" and binary logic are made from semiconductor junctions; how opcodes work, and communicate by the various components along the cpu bus; and how these low level instructions (ADD, MOVE, JUMP) are linked together into common libraries and complex functions in userspace. Theres also a bit of transmission line theory and ADC/DAC theory involved for the eldctrical bits.

The semiconductor and EE stuff are, frankly, worthless. Cool, but won't actually teach you shit about how computers work. Treat them as more of a "spice" to make your studies more interesting, but you'll want to focus the bulk of your attention on the "meat" of low level opcodes/assembly and linked libraries.

Anonymous No. 16449902

>>16449829
it's all important. if you want to do microelectronic design, it helps to understand the physics to motivate the models of the zoo of different devices

Anonymous No. 16449923

>>16449746
You need some calculus, and then learn about basic linear circuits. Once you learn about basic linear circuits, get a book on transistors and microelectronics. From there you should take a look at digital logic systems (the CS side of the problem), and digital integrated circuits (how would you actually make a shift register or NAND memory on a breadboard?).

From there if you still want to learn more you can get into integrated circuits or embedded systems. Personally, that's about as far as I wanted to go in the electricity side of my EE undergrad and headed towards control systems and signal processing.

t. Has both a bachelor's and PhD in EE.

Anonymous No. 16449959

>>16449923
The next stages is building a physical equivalent of function blocks for processing and then have a computer automate those blocks and then run testing for optimizing them and then automate that.

Anonymous No. 16451383

>>16449808
>MIT 6.004
Wait that shit is just online? For free? That's crazy man. Maybe I should just go through the entire MIT EE major.

>>16449816
Well I at least understand how semiconductors work. But only because it was relevant to some of my chemistry courses. I don't understand much else.

>>16449923
>how would you actually make a shift register or NAND memory on a breadboard?
Is it helpful to get a breadboard and other such supplies to test things like this on?

Anonymous No. 16451385

>>16449808
You the real MVP.

Anonymous No. 16451389

>>16449746
You want be erectric enginreer?

https://drive.google.com/drive/folders/0B04l-XMi07VKTlNkQVF5X2FaTjQ?resourcekey=0-3sfXWlEkilKBfgVjfULjrw&usp=drive_link

there your wercome

Image not available

720x719

doggomean.png

Anonymous No. 16451391

>>16451389
FYI you dumb fucks better click this

Actual mack daddy of info you BITCHES

Anonymous No. 16451606

>>16451391
not clicking your ip grabber sorry

Anonymous No. 16453099

>>16451606
tard

Anonymous No. 16453414

Hilarious amount of info in that link

Wasted on you idiots

Anonymous No. 16453504

>>16451606
you literally can't grab information from publicly available drive links

Anonymous No. 16453586

>>16449746
>My current understanding of electronics is very basic.
The exam averages during my undergrad electronics class were in the 30s.

Anonymous No. 16453674

What's something I can read to learn about designing switched-mode power supplies?

Anonymous No. 16454036

>>16451389
>>16451391
cool books

Anonymous No. 16454053

>>16451383
The downside is MIT lectures are bloated as fuck and don't teach actual useful skills

Anonymous No. 16455031

Not OP, but I would like to get more into the mathematical and physics in the field of EE as an electrician.
I know the basics but as an electrician it's mostly about following the codes rather than a full theoretical basis of it. I would want to expand my theoretical knowledge on the subject. Not in digital circuits but more of a general understanding of forces, electromagnetic fields and such.

What kind of books should I get to learn the physics and mathematics of a equivalent EE degree?

I hope my formulation is not much of a hassle to read through as english is not my native tongue, though my reading comprehension is quite good.

Anonymous No. 16455141

>>16451389
>>16451391
I clicked this and instantly got a weird rash on my lips. Did you give me cyberherpes, Anon?

Anonymous No. 16455283

>>16455031
look up "Advanced Engineering Mathematics" by
Erwin Kreyszig, that's all you'll need for the math side
physics books are much more specific unless you're looking at high schoo/some of the undergrad ones, you're better off tbinking about what you need specifically from the EE side and supplement using something like hallidays physics (and the math book above)

Image not available

460x449

RussianNumberStat....jpg

Anonymous No. 16455904

>>16449746
Get a /ham/ license, the reading material will teach you a lot. Also, pop over to >>>/diy/ham where you will find a FAQ and a large library with documents and diagrams.

Anonymous No. 16456168

>>16449746
Learn how to do binary addition/subtraction/ASCII. After that move to circuit design; start with a tutorial on a full adder, then a multiplier, then practice designing your own circuits based on example problems.
Then I'd learn assembly/machine code, which should make it a little more clear how these simple circuits exponentially increase in complexity to handle contemporary computing.

As far as the physics of how electrons actually interact with the logic gates inside of a circuit, you can do it but I'd argue that's like learning fluid dynamics to understand how a boat works.

Anonymous No. 16456181

>>16456168
please, never post on /sci/ again

Anonymous No. 16456198

>>16456181
I second this. There is a game called turing complete which looks at some of the arithmetic and logic abstraction layers. It is a nice game, but the circuit side is just a completely different animal.