1.

What mode should the 3 axis pins of the ADXL-335 be read in, in an Arduino in order to obtain meaningful values?(a) Analog(b) Digital(c) PCM(d) TDMThis question was posed to me during an interview for a job.My question is from ADXL335 Accelerometer Sensor topic in portion Interfacing of Sensors, Actuators, and Other Modules of Arduino

Answer»

The CORRECT choice is (a) Analog

Explanation: The AXIS pins of the ADXL-335 Accelerometer give output in the form of analog signals. These should then be READ from the Arduino with the HELP of the “analogRead()” method so as to obtain the full voltage VALUE that they are putting out.



Discussion

No Comment Found

Related InterviewSolutions