Suggest some good Embedded development learning kit.

MaxHeadRoom

Joined Jul 18, 2013
28,686
For what area?
TTL/CMOS general logic?
Micro processor?
For the latter, Microchip offer some from General Purpose to DC & BLDC motor drives etc.
Max.
 

JohnInTX

Joined Jun 26, 2012
4,787
8-32 bit, several different architectures, 8, 24, 32 bit PIC, Atmel, 32bit ARM with free IDE and compilers. Lots of third party support.
https://www.microchip.com/promo/curiosity-development-boards

STM-32 ARM stuff with lots of ways to go too:
https://www.st.com/en/evaluation-tools/stm32-discovery-kits.html

Also TI launchpad for MSP43x et al. Not as popular as PIC, Atmel and ARM.
https://www.ti.com/design-resources/embedded-development/hardware-kits-boards.html

When looking for classes, find one that emphasizes structured programming and problem solving skills over just learning a particular chip's instruction set. That's actually more important than what hardware you choose at this point - IMHO

Whatever you choose, there is lots of help here.
Good luck!
 
Last edited:
Top