EPICS Exam 1 Review

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/14

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

15 Terms

1
New cards

Arduino

Open-source microcontroller

Reads inputs and controls outputs

14 digital input/output pins

6 analog pins can be powered via USB or external forces (5-12V)

<p>Open-source microcontroller</p><p>Reads inputs and controls outputs</p><p>14 digital input/output pins</p><p>6 analog pins can be powered via USB or external forces (5-12V)</p>
2
New cards

Analog Signal VS Digital Signal

Infinite possibilities

Finite set of possible values

3
New cards

Void Setup VS Void loop

Void setup is just the initial steps to run and loop is the repeated steps after setup.

4
New cards

DC VS AC energy

DC is one-directional while AC is an electrical current that periodically reverses direction and changes its magnitude continuously.

<p>DC is one-directional while AC is an electrical current that periodically reverses direction and changes its magnitude continuously.</p>
5
New cards

Voltage Source

V, Volts -|+-|- with a circle and + on top and - on bottom in the middle of the circle

6
New cards

Ground

Always 0 volts

Gnd represented by and upside down T and two lines below it

7
New cards

Resistor and Potentiometer

Both represented by ohm and the greek o-ish symbol

8
New cards

Ohms Law

V=IxR

Voltage

I=current

Resistor

9
New cards

Electrical Power

Rate at which electrical energy is converted into another form.

P=VxI

I=Current(A,Amps)

10
New cards

Resistor Values

knowt flashcard image
11
New cards

Series Resistor Formula

Req=R1+R2

12
New cards

Parallel Resistor Formula

Req=1/1/R1+1/R2

13
New cards

HC-SR04 Ultrasonic Sensor

Detects distance from electrical sound pulses.

Range up to 13 feet

Looks like two little speakers

14
New cards

Distance Calculation

SpeedxTime

15
New cards

Potentiometer

knowt flashcard image