I wanted to learn more about electronics, and I found this www.open.edu/openlearn/…/content-section-0 to start from so I can have a grasp on theories first, and I want to try learning microcontrollers afterwards but I can’t afford to buy any IRL atm, are there any softwares to simulate them to assist on learning without having the physical hardware? I’d be happy if anyone could give me any tips toward that, thank you if you read this far
Are there softwares to simulate enough electronics and microcontrollers to learn?
It depends on what you are looking for. For a quick simulation to get a very rough, and more ideal, visual, you can use something like Falstad. But for anything more practical and useful, I’d recommend using SPICE. There’s lot’s of software out there that implements SPICE [2]. KiCAD offers SPICE simulation [1].
References
1. “SPICE Simulation”. KiCAD. Accessed: 2024-11-21T02:26Z. www.kicad.org/discover/spice/. 2. “List of free electronics circuit simulators”. Wikipedia. Published: 2024-09-07T14:19Z. Accessed: 2024-11-21T02:31Z. en.wikipedia.org/…/List_of_free_electronics_circu….
I want to try learning microcontrollers afterwards but I can’t afford to buy any IRL atm
The perceived expensiveness of things is certainly relative, but I would still argue that the hardware for microcontrollers really doesn’t have to be that expensive [1][2][3][4].
References
1. “Pocket AVR Programmer”. Sparkfun. Accessed: 2024-11-21T02:36Z. www.sparkfun.com/products/9825. 2. “Raspberry Pi Pico”. CanaKit. Accessed: 2024-11-21T02:37Z. www.canakit.com/raspberry-pi-pico.html?cid=cad&sr…. 3. “ATMEGA328P-PU-ND”. DigiKey. Accessed: 2024-11-21T02:37Z. www.digikey.ca/en/products/detail/…/1914589. 4. “Arduino Uno Rev3”. Arduino Store. Arduino CC. Accessed: 2024-11-21T02:40Z. store-usa.arduino.cc/products/arduino-uno-rev3.
lime@feddit.nu 1 month ago
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 code on a microcontroller, get a microcontroller.
The raspberry pi pico is $4.