Hello @moises
There is no problem with BME680 sensor in 3.0.0.6 . But I can confirm that there is problem with GPS Close command. We will ticket this bug.
I see the same issue with firmware 3.0.0.6, GPS fix fails after wake up from sleep and GAS is missing from BME680, tested on two 5205 boards delivered last week.
Yes BME gas functions is good one. Software team has some issues due to problem in Bosch libraries.
Maybe in some of next releases will be turn on again.
@lx3kr yes, i can confirmed that GPS after version 3.0.0.3 have problems with sleep,wake cycles.
We have bug ticket this and will be fixed soon.
I also experienced the issues with gps on 3.0.0.6.
This triggered me to also look at the schematics and i noticed that -at least in the schematics that i could find- the V_BCKP pin of the gps module is not connected. According to the datasheets it can (should) be either connected to the VCC of the gps module (V_BCKP not powered when GPS_3V3 is off); or connected to a backup voltage (V_BCKP powered even when GPS_3V3 is off), which could be VCC_3V3 on the board.
If i understand correctly the latter case would enable a quicker fix since the ram on the gps module is still powered, at the cost of around 15 microA of additional always on current.
Has it been a specific design choice not to connect V_BCKP ?
Thanks for looking into this!