Bosch Sensortec Community

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

    BME688/BME380 Datasheet error with Gas Measurement

    BME688/BME380 Datasheet error with Gas Measurement

    phil-by-sea
    New Poster

    Hi,

    I've spent a few days trying to find why I can read TPH, but the ADC value for Gas was always zero.

    The datasheet shows the 'run_gas' flag in register 71h (Ctrl_gas_1), bit postion '4'. This is incorrect - it should be bit position '5'.

    Hope this saves some time for somebody!!!

    -Phil

    philbysea_1-1655385788376.png

     

    9 REPLIES 9

    I believe the correct information is that run_gas is on bits 4 AND bit 5 because the run_gas configuration can be 0x00, 0x01 and 0x02.

    Please have a look at Bosh API which has the correct information : (bme68x.c line 654)

                        if (dev->variant_id == BME68X_VARIANT_GAS_HIGH)
                        {
                            run_gas = BME68X_ENABLE_GAS_MEAS_H;   // = 0x02
                        }
                        else
                        {
                            run_gas = BME68X_ENABLE_GAS_MEAS_L;   // = 0x01
                        }

    The documentation register's table should also be corrected. 

    I kindly ask Bosch to realize how much developper's time they are currently wasting every day  and correct this mistake rapidly by posting a new datasheet version asap.

    Thanks

    BSTRobin
    Community Moderator
    Community Moderator

    Hi phil-by-sea, FGR,

    Sorry for the inconvience. We will check and update BME688 data sheet ASAP.

    BSTRobin
    Community Moderator
    Community Moderator

    Hi phil-by-sea,FGR,

    After check, run_gas should be position 5 in 71h(Ctrl_gas_1) register.
    run_gas is bit 4 in BME680 data sheet, run_gas is bit 5 in BME688 data sheet. To support both BME680 and BME688 in sensor API, BME68X_RUN_GAS_MSK should be 0x30, so sensor API don't need to be modified for BME68X_RUN_GAS_MSK.
    /* Mask for run gas */
    #define BME68X_RUN_GAS_MSK UINT8_C(0x30)

    We will update BME688 data sheet on official website later.

    Hello,

    Thanks for the answer.

    But please correct your datasheet quickly. Why waiting until "later" ?

    People like me (your customer) will waste a lot of time trying to find out the mistake in their software  based on you datasheet.

    So unless you do not care about your developper's customers please update your datasheet now.

    This mistake has been here for months why is it taking so long to updtate a table in a doc and post it on you website ? 

    BSTRobin
    Community Moderator
    Community Moderator
    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