this post was submitted on 21 Aug 2023
3 points (66.7% liked)

Ask Electronics

3156 readers
2 users here now

For questions about component-level electronic circuits, tools and equipment.

Rules

1: Be nice.

2: Be on-topic (eg: Electronic, not electrical).

3: No commercial stuff, buying, selling or valuations.

4: Be safe.


founded 1 year ago
MODERATORS
 

Hello! What would be a good way to learn about electronics in terms of creating them? I'm particularly interested in building my own keyboards and other PC peripherals, but I'm not sure what tools I would need, or what's a good knowledge base if I run into any issues. Any tips and or suggestions?

you are viewing a single comment's thread
view the rest of the comments
[โ€“] M_Reimer@lemmy.world 2 points 11 months ago (1 children)

You want to get into microcontroller programming somehow. The Raspberry Pi Pico may be a good target to start with. The documentation is well made and you have the choice to either use C++ or Python for programming.

[โ€“] Cheery@lemmy.sdf.org 1 points 11 months ago

Thanks for the suggestion! I do know a bit of Python, so it should be easier on that front at least.