Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BHI360 Sensor Support #17

Open
federicaventriglia opened this issue Dec 10, 2024 · 3 comments
Open

BHI360 Sensor Support #17

federicaventriglia opened this issue Dec 10, 2024 · 3 comments

Comments

@federicaventriglia
Copy link

Any chance this library could also be used for the BHI360 module by Bosch?

@lewisxhe
Copy link
Owner

I don't have BHI360, this is based on BHY2_SensorAPI, so it should be possible, but I can't help

@federicaventriglia
Copy link
Author

@lewisxhe I'm trying to do that, but I'm wondering, in your project are you using a GPIO extender? I see the read through spi being references to XL9555

 // Read 16-bit gpio input status
    uint16_t read()
    {
        uint16_t val = 0x0;
        readRegister(XL9555_CTRL_INP0, (uint8_t *)&val, 2);
        return val;
    }

@lewisxhe
Copy link
Owner

No extensions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants