Computer or controller?
How is a Raspberry Pi different from an Arduino-style board?
Understand it
A Raspberry Pi single-board computer has a processor, memory, storage, operating system and multitasking applications. A microcontroller usually starts one dedicated program quickly and uses less power. Choose based on startup time, interfaces, power and software needs.
Choose a step to inspect it, or run the complete sequence.
A useful analogy
A laptop manages many activities; a digital alarm clock performs one focused job immediately.
Worked example
Use a Raspberry Pi for a camera web dashboard; use a microcontroller for a battery sensor that wakes briefly every minute.
- List five needs for a wildlife camera.
- Mark which need favours an SBC or MCU.
- Choose one and defend the trade-off.
Quick checkWhy might a microcontroller suit a tiny battery device better?
Answer: It can use less power, start quickly and run one dedicated task without a full operating system.