this post was submitted on 06 Feb 2026
66 points (98.5% liked)
Programming
25401 readers
656 users here now
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Rules
- Follow the programming.dev instance rules
- Keep content related to programming in some way
- If you're posting long videos try to add in some form of tldr for those who don't want to watch videos
Wormhole
Follow the wormhole through a path of communities !webdev@programming.dev
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
This is also my recommendation. Working with an OS on an SBC is fine but won't give you the fundamentals like this.
The PIC family of micros are also great. I also recommended trying a few assembly programs to get a feel for those induction sets.
Oh that reminds me. I wouldn't recommend PIC in the 21st century but there's a really cool project called BIO that is an open source alternative to Raspberry's PIO (programmable IO). It's RV32-E with custom x16-31 registers that control the pins directly. Very neat idea.
It's by Bunnies Huang and he talks about it in this talk about Xous.
The hardware is (or will be) here: https://www.crowdsupply.com/baochip
May be a bit hardcore for a beginner though.