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
[โ€“] dragontamer@lemmy.world 4 points 11 months ago* (last edited 11 months ago) (1 children)

SBCs are also incredibly efficient, giving them an edge where power-saving is concerned.

Ummmm. Wat? Unfortunately, there's a lot of questionable advice in this article. I don't think its a very good overview.

I think the most popular SBC today is Rasp. Pi4. The microcontroller board from that company is Rasp. Pi Pico (using the RP2040). Looking at the difference between Rasp. Pi4 vs Rasp. Pi Pico is all you need to know. RP4 is ~6000mW+, depending on circumstances. Rasp. Pi Pico is like 100mW IIRC. RP4 has a Linux computer with Gigabytes of RAM/Storage and GHz of clock speed. The Pico is MHz of clock speed and kBytes of RAM/storage.

IMO, Microcontrollers are for electrical engineers who decide that a computer might be helpful for their project. SBCs / Microprocessors are for people who need a proper computer for their task.

[โ€“] minnix@lemux.minnix.dev 1 points 11 months ago

A lot of the benefits they list for SBCs can be applied to MCs as well it seems.