this post was submitted on 20 Nov 2024
6 points (100.0% liked)
Ask Electronics
3326 readers
5 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
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Depends on what your focus is. If you want to build understanding of electronic components and how they interact through experimentation, Paul Falstad's circuit simulator is a great start.
If you want to focus on digital logic, Logisim is great.
But here's the thing: A microcontroller is controlled only through code. You want to learn electronics, you can simulate those. You want to learn about a specific microcontroller, read the manual for that controller. You want to learn to code a particular language, you learn that language.
You want to code on a microcontroller, get a microcontroller.
The raspberry pi pico is $4.
Edit:
Okay, so i was clicking around on Falstad's site as i haven't been there for a while and i found a thing called AVR8JS
This is literally what you are looking for! It allows you to set up a circuit, and use a simulated microcontroller to run C code on the circuit!