BHI2xy_SensorAPI icon indicating copy to clipboard operation
BHI2xy_SensorAPI copied to clipboard

Sensor API for the BHI260AP, BHI260AB and BHA260AB smart sensors

Results 11 BHI2xy_SensorAPI issues
Sort by recently updated
recently updated
newest added

Hello, I am using a BHI360 6-axis IMU connected to a BMM350 magnetometer on a custom PCB and I wasn't able to make them work using the "BHI360_BMM350C" firmware. Therefore,...

Hi, we are making a satelite for AAS CanSat 2024 from Yonsei University, and selected Bosch Sensortec BHI360 Shuttle Board 3.0 for 9-DoF IMU and presure & temperature. I found...

Hi, I am working on barometer BMP390 which is mounted on BHI260AP (bhi260ap shuttle board 3.0). I am accessing BHI260AP shuttle board via I2C using Host MCU and able to...

Hey, I am currently following the SDK Quick Start Guide for Linux. When I try to build the program with the command „./build.sh“, I get the error Ninja: build stopped:...

I think `(hif->read != NULL)` should be `(hif->write != NULL)` as write is used not read https://github.com/boschsensortec/BHY2-Sensor-API/blob/f1032049ecc9187dc84a537541c0abc995f6a89b/bhy2_hif.c#L450-L457

After creating the FW file, as described in the example from the Arduino library (BHY2 - BHYFirmwareUpdate), with the latest BHI260AP-flash.fw file from the github repository, and loading it to...

Hi example owners, Thanks for your great work on BHI260 series API and examples. But as a core new feature for BHI260AP, could you kindly implement a example on how...

`bhy2_get_and_process_fifo` does not fire callbacks that were added with `bhy2_register_fifo_parse_callback` The reason for this is that the callback is not properly retrieved in the `get_callback_info` function. There are bugs on...

Hello everyone, I stumbled in a strange behavior. If I call the function `bhy2_set_calibration_profile` before call `bhy2_get_calibration_profile`, the last one returns me a Timeout error, as there is a mismatch...