quiz 1 computer interface motors

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/29

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 6:41 PM on 9/1/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

30 Terms

1
New cards

what is a DC motor

A motor that converts electrical energy into mechanical energy through magnetic fields and current

2
New cards

What power source do DC motors typically require?

Battery pack or external power supply

3
New cards

What is a key component required to control a DC motor with an Arduino?

Motor driver circuit

4
New cards

What is the maximum bidirectional drive current for the L293D motor driver IC?

600 mA

5
New cards

What is the purpose of an H-Bridge in motor control?

To allow the motor to be driven in both directions

6
New cards

Which function in Arduino code is used to set pins as OUTPUT?

pinMode

7
New cards

What is the maximum PWM value used for motor speed control?

255

8
New cards

what happens when the ENABLE pin on the L293D IC is set to LOW

motor stops

9
New cards

what is a stepper motos

A motor that converts electrical pulses into discrete mechanical movements

10
New cards

What is the typical step size for a 200-step stepper motor?

1.8

11
New cards

Which library is used in Arduino to control stepper motors?

stepper

12
New cards

What does the variable stepsPerRevolution represent in the Stepper motor code?

number of steps for one full revolution

13
New cards

What type of control system do stepper motors typically operate in?

open-loop

14
New cards

What is holding torque in stepper motors?

The torque that maintains the motor's position when no movement is required

15
New cards

Which library is required to decode infrared signals in Arduino?

IRremote

16
New cards

Which device is used to receive infrared signals from a remote control?

IR receiver module

17
New cards

What is the role of the translateIR() function in the infrared remote control program

To interpret received IR signals into commands

18
New cards

Which remote control protocol is commonly used in Arduino projects?

NEC

19
New cards

Which signal modulation technique is used to avoid interference in IR communication?

Signal modulation

20
New cards

What does the rotary encoder do in motor control applications?

Converts rotational motion into digital signals

21
New cards

What is the purpose of the attachInterrupt function in a rotary encoder program?

To monitor when the rotary encoder is rotated

22
New cards

Which function is used to send PWM signals in Arduino to control motor speed?

analogWrite

23
New cards

What value does analogWrite function expect to control PWM?

0 to 255

24
New cards

What is the maximum drive voltage for the L293D motor driver?

36v

25
New cards

In the stepper motor program, what does myStepper.setSpeed(15) do?

Set the motos speed to 15 RPM

26
New cards

In the IR receiver program, what is the main purpose of the irrecv.resume() function?

to resume receiving the next IR signal

27
New cards

which of the following does not require feedback to control position

stepper motor

28
New cards

what happens when both switches S1 and S4 are closed in an H-Bridge circuit

motor rotate forward

29
New cards

which pins on a rotary encoder are responsible for detecting direction

PinA and PinB(?)

30
New cards

what is the typical step size for a 360-step stepper motor

4(?)