this post was submitted on 30 Aug 2024
3 points (80.0% liked)
microcontrollers
72 readers
1 users here now
Welcome to microcontrollers
Related communities:
- c/embedded
- c/cprogramming
- c/askelectronics
- c/fpga
- c/chipdesign
- c/microcontrollers
- c/dsp
- c/rtlsdr
- c/raspberry_pi
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
Start with a full sized Raspberry Pi. You will be able to use regular python to do stuff. When you're comfortable enough with it, move to Raspberry Pi Pico and MicroPython. From there jump to Arduino. You will still be able to use MicroPython but eventually you will end up with using C.
Also you should get some knowledge on basic electronics. The deeper you get, the more hardware related things you will need to deal with.