HACKER Q&A
📣 __all__

DIY Electronic Resources


I studied ECE but since the beginning I've been working as a Software engineer, as almost everybody from my promotion.

Lately, I've been thinking about starting some hardware side projects. Despite my background I don't remember a thing about those years and would be great to start playing with smaller projects before jumping into something more complex.

Are there any good resources on electronics? I have been looking around and everything I've found is either too simple or too complex.


  👤 DamonHD Accepted Answer ✓
You could do a lot worse than play around with Arduino, Raspberry Pi, and similar! Lots of levels of entry from beginner to ... well ... I have a 100kloc open source 'arduino' consumer product that I can point you at!

👤 brudgers
[delayed]

👤 genter
I know this is annoying, but you learn electronics by doing.

First, you need to know the basics. Ohms law (V=IR), the power law (P=VI) the two Kirchoffs laws, voltage divider, what a capcitor, inductor, mosfet, and diode do.

Most IC companies (Texas Instruments in particular) have very good technical documents that give you practical tips on how to use their products.

Find similar projects that you can base your own project on. It doesn't matter what the license is, you probably won't be releasing it, and copyright doesn't apply to electrical circuits anyways (but they do apply to the drawings of circuits).

If anyone recommends "The Art of Electronics", instantly stop listening to anything they have to say.



👤 OJFord
I'm in an extremely similar position, so it's a bit rich me giving advice, but I would suggest just trying to make something, something that seems perhaps slightly too complex. Then look for the specific resources you need when you run into issues; not something general purpose that just happens to be at your level.

(Not least because it frankly probably doesn't exist? We'd need something graduate level but with a refresher of basics, who's writing that? And we're not necessarily interested in graduate level in the sense of the mathematical theory of it any more, depending what we're building, if the goal is just to make stuff. E.g. I can use a USB PD chip in a design without learning more about transmission line power loss.)


👤 gdprrrr
Ben Eaters' building an 8-bit breadboard computer is very well done.

https://www.youtube.com/playlist?list=PLowKtXNTBypGqImE405J2...


👤 eternityforest
A lot of stuff in electronics at the beginner hobby level is highly project specific.

Post some project ideas, we can give you some resources on where to start, if you want to learn the basics just by jumping in.


👤 sircastor
I really enjoy Charles Platts’s Make:Electronics. It’s written as a series of experiments runs that give you a good “through-experience” knowledge of electronics.

Also worth reading are the US Navy’s “Basic Electronics” book. It is thorough, and really straight forward, written for any recruit.

Also worth noting that the basic prototyping tools (Arduino type stuff) enable a lot without a lot of electronics understanding.


👤 RecycledEle
The ARRL Radio Handbook is available on Amazon for $63, as a 6-volume-set.

It covers a lot more than electronics, but it definitely covers electronics in the context of amateur radio.

It is updated yearly, so get the newest version. Older versions do not go down in price much, which is an indicator of how good it is.

TOC: https://home.arrl.org/PRODUCTFILES/2003373106/Handbook%20100...


👤 mikewarot
Get an Arduino starter kit, and dig in. The nice thing about the Arduino is that it's 5 volt I/O, so enough to drive a light, an FET, etc. They're not super fast, but for stuff you want to see... good enough.

Most of the things you'll build these days are just jelly beans you connect together.