BHI360 quaternion.c

Hello, I am new to this and I am currently using BHI360 with APP3.0.

Does anyone know which Flash file I should be using? I have been trying to run the files below but it keeps giving me error.

#ifdef UPLOAD_FIRMWARE_TO_FLASH
#include "bhi260ap/BHI260AP_aux_BMM150-flash.fw.h"
//#include "bhi360/BHI360_Turbo.fw.h"
#else
//#include "bhi260ap/BHI260AP_aux_BMM150.fw.h"
#include "bhi360/BHI360_Aux_BMM150.fw.h"
#endif
 

 

Best reply by FAE_CA1

Hi,

We used the CONIES 2.8.8 SW and cannot reproduce the issue. All of the BHI360 example codes are working fine. Please check the following:

  1. BHI360 doesn't have the flash version FW such as "bhi260ap/BHI260AP_aux_BMM150-flash.fw.h", please make sure you use the correct FW.
  2. According to the error message on your screenshot, there seems something wrong in the HW connection. Please check if the HW connection is correct or APP3.0 board is swithed on. You can try to restart the App3.0 board or use another USB cable.
  3. Reset the configuration of App3.0 again. Go to \COINES\v2.8.8\firmware\app3.0 and run the file update_dd_fw.bat. After this, go to C:\COINES\v2.8.8\firmware\app3.0\coines_bridge and run the *.bat (conies_bridge).
  4. Go to the \COINES\v2.8.8\coines-api ** run the command "make clean" and rebuild the euler.exe again.

Please let us know how it goes.

Thanks.

View original
9 replies
Resolved