Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
firmware
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
card10
firmware
Commits
021448c3
Commit
021448c3
authored
4 years ago
by
schneider
Browse files
Options
Downloads
Patches
Plain Diff
doc(bsec): Better linking
parent
9e807b8d
No related branches found
No related tags found
1 merge request
!380
BSEC support
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Documentation/card10-cfg.rst
+1
-1
1 addition, 1 deletion
Documentation/card10-cfg.rst
epicardium/epicardium.h
+14
-6
14 additions, 6 deletions
epicardium/epicardium.h
with
15 additions
and
7 deletions
Documentation/card10-cfg.rst
+
1
−
1
View file @
021448c3
...
...
@@ -57,7 +57,7 @@ Option name Type Description
------------------ ---------- -----------
``retrigger_ms`` Integer Defines the timespan for repeating key presses when a key is hold in milliseconds.
------------------ ---------- -----------
``bsec_enable`` Boolean Activate the Bosch :ref:`
BSEC
` binary blob to compute an Indoor Air Quality indication.
``bsec_enable`` Boolean Activate the Bosch :ref:`
bsec_api
` binary blob to compute an Indoor Air Quality indication.
------------------ ---------- -----------
``bsec_debug`` Boolean Turn on debug output of the BSEC system. Prints each meaurement on the console.
------------------ ---------- -----------
...
...
This diff is collapsed.
Click to expand it.
epicardium/epicardium.h
+
14
−
6
View file @
021448c3
...
...
@@ -919,6 +919,19 @@ API(API_BME680_GET_DATA, int epic_bme680_read_sensors(
struct
bme680_sensor_data
*
data
));
/**
* .. _bsec_api:
*
* BSEC
* ----
* The Bosch BSEC libary allows to compute an indoor air
* qualtiy (IAQ) metric as well as CO2 and VOC content
* equivalents using the gas sensor of the BME680.
*
* As it is a proprietary binary blob, it has to be enabled using
* the ``bsec_enabled`` configuration option (see :ref:`card10_cfg`).
*/
/**
* BSEC Sensor Data
*/
...
...
@@ -1001,15 +1014,10 @@ struct bsec_sensor_data {
/**
*
* .. _BSEC:
* Get the current BME680 data filtered by Bosch BSEC library
*
* The Bosch BSEC libary allows to compute an indoor air
* qualtiy (IAQ)metric as well as CO2 and VOC content
* equivalents using the gas sensor of the BME680.
*
* As it is a proprietary binary blob, it has to be enabled using
* the ``bsec_enabled`` configuration option (see
<link to config>
).
* the ``bsec_enabled`` configuration option (see
:ref:`card10_cfg`
).
*
* The sample rate is currently fixed to one sample every 3 seconds.
* Querying the sensor more often will return cached data.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment