Real Electronics: Unveiling the Complexities Behind Everyday Devices

AI Thread Summary
The discussion centers on the gap between theoretical electronics education and practical applications in real-world devices. An undergraduate student in Applied Physics expresses frustration over learning idealized circuit concepts, such as diode clamps for voltage protection, without understanding the complexities involved in actual electronics used in laptops and amplifiers. The student questions the relevance of their coursework, feeling it lacks practical application and depth.Responses suggest that while idealized components are used in education, they are not far removed from reality, with minor differences that often do not impact circuit analysis significantly. Participants recommend hands-on learning through disassembling old electronics, using magnification tools to understand circuit boards, and engaging with projects using Arduino or Raspberry Pi kits to gain practical experience. The conversation highlights a desire for more accessible learning resources and practical courses in electronics, which have diminished in availability over time.
modulus
Messages
127
Reaction score
3
I come across a number of electronic circuits - simple ones - in my studies as an undergrad student in Applied Physics. But I often wonder: the circuits that we are taught about are all run under idealised conditions. Even during practical demonstrations and labs, we run them with function generators, voltage generators and DSOs which all have myriad electronics within them to check and balance any discrepancies that may arise (over-potentials, over-currents and what-not).

How might electronics in these devices work? Electronics in real devices like laptops and amplifiers? For example, we learn about a diode clamp for voltage protection at inputs in electronic circuits. But I just can't believe that such a simple solution might be used to limit input voltages in a laptop's power supply or in a USB stick's interface. There are probably a hundred more things that go into making these devices robust and usable in real conditions.

But what are these hundred other things? It seems the things I study in college only lay down the basic ideas for me. When building something 'electronic' on my own, the lowest level device I might use is an IC. But it just never happens that I think of building something simply with diodes or resistors and capacitances - because what I've learned about using these devices is just too idealistic.

I'm beginning to feel my electronics courses are pointless. I want to know what real electronics looks like. I want to know where I can learn the real stuff.
 
Physics news on Phys.org
modulus said:
I come across a number of electronic circuits - simple ones - in my studies as an undergrad student in Applied Physics. But I often wonder: the circuits that we are taught about are all run under idealised conditions. Even during practical demonstrations and labs, we run them with function generators, voltage generators and DSOs which all have myriad electronics within them to check and balance any discrepancies that may arise (over-potentials, over-currents and what-not).

How might electronics in these devices work? Electronics in real devices like laptops and amplifiers? For example, we learn about a diode clamp for voltage protection at inputs in electronic circuits. But I just can't believe that such a simple solution might be used to limit input voltages in a laptop's power supply or in a USB stick's interface. There are probably a hundred more things that go into making these devices robust and usable in real conditions.

But what are these hundred other things? It seems the things I study in college only lay down the basic ideas for me. When building something 'electronic' on my own, the lowest level device I might use is an IC. But it just never happens that I think of building something simply with diodes or resistors and capacitances - because what I've learned about using these devices is just too idealistic.

I'm beginning to feel my electronics courses are pointless. I want to know what real electronics looks like. I want to know where I can learn the real stuff.
Personally, I don't think reality is all that different from what you have learned. You DO use idealized components but they are not all that far from the real thing, differing for the most part only is subtleties that make relatively little difference in real circuits.

For example, in analyzing circuits, a diode is taken to have a mathematically sharp knee between non-conducting and conducting whereas in reality the knee is a bit softer, but this has little to no effect on circuit analysis unless you are examining the area right at the knee bend and even then the math/analysis tools you have learned to use are perfectly applicable.
 
Last edited by a moderator:
modulus said:
I'm beginning to feel my electronics courses are pointless. I want to know what real electronics looks like. I want to know where I can learn the real stuff.

Find old computers or other electronic stuff that's not going to be used anymore or is broken and take it apart. You'll get an eyeful of what 'real' electronics look like.

If you've ever put a computer together, you can see the intricate design of the circuit boards. Old power supplies are pretty cheap, especially if they no longer work, but be careful around any large capacitors (you don't want to get a shock if they might still be charged).
 
Okay, I guess I just think about it all too much. Gotta put faith in what I'm being taught. Thanks, phinds.

SteamKing, I've taken apart my laptop quite a few times, but there are circuit boards that I can't make sense out of. Or is there something I can use to view what kind of circuits have been printed onto the board? Some magnification tool of some sort?
 
modulus said:
Okay, I guess I just think about it all too much. Gotta put faith in what I'm being taught. Thanks, phinds.

SteamKing, I've taken apart my laptop quite a few times, but there are circuit boards that I can't make sense out of. Or is there something I can use to view what kind of circuits have been printed onto the board? Some magnification tool of some sort?

I haven't looked at any PC boards in a long time but I'm sure there are very small components in use now (on the order of 2mm square) that are going to be hard to ID even w/ a 10X loupe. They are made this way for two reasons, small size and ease of automated insertion/soldering. Most stuff of any significance outside the power supply is likely to be done w/ general purpose chips or with ASICs. For the ASICs, you aren't going to be able, probably, to have a clue about the insides except to know that they are digital logic with zillions of transistors.
 
modulus said:
Okay, I guess I just think about it all too much. Gotta put faith in what I'm being taught. Thanks, phinds.

SteamKing, I've taken apart my laptop quite a few times, but there are circuit boards that I can't make sense out of. Or is there something I can use to view what kind of circuits have been printed onto the board? Some magnification tool of some sort?

You can pick up all kinds of hand held or work magnifying glasses if you can't see the components. Computers are only one type of electrical device. There are transistor radios, clock radios, appliances, any number of devices. You are ultimately limited only by your curiosity.
 
modulus said:
I come across a number of electronic circuits - simple ones - in my studies as an undergrad student in Applied Physics. But I often wonder: the circuits that we are taught about are all run under idealised conditions. Even during practical demonstrations and labs, we run them with function generators, voltage generators and DSOs which all have myriad electronics within them to check and balance any discrepancies that may arise (over-potentials, over-currents and what-not).

How might electronics in these devices work? Electronics in real devices like laptops and amplifiers? For example, we learn about a diode clamp for voltage protection at inputs in electronic circuits. But I just can't believe that such a simple solution might be used to limit input voltages in a laptop's power supply or in a USB stick's interface. There are probably a hundred more things that go into making these devices robust and usable in real conditions.

But what are these hundred other things? It seems the things I study in college only lay down the basic ideas for me. When building something 'electronic' on my own, the lowest level device I might use is an IC. But it just never happens that I think of building something simply with diodes or resistors and capacitances - because what I've learned about using these devices is just too idealistic.

I'm beginning to feel my electronics courses are pointless. I want to know what real electronics looks like. I want to know where I can learn the real stuff.
buy an ardunio or rasberry pi and start doing "random" stuff with it!

there are many different thing you can do with those custom microcontroller. each little project will teach you something new. just like Rome was not built in a day, you will not learn all of the hundreds of circuits in a day.
 
None of the response bring modulus to a clear answer. What modulus wants is to know what to do to learn and understand electronics. This was possible many years ago at some community colleges, but now such programs and courses have been closed-down, and if you want to learn them, you need to be an engineering student at a university. Technology has now advanced too much.

I wish I could get a better answer that could be put into practice for the same question.
 
symbolipoint said:
None of the response bring modulus to a clear answer. What modulus wants is to know what to do to learn and understand electronics. This was possible many years ago at some community colleges, but now such programs and courses have been closed-down, and if you want to learn them, you need to be an engineering student at a university. Technology has now advanced too much.

I wish I could get a better answer that could be put into practice for the same question.
Donpacino answered the question really well actually, arduino or raspberry pi kits are going probably going to be the best thing apart from a class with dedicated lab equipment; ham radio as well.
 
Back
Top