Live data from Hacker News

Electronics Course (45 episodes, YouTube)

youtube.com

11–20 of 50 posts

Re: Electronics Course (45 episodes, YouTube)

#11
post #8
post #3

An hour-long video on the PN junction... This is going to be good.

So, this course seems to be about going into the depth, I guess the chemistry and physics, of solid state electronics. Diodes, transistors, etc. But do I need to spend 45 hours watching this to empower me to successfully design, say, a microcomputer board? A Z80? 6502? Even an 8088? Do I need this level of depth to get a microcontroller to make a stepper motor do what I want to do (whatever that may be)? Or a power c…

45 hours of watching is not the hard part, it is actually learning and understanding and exercising.

I've followed few MIT courses (mostly on algebra, category theory and some more CS-related) and while a video took me 1 hour, the actual amount of time around it (writing down the important things, summarizing, exercising, finding answers about the topics touched) was much more.

Between twice and 4 times the amount.

On that front in-person education has definitely two benefits: you have peers in your same situation with whom you can discuss the topics and obviously access to teachers and their assistants.

Re: Electronics Course (45 episodes, YouTube)

#12
post #8
post #3

An hour-long video on the PN junction... This is going to be good.

So, this course seems to be about going into the depth, I guess the chemistry and physics, of solid state electronics. Diodes, transistors, etc. But do I need to spend 45 hours watching this to empower me to successfully design, say, a microcomputer board? A Z80? 6502? Even an 8088? Do I need this level of depth to get a microcontroller to make a stepper motor do what I want to do (whatever that may be)? Or a power c…

Do I need this level of depth to get a microcontroller to make a stepper motor do what I want to do (whatever that may be)

Dave over at the EEVBlog likes to draw a distinction here. He distinguishes between people who want to learn electronics (build power supplies, radios), that is, analog circuits, from people who want put together Arduino projects. He refers to the latter as more of embedded programming rather than electronics.

The linked course definitely leans way over to the side of the former. If you’re more interested in the latter, there are tons of YouTube channels out there about building projects with the Arduino.

Re: Electronics Course (45 episodes, YouTube)

#13
post #9

This reminds me, off topic but I once found a YouTube channel or playlist of this African women teaching how to read. Apparently a lot of African women can't read and she wanted to solve the problem by making a video course to teach them. I can't for the life of me find it, when I search its either kids ABCs videos or TED talks about empowered black woman authors. I wonder if any video course aficionados might know w…

Is it this channel? https://www.youtube.com/@adultliteracyandenglishlang Here is the reading/writing playlist: https://www.youtube.com/playlist?list=PL9RaD1SLwSoZhMNz7pqRw... I like her pacing (not fast, not too slow) and the way she presents herself. It seems like a high quality course, even if the audio and video quality are not perfect. I wonder how we could bring more awareness to this great work and others like…

No, the one I was looking for was a west African woman in Africa, teaching people to learn to read English from scratch.

Re: Electronics Course (45 episodes, YouTube)

#14
post #4

This is exactly what I need right now. I have a rudimentary understanding but I have a large project on the wipeboard which I don't yet have the knowledge to begin - this is the material i need. Thank you for sharing!

What's the project?

im admittedly embarrassed to mention it because I know its very rudimentary but here goes - small solar array //and// an exercise bike transformed into a generator - both going to same battery store - stretch goal: generation and draw telemetry dashboard. What will it power you might ask? automated garden system (water delivery essentially), a nintendo switch and accompanying TV/peripherals. "Why a stationary bike?" Make the kids work for video game time lmao - EDIT: my current electrical engineering experience is limited to RC and full sized vehicle troubleshooting, like an RC servo or a motorcycle's stator etc...

Re: Electronics Course (45 episodes, YouTube)

#16
post #5

This is the sort of thing that is solid gold for a well-motivated hobbyist. Lots of content together in one place that takes a (I hope) coherent journey through the "what's important" of a subject. If anyone knows of something similar for mechanical engineering I would be very interested. (Thanks in advance from a physicist who should probably have been an engineer instead :-) )

A well-motivated hobbyist with a physics degree maybe. As someone who studied EE, I wouldn’t recommend most hobbyists sit through all this unless they have a solid background in basic engineering math. He assumes some knowledge of the Laplace transformation for instance. Really, you don’t need to know this stuff to do hobby electronics. You can get pretty far in thinking about circuits at a higher level. Of course, if you want to build your own amplifiers and know exactly what’s going on everywhere you will need sit down and learn and get a more in-depth foundational understanding.

Re: Electronics Course (45 episodes, YouTube)

#17
https://invidious.flokinet.to/playlist?list=PL7qUW0KPfsIIOPO...

Here's the same course, but on invidious, for those who don't go onto Youtube "proper".

Is there a HN policy on this? Seems more "neutral" to post the non-youtube link to me. There are people who don't go on to youtube, whereas I don't know of anyone with a moral issue with invidious?

Anyway, course looks cool, I'm bookmarking for after doing a few more practical fun things first to build motivation. Cheers.

Re: Electronics Course (45 episodes, YouTube)

#18
post #8
post #3

An hour-long video on the PN junction... This is going to be good.

So, this course seems to be about going into the depth, I guess the chemistry and physics, of solid state electronics. Diodes, transistors, etc. But do I need to spend 45 hours watching this to empower me to successfully design, say, a microcomputer board? A Z80? 6502? Even an 8088? Do I need this level of depth to get a microcontroller to make a stepper motor do what I want to do (whatever that may be)? Or a power c…

I'd argue as a hobbyist you can get away with "block level" design - understand enough to know what you need, read datasheets and implement a reference design. For example making a stepper motor do what you want - probably not, just buy a driver board and look at example code and a reference circuit. Same goes for a high power motor: either you buy a pre-made board that has the right spec, or you look up a reference circuit with a common control IC. Most digital design can be done in this way; you need to know how to program as well.

Analog is in some ways more complicated. But there are lots of reference designs for blocks like filters and amplifiers and you can look at the pros/cons of different circuits. A good companion to this sort of design work is Horowitz and Hill. Even high frequency board design can mostly be achieved around by following best practices unless you're doing stripline RF stuff.

The difference lies in things like designing extremely efficient circuits (optimize for part number, cost, etc) and designing boards that can be certified. You can get away with a lot if you're not designing to a tight spec.

Re: Electronics Course (45 episodes, YouTube)

#19
post #3

An hour-long video on the PN junction... This is going to be good.

It's interesting that he started with that topic. As opposed to voltage, current , RC circuits, etc. He's got quite a few topics, like emitter followers and op amps. But I think he's a bit below the level of what people need in order to create useful PCB level electronics. I think something like this would be so much more useful if it was tied to an existing book on the subject, like for instance "The Art of Electronics". Which actually doesn't cover device physics but start with just transistor and diode models presented as facts.

Re: Electronics Course (45 episodes, YouTube)

#20

https://invidious.flokinet.to/playlist?list=PL7qUW0KPfsIIOPO... Here's the same course, but on invidious, for those who don't go onto Youtube "proper". Is there a HN policy on this? Seems more "neutral" to post the non-youtube link to me. There are people who don't go on to youtube, whereas I don't know of anyone with a moral issue with invidious? Anyway, course looks cool, I'm bookmarking for after doing a few more…

I'd bookmark the Youtube link though, I expect them to stick around for longer.
Post reply on HN