←back to thread

124 points akktor | 1 comments | | HN request time: 0.235s | source

This question's for all those cool projects or skills you're secretly fascinated by, but haven't quite jumped into. Maybe you feel like you just don't have the right "brain" for it, or you're not smart enough to figure it out, or even worse, you simply have no clue how or where to even start.

The idea here is to shine a light on these hidden interests and the little (or big!) mental blocks that come with them. If you're already rocking in those specific areas – or you've been there and figured out how to get past similar hurdles – please chime in! Share some helpful resources, dish out general advice, or just give a nudge of encouragement on how to take that intimidating first step.

Let's help each other get unstuck!

Show context
swsieber ◴[] No.44240192[source]
Hobby electronics & robotics. I can make an LED blink on a ESP8266 (it's been a while), but that's it. I'd like to get more familiar with a multimeter, figuring out broken kids toys, etc. but it's a bit daunting. Maybe there's too many options and not enough constraints. I'm not sure.
replies(9): >>44240248 #>>44240423 #>>44240457 #>>44240514 #>>44240602 #>>44243131 #>>44244831 #>>44250802 #>>44263887 #
rramadass ◴[] No.44244831[source]
See my previous comment here for how to get started - https://news.ycombinator.com/item?id=33628025

I highly recommend downloading Understanding Signals with the Propscope from Parallax (available for free online) and following the tutorials from it with an Arduino+Analog Discovery 2/3 device. You can use the Digilent "Real Analog" learning course along with it - https://digilent.com/reference/learn/courses/real-analog/sta...

The real motivation in Electronics comes from understanding in visual form (using a Oscilloscope/Multimeter etc.) how things work in a circuit and how your calculations match up to what you see on the screen. Even as simple as the beginner LED circuit can teach you a lot when you use a potentiometer and see how voltage/current graphs change.

replies(2): >>44249667 #>>44291267 #
1. hnthrowaway0315 ◴[] No.44291267[source]
I have a feeling that in circuitry the focus is to manipulative the components so that the final chart is similar to what you want (e.g. a sine wave), and then try to improve the quality and reduce the # of components to save cost. Is it correct?