Read MMA8542 accelerometer i2c in Matlab using Raspberry pi

조회 수: 1 (최근 30일)
Ghada Alsayed
Ghada Alsayed 2020년 3월 3일
Hello!
I need help please, I try to read the position [x,y,z ] in matlab, here is my code,
mypi = raspi;
scanI2CBus(mypi,'i2c-1');
myi2c = i2cdev(mypi,'i2c-1','0x1D');
output-1 = read(myi2c, 8)
In my code I have this result
0 13 248 84 252 254 64 0
My problem here is all value will be the same even if I change the location of the sensor. How I can get the position [x,y,z] , my sensor is MMA8542q
Thank you!

답변 (0개)

카테고리

Help CenterFile Exchange에서 MATLAB Support Package for Raspberry Pi Hardware에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by