Arduino Micro Controller
Arduino Micro Controller
❖ Small computers integrated in a single chip: ▪ CPU, RAM, EEPROM and other Peripherals in the
same package.
❖ 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;