Connect to a ADXL335

조회 수: 8 (최근 30일)
Thomas Merry
Thomas Merry 2020년 7월 17일
편집: Gayatri Menon 2022년 3월 13일
I am looking to connect a ADXL335 via the Arduino Uno microcontroller to MATLAB. I have downloaded the matlab support package (add-on). Within the support package list of functions is readAcceleration, also within the functions is a list of 3 accelerometer (mpu9250, lsm9ds1, mpu6050).
Having already purchased an ADXL335 i am hoping to use the readAcceleration function with my ADXL335. I have successfully connected the Aruino to MATLAB i now want to read the acceleration of the accelerometer. What MATLAB does not tell me is how to set up the ADXL335 so recive the acceleration readings.
If anyone can aswer whether the AXDL335 can be used with readAccleration?
If so how should the Arduino board be wired and what would the code look like?
thank you
Tom
  댓글 수: 1
Luan Angelino
Luan Angelino 2020년 10월 3일
I am have the same problem. Do you find a way to read the data from ADXL335?

댓글을 달려면 로그인하십시오.

답변 (1개)

Gayatri Menon
Gayatri Menon 2022년 3월 13일
편집: Gayatri Menon 2022년 3월 13일
Hi
Assuming one of the analog output pin on the sensor is connected to A4 on Arduino . Now voltage read needs to be converted to acceleration as mention in datasheet.
a = arduino;
readVoltage(a,'A4')
I guess there should be some formula in the datasheet to make the conversion.
Hope this helps
Thanks
Gayatri

카테고리

Help CenterFile Exchange에서 Arduino Hardware에 대해 자세히 알아보기

제품


릴리스

R2019b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by