Você está na página 1de 2

QUIZ #1

1. pin of an LCD module selects command register when _low__ signal


2. What is the default text direction scroll of an LCD? __Left-to-right__
3. _Keypad__ library is part of Hardware Abstraction libraries
4. One of the main functionalities of clock will be keep track of time which can be done
using RTC chip such ___DS1307___ RTC?
5. _now()__ is a RTC function use extract current date and time
6. __getKey()_ is a keypad function use to return the key that is pressed
7. RTC lib is a light weight date and time library for ____JeeNodes and Arduino’s___?
8. __evaluate()_ is a password function use to guessed user-password is equal to target
password
9. keypad the default debounce time is ___50ms___

QUIZ #2

1. Which wire color defines the signal pin of Servo Motor? Yellow, orange or white
2. _attached()__ is a servo function use to check whether the Servo variable is attached to
a pin
3. Which of the following pin is supported by servo library. ____pin 9 and 10
4. If PWM signal is 115, what is the current position of Servo Motor
___ (180)(115/255)= 81____
5. What is the ADC signal when servo motor rotates at 85°? ___85=(180)(x/1023)= 483___
6. If the stepper motor degree turn is 1.8°/turn. How many steps is required to turn
stepper motor to 750 using half step ______750/(1.8/2)= 833.33__
7. __half-step_ method doubles the basic precision of stepper motor
8. Soft PWM uses a single hardware time (timer 2) on mcu to generate up to __20_ PWM
channels.
QUIZ #3
1.Sensor that measures infrared light emitted from objects that generate heat? passive
infrared (PIR)
2.Ultrasonic sensors are defined as electronic devices that emit an acoustic and determine the
distance between the sensor and an object based on the time it takes to send the signal and
receive the echo.

3.The range of an ultrasonic sensor is determined by the frequency of vibration of the


transducer.

4. Ultrasonic sensor utilizes the sound waves to measure the distance of the object. The speed
of sound in air is constant which is 343m/s in dry air at 20ºC.

5. 583us will correspond to _____ distance? 291.50us=10cm, 291.5x2=583us= 20cm

6. AT+CMGF=1. Set SMS text mode format

7.encode() a GPS function use to feed the object serial NMEA data one character at a time.

8. Interfacing serial GPS unit, connect it to Arduino’s : Hardware serial port and Software serial
port

9. To know the object has never received a valid fix use. GPS_INVALID_AGE

Você também pode gostar