02-28-2024 07:50 AM
Hello support team,
I'm working on my project's barometer implementation. Our choice is the BMP581 sensor. According to our design, BMP581 ic is connected to other master controllers via the i3c interface.
I looked through the portal provided link below, but I was unable to find any sample code for the I3C protocol for the BMP5 series sensor.
https://github.com/boschsensortec/BMP5_SensorDriver/tree/master
Please provide any references you may have for the I3C protocol, and I'll adapt it for the BM581 sensor.
Thanks
Hiren R. Thumar
03-05-2024 06:20 AM
Hi hirenthumar2702,
BMP581 hardware already supports the I3C protocol. As long as your host supports I3C and runs the host I3C driver, you can access BMP581 through I3C.