top | item 37454952

Ask HN: DIY Electronic Resources

29 points| __all__ | 2 years ago

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.

18 comments

order

brudgers|2 years ago

everything I've found is either too simple or too complex.

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

This is a great perspective, and honestly one that extends to many (if not most) practical skills that one can learn.

RecycledEle|2 years ago

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...

leros|2 years ago

Electronics is really broad. What are you looking to get into and at what complexity level?

Controlling an LED strip with an Arduino library is very different from designing a custom RF solution.

OJFord|2 years ago

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.)

DamonHD|2 years ago

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!

bjacobt|2 years ago

Not op, but I would be interested in seeing it.

__all__|2 years ago

Sounds interesting, mind sharing?

sircastor|2 years ago

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.

mikewarot|2 years ago

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.

eternityforest|2 years ago

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.

genter|2 years ago

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.

chromoblob|2 years ago

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

Why? I tried it and liked it (at least some initial part).

roland35|2 years ago

The art of electronics is a great resource. It is probably better as a reference though!