Borrar filtros
Borrar filtros

i2c read

2 visualizaciones (últimos 30 días)
rafa sh
rafa sh el 24 de Nov. de 2017
Respondida: Samuel Louise el 30 de Dic. de 2018
in matlab 2017 and after downloading arduino support packages i have a block called i2c read
i am trying to read the pitch,roll and yaw angles of mpu9250,
i entered the slave device address(0x68) and entered the slave address to read from (0x43)(gyro_x_H) for example and i keep having wrong values like 1,3,255
any one have experience in this??

Respuestas (1)

Samuel Louise
Samuel Louise el 30 de Dic. de 2018
you might have been reading the data in a different format. check your uint8 or uint16. this may be the problem. Also it could be because of the noises to the MPU, you may need to calibrate it, refer to your datasheet for more information into how to recalibrate your data...

Community Treasure Hunt

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

Start Hunting!

Translated by