Week 1 Flashcards

1
Q

Formulas

A

P = V * I
P = I^2 * R

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Microcontrollers

A

• Microcontrollers can handle I/O and have memory
• Controlled by code
• Reduce need for complex electronics

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is serial communication used for

A

Debugging
• Reading the state of your code
• Measuring inputs
• Measuring voltage
• Showing voltage change over time (oscilloscope)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Disadvantages serial communication

A

Remember that Serial communication is slow and blocking
• Debug lines influence your code execution

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Digital/analog pins

A

Digital pins can output/sense either ‘on’ or ‘off’
* Analog pins can work with analog values by sensing voltages, but
can only sense

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

digital pins

A

oV or 5v

3 I/O modes:
output
input
and pullup

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

positive and neative pole

A

Flat side/short leg = negative
round/long leg = positive

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

PWM

A

marked with a dash, particular mode of output, creates a pattern of low and high output. Seems to be analog

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

analog pins

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly