Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • F firmware
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Graph
    • Compare
  • Issues 74
    • Issues 74
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 29
    • Merge requests 29
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • External wiki
    • External wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • card10card10
  • firmware
  • Merge requests
  • !147

Integration of BME680 Sensor (#33)

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged chris007 requested to merge chris007/firmware:bme680 into master Aug 21, 2019
  • Overview 25
  • Commits 25
  • Pipelines 11
  • Changes 9

Integrated the BME680 Sensor as Python module.

Performs a single read of temperature (°C), humidity (% r.h.), air pressure (hPa) and gas resistance (Ohm):

>>> import bme680
>>> bme680.get_bme_data()
(27.84, 28.452, 1022.72, 29021.0)
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: bme680