Bosch Sensortec Community

    cancel
    Showing results for 
    Search instead for 
    Did you mean: 
    SOLVED

    Is it Possible to Manually Recalibrate the BNO055?

    Is it Possible to Manually Recalibrate the BNO055?

    HughJ
    Member

    I am using the BNO055 in accelerometer only mode and have saved calibration offsets to EEPROM. The calibration offsets are successfully restored upon powering on the device.

    Would it be possible to add a button (in software or hardware) that can be used to recalibrate the BNO? So when you press the button, the BNO resets its calibration values to 0 for system, gryo, accel, and mag and goes through the entire calibration process again. I've tried adding a button that enters a fusion mode and sets the calibration values to 0, but it seems like that isn't enough to make the BNO look for new offsets.

    The ideal solution would not require me to power off the device or load a separate firmware in order to recalibrate.

    EDIT: I took another look at the BNO055 Data Sheet 1.4 and saw in section 3.11.4 it mentions "the internal calibration routine". I think this calibration routine is what I would like to manually invoke.

     

    Thank you

    5 REPLIES 5

    Ok I got to a solution:

    I had to partially give up one of my ideal conditions in not having to restart the device.

    I have a C++ application that can communicate to/from the BNO055 via an Arduino Micro. I added a button to this C++ application that sent a command over serial to my microcontroller setup. That command triggered the following logic in the Arduino code:

    //PseudoCode
    
    resetIdentifier(); // Reset the stored BNO ID to 0.
    resetOffsets(); // Reset the stored BNO calibration offsets to 0s.
    
    wdt_enable(WDTO_15MS); // turn on the WatchDog and let it go.
    while(true) {} // Wait until the device restarts.

     So I reset all of the EEPROM data for the BNO and then used the watchdog to restart the device.

    On setup(), it checks the EEPROM to see if the BNO ID is listed in EEPROM and then grabs its calibration offsets. Since these were cleared, it goes through the calibration process again and stores the new offsets upon completion.

    This solution worked out great, except I also had to add a re-initialization for the serial connection in my C++ application before trying to send another command.

     

    Thank you very much for your help!

    Icon--AD-black-48x48Icon--address-consumer-data-black-48x48Icon--appointment-black-48x48Icon--back-left-black-48x48Icon--calendar-black-48x48Icon--center-alignedIcon--Checkbox-checkIcon--clock-black-48x48Icon--close-black-48x48Icon--compare-black-48x48Icon--confirmation-black-48x48Icon--dealer-details-black-48x48Icon--delete-black-48x48Icon--delivery-black-48x48Icon--down-black-48x48Icon--download-black-48x48Ic-OverlayAlertIcon--externallink-black-48x48Icon-Filledforward-right_adjustedIcon--grid-view-black-48x48IC_gd_Check-Circle170821_Icons_Community170823_Bosch_Icons170823_Bosch_Icons170821_Icons_CommunityIC-logout170821_Icons_Community170825_Bosch_Icons170821_Icons_CommunityIC-shopping-cart2170821_Icons_CommunityIC-upIC_UserIcon--imageIcon--info-i-black-48x48Icon--left-alignedIcon--Less-minimize-black-48x48Icon-FilledIcon--List-Check-grennIcon--List-Check-blackIcon--List-Cross-blackIcon--list-view-mobile-black-48x48Icon--list-view-black-48x48Icon--More-Maximize-black-48x48Icon--my-product-black-48x48Icon--newsletter-black-48x48Icon--payment-black-48x48Icon--print-black-48x48Icon--promotion-black-48x48Icon--registration-black-48x48Icon--Reset-black-48x48Icon--right-alignedshare-circle1Icon--share-black-48x48Icon--shopping-bag-black-48x48Icon-shopping-cartIcon--start-play-black-48x48Icon--store-locator-black-48x48Ic-OverlayAlertIcon--summary-black-48x48tumblrIcon-FilledvineIc-OverlayAlertwhishlist