bno055 System "uncalibrated"

조회 수: 12 (최근 30일)
Junpeom Kim
Junpeom Kim 2021년 11월 20일
댓글: Dimas apray 2023년 12월 21일
I was working with my adafruit bno055, and tried to interface it with matlab. I was able to interface both my Uno and my bno055 sensor. I followed the matlab's documentation page to calibrate the bno055 senor. and used the readCalibration status command to see how it went. I got this message on my terminal. I got the following message...
I also followed the offical matlab's tutorial on how to connect the bno055 with matlab in their website. The question is how do I get the system status to be calibrated ?. I also was able to get the sensor system to be fully calibrated using Arduino's IDE. So I know that I didn't recive a fauly bno055 senor.
  댓글 수: 3
Israel Ngoy
Israel Ngoy 2023년 1월 10일
Did you solve the issue? if yes, can you please share with me
Dimas apray
Dimas apray 2023년 12월 21일
same problem

댓글을 달려면 로그인하십시오.

답변 (2개)

Gayatri Menon
Gayatri Menon 2022년 3월 13일
Hi
Have you tried the calibration steps as mentioned in the below doc
Thanks
Gayatri

Germano Gallicchio
Germano Gallicchio 2022년 3월 16일
편집: Germano Gallicchio 2022년 3월 16일
Have you found a solution? If not, try using the 'Adafruit/BNO055' library instead of the 'I2C'. Initially, I was getting the same error as you. Now I can calibrate the System to 'full'.
arduinoObj = arduino('COM7', 'Micro', 'Libraries', 'Adafruit/BNO055');
I am using MATLAB version 2020b. The 2021b version of the Arduino package does not include the 'Adafruit/BNO055' library.

카테고리

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

태그

제품


릴리스

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by