The main purpose of the Arduino board is to interface with the devices and sensors, so      it’s great for hardware projects in which you simply want things to respond various sensor readings and manual input.This may not seem to be a lot, but it is actually a



very ophisticated system that allows you to better manage your devices. It is great for interfacing with other devices and actuators, where a full operating system would be overload for handling simple read and response actions. It has 8-bit 
AVR microcontroller and hardware support for SPI, I2C and Serial

Comments

Popular Posts