Comment by brysonreece
Comment by brysonreece 6 days ago
Arduino and, specifically, the ESP8226 (basically an Arduino+Wifi) and ESP32 (Arduino+Wifi+BT) development boards are a fantastic place to start!
For most hobbyist-level electronics, it’s just a matter of becoming familiar enough with using the Arduino IDE to flash your C(-like) code to your board, or using something like MicroPython, then following the wiring instructions freely available online for common parts like servos, LEDs, displays, etc. Every once in a while you may have to reach for something like a transistor, capacitor, or resistor, but those can also be learned in an afternoon.
Google really is your friend! I taught myself hobby electronics over 15 years ago using the same, and they still hold up!
Yep I am drowning in them.
Its just like, in terms of my abilities, I find it easier to grab Arduino + wifi and arduino + ledmatrix and get them speaking together in code, when I should be able to create a simpler, and cheaper circuit of LED's and just use electronic signals to do the work for me.