Hardware Flashcards

1
Q

Which communications protocol does the Arduino board use?

A

The Tx and the Rx pins can be used for UART communication, but with a library it is possible to use all the other pins for UART also. There is also A4 and A5 that are SDA and SCL pins, so you can use I2U as well.

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

Which are the PWM pins?

A

The ones with a ~ symbol.

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

What does the crystal oscillator on the board do?

A

It gives the board ability to keep track of time, generate PWM and do serial communication. It oscillates at 16MHz which means it can execute binary instructions at 16 million times per second

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

Which microcontroller does the board have?

A

ATMEGA328

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

What minimum resistance can you connect in a circuit?

A

The maximum current the arduino can offer is 20mA (= 0.02A). If you have the circuit connected to 5V it gives by Ohms law R = 250 (the 220 resistance is ok as well). If you connect it to the 3.3V it gives R = 165 Ohm.

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

Whats the difference between a 1/8 W resistor and a 1/4W?

A

The 1/8W can tolerate that much Watts. So you need to know how much current will go through it and also how high voltage will be over it.

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

How does a button work?

A

When you press it, the circuit gets connected and current can flow through it

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