2. Arduino learning notebook -- What's Arduino? (VOL. 1)

2. Arduino learning notebook -- What is Arduino? (VOL. 1) Juvtmall (a company supply PCB Prototyping, PCBA service, sell module and so on) If you want to understand arduino, it’s needed to know what a single chip machine is. Because the arduino platform is based on single chip of the AVR instruction set. 1. What is a MCU? What are the differences between MCU and COMPUTER? A computer includes five parts: CPU(operation 、 control) 、 RAM(digital storage) 、 ROM ( program storage )、 I/O (serial, parallel output, etc.). These parts are divided into a number of chips on a personal computer(PC), which are united on a printed circuit board(PCB) called mainboard. In SCM, these parts are all united in a piece of integrated circuit chip, so MCU. There are kinds of single chip machines, beside the above parts, also integrates other parts such as analog/digital conversion (A/D) and digital/analog conversion (D/A), etc. 2、 Wh...