Top Banner
www.facebook.com/unitronhelpcen
24

Arduino an Introduction - The basic concepts

Apr 11, 2017

Download

Engineering

Nandha Frost
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Arduino an Introduction - The basic concepts

www.facebook.com/unitronhelpcenter

Page 2: Arduino an Introduction - The basic concepts

Open source

www.facebook.com/unitronhelpcenter

Page 3: Arduino an Introduction - The basic concepts

Why Arduino ?

www.facebook.com/unitronhelpcenter

Page 4: Arduino an Introduction - The basic concepts

Open hardware availability

www.facebook.com/unitronhelpcenter

Page 5: Arduino an Introduction - The basic concepts

INPUT/OUTPUT

www.facebook.com/unitronhelpcenter

Page 6: Arduino an Introduction - The basic concepts

output

www.facebook.com/unitronhelpcenter

Page 7: Arduino an Introduction - The basic concepts

Arduino - history

www.facebook.com/unitronhelpcenter

Page 8: Arduino an Introduction - The basic concepts

WHEN IT WAS DEVELOPED??

www.facebook.com/unitronhelpcenter

Page 9: Arduino an Introduction - The basic concepts

FOUNDER

www.facebook.com/unitronhelpcenter

Page 10: Arduino an Introduction - The basic concepts

DEVELOPED BY

The Arduino core team [from left]—David ,Cuartielles, Gianluca ,Martino, Tomwww.facebook.com/unitronhelpcenter

Page 11: Arduino an Introduction - The basic concepts

OFFICIAL BOARDS

www.facebook.com/unitronhelpcenter

Page 12: Arduino an Introduction - The basic concepts

ARDUINO UNO R3

www.facebook.com/unitronhelpcenter

Page 13: Arduino an Introduction - The basic concepts

www.facebook.com/unitronhelpcenter

Page 14: Arduino an Introduction - The basic concepts

www.facebook.com/unitronhelpcenter

Page 15: Arduino an Introduction - The basic concepts

Arduino -softwareArduino - software

www.facebook.com/unitronhelpcenter

Page 16: Arduino an Introduction - The basic concepts

Two basic function

www.facebook.com/unitronhelpcenter

Page 17: Arduino an Introduction - The basic concepts

VOID SETUPSingle flow

Next straight to

VOID LOOP

www.facebook.com/unitronhelpcenter

Page 18: Arduino an Introduction - The basic concepts

VOID LOOP

www.facebook.com/unitronhelpcenter

Page 19: Arduino an Introduction - The basic concepts

Making empty circular flow

//empty//

CONTROLLING THE PROGRAM FLOW

www.facebook.com/unitronhelpcenter

Page 20: Arduino an Introduction - The basic concepts

delay(time)

KEY INSTRUCTIONS

pinMode(pin,INPUT/OUTPUT)digitalWrite(pin,HIGH/LOW)digitalRead(pin)analogRead(pin, HIGH/ LOW)

www.facebook.com/unitronhelpcenter

Page 21: Arduino an Introduction - The basic concepts

VARIOUS METHOD

1.Call functions2. Using references3. Boolean

www.facebook.com/unitronhelpcenter

Page 22: Arduino an Introduction - The basic concepts

EMPTY

Making the condition true forever

While(1)For(;;)If (a = 1) etc..,

www.facebook.com/unitronhelpcenter

Page 23: Arduino an Introduction - The basic concepts

QUERIES at [email protected]

Hari kumar.P.SNandha.GSurendar.KGokularaman.V

www.facebook.com/unitronhelpcenter

Page 24: Arduino an Introduction - The basic concepts

THANK YOU

www.facebook.com/unitronhelpcenter

[email protected]