Advanced Arduino Training

Advanced Arduino Training

Professional Development

7 Qs

quiz-placeholder

Similar activities

Arduino 001

Arduino 001

2nd Grade - Professional Development

8 Qs

Bơm tiêm điện type SS

Bơm tiêm điện type SS

Professional Development

12 Qs

Arduino Activity

Arduino Activity

Professional Development

10 Qs

thinkerkit arduino

thinkerkit arduino

Professional Development

3 Qs

Class - 20

Class - 20

KG - Professional Development

11 Qs

motion and measurement of distances

motion and measurement of distances

KG - Professional Development

10 Qs

Baking

Baking

KG - Professional Development

10 Qs

Engine Tech Week 1

Engine Tech Week 1

Professional Development

10 Qs

Advanced Arduino Training

Advanced Arduino Training

Assessment

Quiz

Science

Professional Development

Easy

Created by

Tan WM

Used 1+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

pyfirmata is a standard communication between microcontroller and PC through Serial port.

True

False

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Arduino.get_pin("d:3:o") set the digital output to Pin 3.

True

False

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Arduino.get_pin("d:3:p"), the "p" means PWM (Pulse Width Modulation).

True

False

4.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

board.digital[13].write(1) means writing value 13 on Pin 1.

True

False

5.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

board = Arduino('COM3') assigns your connection between PC and Arduino on COM3 port.

True

False

6.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

board.get_pin("a:5:i") assign Pin 5 to analog output.

True

False

7.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Using pyfirmata allow users to interactively send/get data from Arduino without compiling and uploading the code.

True

False