Arduino an Introduction - The basic concepts

Preview:

Citation preview

www.facebook.com/unitronhelpcenter

Open source

www.facebook.com/unitronhelpcenter

Why Arduino ?

www.facebook.com/unitronhelpcenter

Open hardware availability

www.facebook.com/unitronhelpcenter

INPUT/OUTPUT

www.facebook.com/unitronhelpcenter

output

www.facebook.com/unitronhelpcenter

Arduino - history

www.facebook.com/unitronhelpcenter

WHEN IT WAS DEVELOPED??

www.facebook.com/unitronhelpcenter

FOUNDER

www.facebook.com/unitronhelpcenter

DEVELOPED BY

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

OFFICIAL BOARDS

www.facebook.com/unitronhelpcenter

ARDUINO UNO R3

www.facebook.com/unitronhelpcenter

www.facebook.com/unitronhelpcenter

www.facebook.com/unitronhelpcenter

Arduino -softwareArduino - software

www.facebook.com/unitronhelpcenter

Two basic function

www.facebook.com/unitronhelpcenter

VOID SETUPSingle flow

Next straight to

VOID LOOP

www.facebook.com/unitronhelpcenter

VOID LOOP

www.facebook.com/unitronhelpcenter

Making empty circular flow

//empty//

CONTROLLING THE PROGRAM FLOW

www.facebook.com/unitronhelpcenter

delay(time)

KEY INSTRUCTIONS

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

www.facebook.com/unitronhelpcenter

VARIOUS METHOD

1.Call functions2. Using references3. Boolean

www.facebook.com/unitronhelpcenter

EMPTY

Making the condition true forever

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

www.facebook.com/unitronhelpcenter

QUERIES at unitronuni@gmail.com

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

www.facebook.com/unitronhelpcenter

THANK YOU

www.facebook.com/unitronhelpcenter

unitronuni@gmail.com

Recommended