Hello,
I'm currently testing Bosch Sensortec sensors using an Application Board 3.1 together with COINES SDK.
Hardware setup:
Application Board APP3.1
BMV080 Shuttle Board
Another setup with BME690 Shuttle (8x BME690)
Steps performed:
Installed the latest COINES SDK
Updated the APP3.1 firmware using the provided firmware update scripts
After installing the Bosch Sensortec Application Board drivers, the board appears in Windows Device Manager as USB Serial Device (COM10).
Compiled the BMV080 example from
examples/bmv080/api_examples/x86_x64
Ran the example application
Command used:
bmv080_example.exe COM10
Result:
Initializing a serial communication failed with combridge status 10
Additional test performed with BME690 shuttle board:
I compiled and ran the BME690 forced mode example from:
examples/BME690/examples/forced_mode
Execution result:
! Warning invalid sensor shuttle : 0x57 (Expected : 0x93)
This application will not support this sensor
SPI Interface
API name [bme69x_init] Error [-3] : Device not found
This suggests that the board is detected but the reported shuttle ID (0x57) does not match the expected one for the example (0x93).
Additional observations:
The Bosch Sensor GUI also fails to detect the shuttle board.
The GUI reports Unsupported sensor (Shuttle board id: 0x197) when the BMV080 shuttle is connected.
When using the BME690 (8x) shuttle, the GUI reports Shuttle ID: 0x57.
The board itself appears functional: the device enumerates correctly and can switch to MTP mode, where the internal filesystem becomes accessible via USB.
Environment:
Windows 11
COINES SDK (latest available from Bosch)
Application Board firmware updated via prepare_app31.bat
Questions:
Is APP3.1 officially supported with the BMV080 shuttle in the current COINES SDK?
Does combridge status 10 indicate a firmware / bridge protocol mismatch?
Are additional firmware images or configuration steps required for BMV080 or multi-BME690 setups?
Any guidance on the correct firmware or example workflow for APP3.1 + BMV080 would be appreciated.
Best regards