필터 지우기
필터 지우기

I2C Sensor

조회 수: 3 (최근 30일)
Muykim Ly
Muykim Ly 2017년 11월 7일
답변: Madhu Govindarajan 2017년 11월 7일
I know that Matlab has hardware support package for Arduino. There is also an example code for measuring the temp from I2C device on Arduino Hardware. I have MPU 9250. I was wondering if the code also works for measuring the accelerometer, or the gyroscope values?

답변 (1개)

Madhu Govindarajan
Madhu Govindarajan 2017년 11월 7일
Almost every I2C sensor is unique in its own startup routine and such. Once you have figured out what it is from the data sheet for this sensor and then executed it appropriately from MATLAB using this function - https://www.mathworks.com/help/supportpkg/arduinoio/ref/write.html, you should be all set. Then you only have to read the data from the I2C sensor.
HTH, Madhu

카테고리

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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by