0% found this document useful (0 votes)
51 views5 pages

Arduino

The Arduino Uno is an open-source prototyping platform intended for artists, designers, hobbyists and anyone interested in creating interactive objects. It uses an Atmel Atmega328 microcontroller and is the most popular Arduino board for starters, with standard USB for programming and power, 14 digital input/output ports, 6 analog input ports, and 1 hardware serial port. The Arduino IDE software is required to write and upload sketches from a computer to the board.

Uploaded by

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

Arduino

The Arduino Uno is an open-source prototyping platform intended for artists, designers, hobbyists and anyone interested in creating interactive objects. It uses an Atmel Atmega328 microcontroller and is the most popular Arduino board for starters, with standard USB for programming and power, 14 digital input/output ports, 6 analog input ports, and 1 hardware serial port. The Arduino IDE software is required to write and upload sketches from a computer to the board.

Uploaded by

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

Arduino Uno

ARDUINO IS AN OPEN--‐SOURCE ELECTRONICS PROTOTYPING PLATFORM BASED ON


FLEXIBLE, EASY--‐TO--‐USE HARDWARE AND SOFTWARE. IT'S INTENDED FOR
ARTISTS, DESIGNERS, HOBBYISTS AND ANYONE INTERESTED IN CREATING
INTERACTIVE OBJECTS OR ENVIRONMENTS.

Since Arduino is Open Source, the CAD and PCB design is freely available. Everyone
can buy a pre--‐assembled original Arduino board or a cloned board from another
company. You can also build an Arduino for yourself or for selling. Although it is
allowed to build and sell cloned Arduino boards, it’s not allowed to use the name
Arduino and the corresponding logo. Most boards are designed around the Atmel
Atmega328.
There are several different Arduino boards on the market (both original and cloned).

• Arduino UNO
o Most popular board. Ideal for starters.
o Standard USB for data and power and programming.
o Power Input connector.
o female headers.
o 14 digital I/O ports (of which 6 PWM).
o 6 analog input ports.
o 1 hardware serial port (UART).
There are several different Arduino boards on the market (both original and cloned).

Arduino MEGA

Arduino Nano
As Arduino UNO is used most of the times, we will do so
Arduino IDE

To edit, compile and upload software projects (sketches) from your computer, you need
At least the Arduino IDE.

You might also like