0% found this document useful (0 votes)
11 views

Arduino Micro Controller

Description of Arduino uno controller

Uploaded by

kkk
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views

Arduino Micro Controller

Description of Arduino uno controller

Uploaded by

kkk
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Arduino Micro controller:

❖ Small computers integrated in a single chip: ▪ CPU, RAM, EEPROM and other Peripherals in the
same package.

❖ Excellent for embedded applications;

❖ Low cost and low power consumption; (ATMEGA328P ~ 1.5 $)

❖ Can work up to tens of MHz as clock frequency; ▪ Can work with low frequency also, few MHz.

❖ Standalone devices; ▪ most of them only need power and a clock source to run.

➢ Open source-source electronics development board, based on easy-to-use hardware and software
interface;

➢ Very easy to use and its has a broad range of libraries and example codes; ➢ Arduino language is
merely C/C++;

➢ It has embedded an U(S)ART monitor in order to check the communication with microcontroller;
➢ Using Processing software (embedded in the latest Arduino compiler version) data can be
displayed, GUIs can be made;

You might also like