Ask HN: DIY Electronic Resources
29 points| __all__ | 2 years ago
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.
brudgers|2 years ago
Neither matters.
Starting matters.
If it is simple, you will complete it. Completing electronics projects is a useful habit.
If it is too complex, you will fail.
Failing is a useful habit.
Failing is what learning looks like when there isn’t a curriculum with lowered hurdles.
Shopping for a Goldilocks’ porridge is easier than failing. It is easier than easy projects. Shopping feels like work, but it’s not.
Just work. It is the simplest thing that might work.
Good luck.
brendev|2 years ago
20after4|2 years ago
and Leo's bag of tricks on youtube:
1. https://www.youtube.com/watch?v=SGvOmwZvhVk
2. https://www.youtube.com/watch?v=RWRbSn4uDow
3. https://www.youtube.com/watch?v=4F_O1RPyrC8
A Raspberry Pi Pico running micro-python is a nice way to play with electronics without completely leaving the land of software.
JoeCortopassi|2 years ago
[0] https://www.amazon.com/Practical-Electronics-Inventors-Fourt... [1] https://learn.adafruit.com
RecycledEle|2 years ago
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...
leros|2 years ago
Controlling an LED strip with an Arduino library is very different from designing a custom RF solution.
OJFord|2 years ago
(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.)
DamonHD|2 years ago
bjacobt|2 years ago
__all__|2 years ago
sircastor|2 years ago
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.
mikewarot|2 years ago
Most of the things you'll build these days are just jelly beans you connect together.
gdprrrr|2 years ago
https://www.youtube.com/playlist?list=PLowKtXNTBypGqImE405J2...
eternityforest|2 years ago
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.
genter|2 years ago
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.
chromoblob|2 years ago
Why? I tried it and liked it (at least some initial part).
roland35|2 years ago