short answer for shift reg and 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/22

encourage image

There's no tags or description

Looks like no tags are added yet.

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

No analytics yet

Send a link to your students to track their progress

23 Terms

1
New cards

what is the main function of the 74HC595 shift register

converts serial input data into 8 parallel output allowing multiple outputs to be controlled used fewer micro controller pins

2
New cards

how many output pins does the 74HC595 shift register provide

8 parallel output pins

3
New cards

which pins are connected to the shift register

latchpin, clockpin and data pin

4
New cards

what does the latch pin do

stores the shift data and updates the output when set to low

5
New cards

what is the purpose of the shiftout

to shift data bits serially into the shift regsiter

6
New cards

what parameter in shiftout determines the order of data transmission

third parameter in the shiftout function to determine the order of data transmission

7
New cards

difference between LSBFIRST and MSBFIRST

LSB is shifted out first MSB is shiftout first

8
New cards

what is photocell

light dependent resister and a resistor whose resistance decreases as the intensity of light increase

9
New cards

which function reads photocell value

analog read

10
New cards

what is the range of values for analogRead

0 to 1023

11
New cards

advantages of a shift register

pin conservation and simplified wiring

12
New cards

what is a DC motor

converts electrical energy into mechanical enegery using magnetic fields

13
New cards

why cant an arduino dircetly power a DC motor

DC motors draw more current than an Arduino can supply

14
New cards

what role does a motor driver play in controlling a DC motos as Arduino

controls the motors speed by acting as an interface between the arduino and the motor

15
New cards

what is an H-bridge circuit used for

allows DC motor to be driven in both direction

16
New cards

what is a stepper motor

converts electrical pulses into discrete mechanical movements

17
New cards

what is the holding torque in a stepper motos

the torque keeps the motor in position when it is stationary and power is applied

18
New cards

what is the stepsperrevolution variable in the stepper motor control program

defines the number of steps motor must take to complete the full revolution

19
New cards

what is an IR receiver module

recevies infrared signals from an IR transmitter and convert them into electrial signals

20
New cards

how does the NEC protocol work in IR transmissions

NEC modulates a binary signal into infrared light pulse which are decoded by the IR receiver

21
New cards

what happens when an IR remote button is pressed

unique hex code is generated and sent to the IR receiver

22
New cards

what is a rotary encoder

converts the rotational changes in the encoder

23
New cards

what is the main purpose of an interrupt service routine (ISR) in rotary encoder

detects and handles rotational changes in the encoder