I2C Sensor

3 次查看(过去 30 天)
Muykim Ly
Muykim Ly 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