1.

What mode should we put the Arduino pin to, in order for object detection to work with the Ultrasonic Sensor?(a) Analog(b) Digital(c) PCM(d) TDMI got this question during an interview.Asked question is from Ultrasonic Sensor in chapter Interfacing of Sensors, Actuators, and Other Modules of Arduino

Answer»

The correct choice is (b) Digital

Explanation: The TRIGGER pin is to be KEPT HIGH for a period of 10 MICROSECONDS meanwhile the ECHO pin is HIGH for the time period it takes for the sent Ultrasonic wave to return to the SENSOR. Thus, the entire detection is digital.



Discussion

No Comment Found

Related InterviewSolutions