InterviewSolution
Saved Bookmarks
| 1. |
If the PPM concentration of a gas that is being detected by the MQ2 Gas Sensor increases what will happen to its Analog Output pin?(a) Voltage Increases(b) Voltage Decreases(c) Voltage becomes 0(d) Voltage doesn’t changeThis question was addressed to me during an online exam.The query is from MQ2 Gas Sensor Module in section Interfacing of Sensors, Actuators, and Other Modules of Arduino |
|
Answer» CORRECT option is (a) Voltage Increases To elaborate: The MQ2 Gas SENSOR has two output pins, one is digital and one is analog. The analog PIN’s voltage is set so that it is directly proportional to the PPM value in the air subject to variation in calibration from the potentiometer, so as the PPM level rises so does the voltage in the analog output pin until it reaches 5V. |
|