InterviewSolution
Saved Bookmarks
| 1. |
Which of the formulae give us the value of acceleration for the x-axis in the ADXL-335?(a) Axout = (((Value * Vref) / 1024) – 1.65) / 0.330(b) Axout = (((Value * Vref) / 1024) – 1.65) / 2000(c) Axout = (((Value * Vref) / 1024) – 1.65) / 330(d) Axout = (((Value * Vref) / 1024) – 1.65) / 0.12I have been asked this question during an internship interview.The doubt is from ADXL335 Accelerometer Sensor in section Interfacing of Sensors, Actuators, and Other Modules of Arduino |
|
Answer» Right choice is (a) Axout = (((Value * VREF) / 1024) – 1.65) / 0.330 |
|