Search Header Logo
Review of Components

Review of Components

Assessment

Presentation

Fun

8th Grade

Practice Problem

Medium

Created by

Oleander Penz

Used 23+ times

FREE Resource

18 Slides • 21 Questions

1

M1 L1: review of Arduino Components

By Sir Adrian Lapiz

2

media

Prayer

3

media

Attendance

4

Poll

How are you feeling today?

Great

Good

Okay

A little down

Struggling

5

Success Criteria From last meeting

In my work, I am able…

  1. To consider others by behaving during class.

  2. To identify the requirements for Robotics.

  3. To adhere to the rules and regulations for everyone's safety.

6

Lasallian Virtue of the week

Prudence - the ability to govern and discipline oneself through the use of reason.

"I shall act accordingly in class in order for everyone to enjoy their learning experience, including me".

7

Inspirational Message of the Week

media

8

Joke of the Week

media

9

Learning Targets
At the end of the lesson, I can...

  1. To recall the components used in Robotics 7.

  2. To build a simple circuit that utilizes the LED and Buzzer.

  3. To program a simple circuit that utilizes the LED and Buzzer.

  4. Apply these technical skills to propose practical solutions for real-world situations

10

Open Ended

Where do I usually see a single LED in real life?

11

Poll

When it comes to Robotics, I am more fit to be a...

a Circuit Builder

a Programmer

Both

12

Multiple Choice

Question image

In an LED which PIN should be connected to the positive side of the current?

1

The LONGER pin

2

The SHORTER pin

13

Multiple Choice

What type of pins are labelled A0 to A5?

1

Digital

2

Analog

14

Multiple Select

Question image

In a buzzer, which PIN should be connected to the POSITIVE side of the current?

1

The SHORTER wire

2

The LONGER wire

3

The wire that is parallel to the + symbol

4

The wire that isn't parallel to any symbol

15

Multiple Choice

What is the use of a resistor?

1

Increases current

2

Decreases current

16

Multiple Choice

Which resistor is best suited for the LED?

1

220 ohms

2

1k ohms

3

10k ohms

17

Multiple Choice

What is most likely happen if the resistor you used for the LED is the 10k ohm resistor?

1

The LED will burn out.

2

The LED will explode.

3

The LED will be dim.

4

The LED will not work.

18

Multiple Choice

Which is the 220 ohm resistor?

1
2
3

19

Multiple Choice

Which pin of the resistor should be connected to the positive side of the current?

1

Any, the resistor is non-polar.

2

The LONGER pin

3

The SHORTER pin

4

The MIDDLE pin

20

Multiple Choice

Which is NOT a type of buzzer?

1

Active

2

Passive

3

Hybrid

21

Multiple Choice

Question image

What component does this schematic symbol represent?

1

Resistor

2

LED

22

Open Ended

Why do you need a Piezo Buzzer when you could just have a speaker system?

23

media

Build Break!

24

FA1 (Part 1/3): Build the circuit using this schematic

media

25

cONNECT THE CIRCUIT TO YOUR PC

26

  • uNPLUG THE aRDUINO

  • mOVE THE PIN FROM THE 5V TO PIN 13

  • Let's program! Open arduino ide in your computer.

27

Multiple Choice

Question image

What does this button do?

1

Verify

2

Verify and Upload

28

Multiple Choice

What are the two functions required in an Arduino UNO program?

1

void setup and void loop

2

2 void setups

3

2 void loops

4

none of the other answers

29

Multiple Choice

Since we have our LED connected to pin 13, the code for void setup should be pinMode(13, ________);

1

INPUT

2

OUTPUT

30

Multiple Choice

Which one turns on pin 13?

1

digitalWrite(13, HIGH);

2

digitalWrite(13, LOW);

31

Multiple Choice

Which code adds a one second gap between commands?

1

time(1);

2

delay(1000);

3

gap(100);

32

FA1 (Part 2/3)Now create a program for your circuit:

Blink the LED with one second interval. Upload the program.

33

Multiple Choice

When using a buzzer, which code adds a tone?

1

tone(pin, frequency, duration);

2

noTone(pin);

34

Multiple Choice

In tone(pin, frequency, duration); which parameter is optional?

1

pin

2

frequency

3

duration

35

FA1 (Part 3/3)

Now add a buzzer (see schematic) then make it buzz when the LED is OFF.

Take a 5-second video and submit it individually in AnimoSpace.

media

36

Extra Challenge

For those seeking for a challenge, replace the sound into a tune that you want. Make sure it is less than 3 seconds long.

37

media

Questions?

38

media

What are some practical uses for this circuit?

39

Summary

  • The Arduino UNO Microcontroller has Digital and Analog Pins.

  • There are different schematic symbols for buzzer, LED and resistor.

  • Resistors are non-polar, buzzer and LEDs are polar.

  • The LED and Buzzer are output components of Arduino.

  • void setup and loop are required in all Arduino UNO programs.

  • tone and noTone are used to produce a sound for the buzzer.

M1 L1: review of Arduino Components

By Sir Adrian Lapiz

Show answer

Auto Play

Slide 1 / 39

SLIDE