this post was submitted on 05 Jun 2026
927 points (95.9% liked)

Programmer Humor

31711 readers
242 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 3 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] ivan@piefed.social 4 points 2 days ago* (last edited 2 days ago)

If you're very new to that - I'd just recommend picking up some Arduino (at least UNO R3) starter kit plus some measurement tools - multimeter and maybe an oscilloscope (there are cheap handheld ones like DSO).

And then you just fool around with what you've got - try to read each sensors data, try to use each actuator, think of some useful projects with what you've got.

And from there you can go to stuff like ESP32 to explore wireless stuff (mostly compatible with Arduino too).