You are on page 1of 13

Arduino and

Programming
Mrs. Lovelace E. Cabato
SLIDESMANIA.C
Samples
SLIDESMANIA.C

Which among the Arduino projects are you most interested in?
Objectives

01 02 03
To be familar with the To know the To write and upload
Arduino software and relationship of code to an Arduino
hardware Robotics and
Programming
SLIDESMANIA.C
What is robotics?
It deals with the design, construction, operation, and
use of robots and computer systems for their control,
sensory feedback, and information processing.
SLIDESMANIA.C
What is a Program?
written in code, a language that both you and the
computer can understand.
SLIDESMANIA.C
What is Arduino?
open-source electronics platform based on easy-to-use
hardware (board) and software (IDE).

cross platform microcontroller


SLIDESMANIA.C
The Arduino Board
SLIDESMANIA.C
The Integrated Development
Environment
contains a text editor for writing code, a message area, a text
console, a toolbar with buttons for common functions and a

IDE
series of menus. It connects to the Arduino hardware to upload
programs and communicate with them.
SLIDESMANIA.C
Coding
SLIDESMANIA.C

Will robots work without coding?


Let’s Check
Let’s Play Quizizz
SLIDESMANIA.C
Challenge
Create an SOS signal using PIN 13 and the built-in LED

S (3 short intervals)

O (3 long intervals)

S (3 short intervals)

*short 500 ms

**long 1000 ms
SLIDESMANIA.C
What we learned today:

The Arduino software Robots/Machines will We programmed an


and hardware not work without Arduino
coding
SLIDESMANIA.C
Homework
Create a code with at least 3 delay intervals. You may
use morse code to send a secret message.

Use the video for your reference.


SLIDESMANIA.C

You might also like