05-13-2022 01:42 PM
hello,
I am currently working with the BHI260AP Shuttle Board 3.0 and Application Board 3.0. Thanks to the different manuals available online I was able visualize the data provided by the sensors through the desktop application but unfortunately I can't test the examples available on Github with Eclipse .
My question is where can I find the necessary documentation to do this topic? Has anyone managed to test these examples with another IDE? If yes, how did they do it?
My main goal is to explore the AI side of the sensor but I can't find enough documentation about it and also no example where this attribute is highlighted.
05-13-2022 04:37 PM
Hi Marilyn,
Do you mean you want to test this example code on github? https://github.com/BoschSensortec/BHY2-Sensor-API
For BHI260AP Shuttle Board 3.0 and Application Board 3.0, the example code run under COINES environment. You could install COINES software: https://www.bosch-sensortec.com/software-tools/tools/coines/
Refer the guide file under "C:\COINES\v2.6.0\doc" folder to test the example code.
05-16-2022 02:17 PM
Hello Robyn,
thanks for your reply, l did also tried to test examples from COINES but l was only able to test the bhy2cli example. The euler example didn't worked. The following image shows the console output after debugging the euler project.
I think that the firmware available in COINES is not compatible with the BHI260AP. "[Sensor error] Bootloader reports: Firmware Upload Failed: ECDSA Signature Verification Failed"the
I tried to upload the same firmware from COINES with the Desktop App but it also didn't worked as you can see in the following picture.
Is there any solution to this problem?
As i said in my last post my main goal is to use the self learning mode with the sensor. Are there any examples or documentation to achieve this goal? Where can i find these informations?
Kind regards
Marilyn
06-13-2022 09:01 AM
Hi Marilyn,
From error information, you didn't run the example code with correct BHI260AP firmware.
//#include "bhi260/Bosch_SHUTTLE_BHI260_BMM150.fw.h"
#include "bhi260ap/Bosch_APP30_SHUTTLE_BHI260_aux_BMM150.fw.h"
The result:
06-22-2023 03:15 PM
Apparently the current version of bosch sensortec api is not working for updating firmware of bhi260ap, use this older verison instead. It worked for me 😄
https://github.com/boschsensortec/BHY2-Sensor-API/tree/v1.3.0/firmware/bhi260