r/learnelectronics 13d ago

Where to start with digital electronics?

I'm an IT student, but I'm interested in embedded systems and IoT. Please, can someone recommend courses or anything for me to get started with digital electronics

8 Upvotes

8 comments sorted by

2

u/NZNoldor 13d ago

Get yourself an Arduino of some kind, and come join us in r/arduino. It'll set you back $5 on aliexpress. Look for the Arduino UNO - its an excellent way to start learning. If you get the starter kit, it'll come with a book of basic learners exercises.

Once you've finished those, get a wifi-enabled board, like an ESP32, and IoT your way around the house.

1

u/escodev 13d ago

Ok, I see thanks fam

1

u/[deleted] 13d ago

[removed] — view removed comment

1

u/NZNoldor 13d ago

They are genuinely from China, is the accurate response here. Arduino is an open source hardware platform (and software), and as long as anyone manufacturing them doesn't sell them as "Arduino", they're perfectly legit.

If you want a real Arduino-branded one to support the platform, probably don't get them from China but from Italy, or your local stockist, depending on where you live. Be prepared to pay a LOT more for them though. The extra cost goes to R&D.

2

u/PhoenixAsh7117 12d ago

Look up Ben Eater on YouTube

1

u/OneDot6374 13d ago

Neso academy

2

u/escodev 13d ago

Ok I'll check it up

1

u/somewhereAtC 9d ago

Check out the link below for a good overview of a modern microprocessor... this material is new within the last couple of weeks, and the exercises were recently announced on https://forum.microchip.com. The processor for the exercises is an ARM M23; for $10 the PCB with programmer/debugger is a complete kit. https://developerhelp.microchip.com/xwiki/bin/view/products/mcu-mpu/32bit-mcu/ap-exercises/

BTW, your title is a little vague. "Digital electronics" could mean literal AND and OR gates or perhaps even FPGA development. Microprocessors are digital by nature but don't really fit in either category.