WelcomeUser Guide
ToSPrivacyCanary
DonateBugsLicense

©2026 Poal.co

1.3K

Hey Poal,

I want to create new Wunderwaffen for WW3, so I'd like to learn some microcontroller-programming and electronics in general, and I'd like to ask you for any ideas/resources/anything else about how to start.

I'm able to use get a "real" computer to do my bidding, and I'm able to code in several programming-languages, including C/C++, but I know next to nothing about electronics, as in how to create a circuit-board that actually does something, and so on. My knowledge in that regard is basically, that I know the relationship between Volts and Amperes, and have used a soldering iron in the past for basic repairs.

Do you have any suggestions where to best start out, what resources to use, and so on?

Hey Poal, I want to create new Wunderwaffen for WW3, so I'd like to learn some microcontroller-programming and electronics in general, and I'd like to ask you for any ideas/resources/anything else about how to start. I'm able to use get a "real" computer to do my bidding, and I'm able to code in several programming-languages, including C/C++, but I know next to nothing about electronics, as in how to create a circuit-board that actually does something, and so on. My knowledge in that regard is basically, that I know the relationship between Volts and Amperes, and have used a soldering iron in the past for basic repairs. Do you have any suggestions where to best start out, what resources to use, and so on?

(post is archived)

[–] 0 pt (edited )

For most sensors, GPS chips etc normally you just hook up the individual I/O lines from ie the raspberry pi directly to the chip and that's fine.

Basic concepts of electronics are helpful to know so you simply know the basics. What is taught in "Physics 2" at a college will teach you all the basics of electrical circuits etc. The difference between parallel and series circuits etc. You could look up if there are any online free courses teaching "Physics 2".

But really you just wire the I/O lines directly to the sensors, read the chip's manual on what lines need to be up / down at what times and for how long etc. Or if they have I2C / UART / SPI then just wire up those lines to the I2C / SPI lines on the raspberry pi etc and then just use the protocol libs in c / c++.

How much math and theory do I need to make something useful out of the components?

Someone has mentioned this book

If you are just hooking up sensors, servos, GPS chips etc you don't need any of this theory. You don't even need the Physics 2 class I mentioned. The Physics 2 class should be quick and give you all the basics of electrical circuits / electricity though.

[–] 0 pt

Okay. This was helpful, thanks. I'll look up physics 2.