0% found this document useful (0 votes)
52 views

Arduino and Programming

This document discusses an introduction to Arduino programming and robotics. It aims to familiarize students with the Arduino software and hardware, explain the relationship between robotics and programming, and have students write and upload their first code to an Arduino board. Key topics covered include what robotics and programming are, an overview of the Arduino board and IDE, and a challenge for students to code an SOS signal using the on-board LED and delays.

Uploaded by

Lace Cabato
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
52 views

Arduino and Programming

This document discusses an introduction to Arduino programming and robotics. It aims to familiarize students with the Arduino software and hardware, explain the relationship between robotics and programming, and have students write and upload their first code to an Arduino board. Key topics covered include what robotics and programming are, an overview of the Arduino board and IDE, and a challenge for students to code an SOS signal using the on-board LED and delays.

Uploaded by

Lace Cabato
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 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