Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
100% found this document useful (3 votes)
3K views

Introduction To Arduino PowerPoint Presentation On Arduino

Arduino is an open-source hardware and software platform for building electronics projects and interactive objects that can sense and control the physical world. It consists of a microcontroller board and development environment for writing code. The Arduino platform is inexpensive, cross-platform, and allows users to develop interactive objects and prototypes easily through an intuitive programming language that is similar to C/C++.

Uploaded by

Yogesh Sahu
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
100% found this document useful (3 votes)
3K views

Introduction To Arduino PowerPoint Presentation On Arduino

Arduino is an open-source hardware and software platform for building electronics projects and interactive objects that can sense and control the physical world. It consists of a microcontroller board and development environment for writing code. The Arduino platform is inexpensive, cross-platform, and allows users to develop interactive objects and prototypes easily through an intuitive programming language that is similar to C/C++.

Uploaded by

Yogesh Sahu
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 16

Arduino

WHAT IS ARDUINO?
Arduino is a tool for making computers that can
sense and control more of the physical world than
your desktop computer.

It's an open-source physical computing platform


based on a simple microcontroller board, and a
development environment for writing software for
the board
WHY ARDUINO?
Inexpensive
Arduino boards are relatively inexpensive compared to
other microcontroller platforms
Cross-platform
The Arduino software runs on Windows, and Linux
operating systems.
Open source and extensible software
The Arduino software is published as open source tools,
available for extension by experienced programmers

Open source and extensible hardware

Simple, clear programming environment


COMPONENTS OF THE ARDUINO

ATMega168/328
16MHz
crystal/filtering
capacitors
Onboard power
regulators
FTDI USB <-> Serial
Chip
Hardware
NECESSARY
PARTS FOR
ARDUINO
POWER SUPPLY
5 Volt and 3.3 Volt
Regulators
Filtering capacitors
Automatic switching
between external and
USB Power
Leave it out if you
have a filtered 5 Volt
power supply
TYPES OF ARDUINO
TYPES OF ARDUINO
There are many different Arduino variations on the
market, from small boards like the Arduino mini to
large boards like the Arduino MEGA. All have certain
features in common:
•Digital input/output pins (some double as PWM
pins)
•Analog input/output pins
•Serial communication pins
•In-system programming pins (ISP)
•Compatibility with Arduino software
ARDUINO DEVELOPMENT BOARD
ARDUINO SOFTWARE
ARDUINO LANGUAGE
C like syntax, but simplified
Abstracts the pin naming to numbers
Easy to learn, yet powerful
Lots of example code
Easy to reuse C-code from other projects
Libraries can be written in C++
Lots of libraries available
AUTONOUMY

You might also like