Lab Midterm Flashcards
(22 cards)
What is a program subroutine used for?
sequence of program instructions that perform specific task
explain how you can test a fuse with a multimeter to see if it’s working
to see if a fuse is working, test for continuity using a multimeter. a circuit does not have continuity if it is open and the multimeter should read 1. it has continuity if it is closed and the multimeter should read about 0 ohms
What is a relay
electronic switch
LCD
liquid crystal display
used for directional current flow control
diode
this diode produces light when it dispenses voltage
LED
integrated circuit used as an oscillator or timer
555 timer
potentiometer
variable resistor
what does “servoposition = map (flexposition, 650,900,0,180);” mean?
the minimum rotation of 0 degrees in the servo is designated to the 650 decimal valve. the maximum rotation of 180 degrees in the servo is designated to the 900 decimal valve. the decimal valves are derived from the resulting voltage from bending the flex resistor.
What are the 3 pins of a transistor called
base, emitter, controller
What does PWM stand frond how is it useful to use with a servo?
Pulse width modulation. Describing a type of digital signal from analog results, control dimming of RGB LED’s or to control the direction of a servo motor. PWM allows us to vary how much time the signal is high in an analog fashion. While the signal can only be high or low at any time, we can change the proportion of time the signal is high compared to when it is low over a consistent time interval
Why is a relay really helpful when using with micro controllers for sensor-controlled circuits?
Allow for different voltage source to power the display components than the sensor components
SPDT
single pole double throw; describes how there are 2 positions for the common to connect to and produce a different flow path. The 2 positions direct the current to different components
push button
manual switch
serial to parallel convertor, used to extend the number of pins for Arduino
shift register
what order instrument is a capacitor
first
common components in voltage dividers
resistors
output for flex sensors and soft potentiometers
resistance
2N2222 transistor
NPN transistor
2 main components of a relay driver
relay and transistor
ohm’s law
V=iR
Voltage Divider Equation
V1/R1=V2/R2 or
V1=(Vsupply*R1)/(R1+R2)