-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
approvedAn enhancement has been approved and PRs are welcomeAn enhancement has been approved and PRs are welcomeenhancementNew feature or requestNew feature or request
Milestone
Description
The dotnet/iot package already has a BME680 driver, but to be of any use the BSEC library is needed.
This needs:
- A small C library that provides a P/Invokable layer. BSEC is a static library that it must pull in.
- It looks like our own .so can be distributed but not the static library. So whatever is checked in must put the BSEC .lib in a .gitignore.
- A small P/Invoke interface to the BSEC library.
- This should include the former made .so, directly in the repo.
- An
ObservableSensorimplementation for BME680 that uses the BSEC library.
This looks like it can reduce the overall part count and price by replacing the SGP40 and MS5637.
Metadata
Metadata
Assignees
Labels
approvedAn enhancement has been approved and PRs are welcomeAn enhancement has been approved and PRs are welcomeenhancementNew feature or requestNew feature or request