I am trying to communicate with BNO055 sensor connected to beaglebone through I2C protocol in Matlab. I am using the following code but it is showing output as 0 or an array of 8192 elements. How to interpret data or mistake in code?
1 次查看(过去 30 天)
显示 更早的评论
bbb = beaglebone;
addr = scanI2CBus(bbb,'i2c-1');
i2csensor = i2cdev(bbb,'i2c-1',char(addr));
readRegister(i2csensor,'28')
clearvars
0 个评论
回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!