lec 6 Flashcards

1
Q

what is an ultrasonic sensor used for

A

distance measurement typically comprises of an ultrasonic emitter and
an ultrasonic detector

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

how can ultrasonic sensor detect sound waves

A

high frequency sound

waves produced by the emitter will bounce off solid objects and be reflected back to the detector

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

how can you measure distance to object

A

speed of sound TIMES (pulse time of flight / 2)

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

what is the emitter pulse called

A

chirp

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

what is the receiver pulse called

A

echo

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

what module is used for ultrasonic sensing , and how accurate is it

A

HC-SR04

3mm accuracy

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

how to connect module to Arduino

A

Vcc (+5 volts)
GND (ground 0 volts)
Trig (connect any digital pin on OUTPUT)
Echo ((connect any digital pin on INPUT))

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

what are the means of these key features on syntax -Variable_name = pulseIn (pin, value, timeout)

A
pin = pin value on I/0
value = logic condition (HIGH or LOW)
timeout = waiting time for pulse (usually 1 second)
variable_name = long integer data type, to hold delay time in microseconds.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

what is speed of sound dependant on

A

temperature

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