Digital technologies/Arduino/Arduino- Beginner: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 1: | Line 1: | ||
== Understanding of the Arduino Board == | ==Understanding of the Arduino Board== | ||
=== What is a micro-controller? === | ===What is a micro-controller?=== | ||
A | A mico-controller is a compact integrated circuit that receives input from the environment, processes the input and can produce an output. It receives input from its I/O pins and processes the signals received using the CPU onboard the chip. Micro-controllers are usually embedded in larger systems and are utilized in many areas of life including vehicles, medical devices, home appliances, and more. | ||
=== Arduino board sections === | |||
There are 5 important board sections that the user must have a solid understanding of to complete the project. These sections are outlined below: | |||
<br /> |
Revision as of 18:28, 22 August 2021
Understanding of the Arduino Board
What is a micro-controller?
A mico-controller is a compact integrated circuit that receives input from the environment, processes the input and can produce an output. It receives input from its I/O pins and processes the signals received using the CPU onboard the chip. Micro-controllers are usually embedded in larger systems and are utilized in many areas of life including vehicles, medical devices, home appliances, and more.
Arduino board sections
There are 5 important board sections that the user must have a solid understanding of to complete the project. These sections are outlined below: