Understanding the Differences Between Microcontrollers and Arduino
The foundation of the Arduino platform is the AVR instruction set microcontroller, so it is necessary to understand some differences between microcontrollers and Arduino before using Arduino. 1 What is a Microcontroller? A working computer consists of these parts: Central Processing Unit (CPU) (for computation and control) Random Access Memory (RAM) (for data storage) Read-Only … Read more