-
Notifications
You must be signed in to change notification settings - Fork 71
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
coines.h file missing #11
Comments
Actually, if the dependency on coines could be totally removed, I think that would be better. I don't think the old deprecated bme680 repository had this dependency. From what I can tell, coines is a user-interface, which requires a whole environment to be installed. What I would rather prefer is a nice self contained library so I can link it into my own code for use. Like the old deprectated repository. |
I agree with rburkholder - I have tried running the examples after installing the COINES environment, but even though I know the I2C interface works (I'm using a breakout board on a RaspberryPi), the COINES always says there is a communication error. Having a self-contained library would be much better in my opinion. |
Still no updates on this? I have the same issue with the coines.h file. I'd prefer if I could set my own I2C write and read functions like in the old BME680 API. |
|
@rburkholder the driver https://github.com/boschsensortec/BME68x-Sensor-API/tree/master is free from |
Hello @wassfila Ive a doubt regarding interfacing this sensor with my zybo z7-20 board(fpga). In vivado ive designed a block. In that ive used AXI IIC to connect to the sensor. Ive generated bit stream. In vitis IDE im stuck.. I dont know how to write the code.`/**
*/ #include <stdio.h> #include "bme68x.h" // /* Macro for count of samples to be displayed */ // int main(void)
#ifdef BME68X_USE_FPU
}` |
@adityaseelam this is not the right place to start a new discussion for a support topic as it deviates from the topic summary. Also if your problem is not related to a bug you found in the code, and need support, I would rather recommend the Bosch Sensortec Community Forum https://community.bosch-sensortec.com/t5/MEMS-sensors-forum/bd-p/bst_community-mems-forum |
I would really appreciate if you could upload "coines.h" file
The text was updated successfully, but these errors were encountered: