this post was submitted on 07 Nov 2023
1 points (66.7% liked)

MICROCONTROLLERS

791 readers
1 users here now

Everything microcontrollers: projects, questions, new releases, etc.

dragontamer's Beginner Guides:

Beginner Series I: What is a Microcontroller?

Beginner Series II: The "Generic" Microcontroller

Beginner Sidenote: Microchip's Signal Chain Design Guide

Beginner Series III: Skills and Complexity Tiers

Beginner Series IV: Deep Dive into Microchip's AVR EA

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] LazaroFilm@lemmy.world 2 points 11 months ago

Some projects like Klipper use both SBC and MCU boards together. A Pi is powerful for intense calculations while an arduino is good at timed actions as it all happens in a single thread.