up and running with arduino

16
Khulna University & Engineering & Technology Department of Electronics & Communication Engineering Mohammed Innat Batch -> 2k14 Up and Running with Arduino Subject ::

Upload: mohammed-innat

Post on 16-Feb-2017

58 views

Category:

Engineering


0 download

TRANSCRIPT

Page 1: Up and running with Arduino

Khulna University & Engineering & TechnologyDepartment of Electronics & Communication Engineering

Mohammed Innat Batch -> 2k14

Up and Running with ArduinoSubject ::

Page 2: Up and running with Arduino

A R D U I N O

INRODUCTION AND APPLICATION

Page 3: Up and running with Arduino
Page 4: Up and running with Arduino

Contents

--> Definition of ARDUINO--> Overview Some Various ARDUINO Device--> Initialization with the interface of ARDUINO prototype--> Introduce with ARDUINO software--> Introduce with ARDUINO programming language & Basic Syntax--> Various Application or Project with ARDUINO prototype

Page 5: Up and running with Arduino

What is Arduino?-> Arduino is an open-source prototyping platform based on easy to hardware and software. It’s intended for anyone making interactive Project.

-> Arduino boards are able to read inputs. We can tell Arduino what to do by sending a set of instruction to the microcontroller on the board.

-> All Arduino boards & Arduino software are completely open source and it is growing through the contribution of users worldwide.

https://www.Arduino.cc.com

Page 6: Up and running with Arduino

Arduino Boards

• Arduino UNO• Arduino 101• Arduino Pro• Arduino MICRO• Arduino Pro Mini• Arduino Nano• Arduino Mega 2560

https://www.Arduino.cc.com

Page 7: Up and running with Arduino

Arduino Boards

VIEWING SOME INTERFACE PARTS

SOME BASIC PART OF ARDUINO BOARD

• USB interface-Ex. Power Supply• Atmega 328 [Micro ctrl]• Reset button-Power LED• Digital pins [14 pins]• Analog pins [6 pins]• Power pins

https://www.Arduino.cc.com

Page 8: Up and running with Arduino

Arduino Board & A USB Cable

1.

2.

3.

Page 9: Up and running with Arduino

Arduino Software [IDE]

• The open source Arduino Software (IDE) makes it easy to write code and upload it to the board .

• Arduino IDE runs on Windows , Mackintosh , Linux.

• The environment is written in Java and based on processing and other open source software.

• Arduino Software can be used with any Arduino boards.

https://www.Arduino.cc.com

Page 10: Up and running with Arduino

Arduino Software [IDE]a quick look over Arduino software interface….

Page 11: Up and running with Arduino

Arduino Software [IDE]a quick example of Arduino programming….

The Arduino IDE supports the languages C and C++ using special rules to organize code.

A typical Arduino C/C++ sketch consist of two functions.

https://www.Arduino.cc.com

Page 12: Up and running with Arduino

A typical Arduino C/C++ sketch consist of two functions ::

• setup(): a function that runs once at the start of a program and that can initialize settings. Used for select the Pin mode , Variable initialization etc.• loop(): a function called repeatedly until the board

powers off. Put all the essential code in here.

Arduino Software [IDE]

https://www.Arduino.cc.com

Page 13: Up and running with Arduino

Application of Arduino• Arduino Home Security.. • Line following Robot..• LED Cubes..• Eye Writer..• Arduino Quadcopter..• 3D Printer..• Laser Harp [ Like a ray guitar ] ..

https://www.Arduino.cc.com

Page 14: Up and running with Arduino

Application of Arduino• Toll Tax Barrier..• System [ like motor or car or robot etc. ] Controlled By

Hand..• A Touchless 3D Tracking Interface..• Calculator , Digital clock , Remote Control , Wireless

Sensor Devices , Voice Control Device , Robotics , Wireless Control System , LED sign board and much more .

Page 15: Up and running with Arduino

Please Visit to the following Website for more information

http://www.arduino.cc.com

http://www.adafruit.com/

http://www.sparkfun.com

Page 16: Up and running with Arduino

That’s all for now & Thank you for your kind attention.

Create Something Great with ARDUINO

- - - - ->> HAVE A GOOD DAY <<--- - -