{"id":16947782,"url":"https://github.com/maciej/bme280","last_synced_at":"2025-04-13T23:56:03.305Z","repository":{"id":66489948,"uuid":"121645598","full_name":"maciej/bme280","owner":"maciej","description":"BME280 driver written in Go","archived":false,"fork":false,"pushed_at":"2020-01-14T21:15:06.000Z","size":16,"stargazers_count":4,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-27T14:07:00.140Z","etag":null,"topics":["bme280","go","golang"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/maciej.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-02-15T15:28:25.000Z","updated_at":"2021-09-16T20:56:48.000Z","dependencies_parsed_at":"2023-03-08T14:45:21.231Z","dependency_job_id":null,"html_url":"https://github.com/maciej/bme280","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maciej%2Fbme280","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maciej%2Fbme280/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maciej%2Fbme280/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maciej%2Fbme280/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maciej","download_url":"https://codeload.github.com/maciej/bme280/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248799924,"owners_count":21163403,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bme280","go","golang"],"created_at":"2024-10-13T21:48:23.733Z","updated_at":"2025-04-13T23:56:03.284Z","avatar_url":"https://github.com/maciej.png","language":"Go","readme":"# BME280 driver\n\n[![GoDoc](https://godoc.org/github.com/maciej/bme280?status.svg)](https://godoc.org/github.com/maciej/bme280)\n[![Build Status](https://travis-ci.org/maciej/bme280.svg?branch=master)](https://travis-ci.org/maciej/bme280)\n\nGo driver for the Bosch BME280 sensor.\n\n## Example\n```go\n// Error handling is omitted\ndevice, err := i2c.Open(\u0026i2c.Devfs{Dev: \"/dev/i2c-1\"}, bme280.I2CAddr)\ndriver := bme280.New(device)\nerr = driver.InitWith(bme280.ModeForced, bme280.Settings{\n\t\tFilter:                  bme280.FilterOff,\n\t\tStandby:                 bme280.StandByTime1000ms,\n\t\tPressureOversampling:    bme280.Oversampling16x,\n\t\tTemperatureOversampling: bme280.Oversampling16x,\n\t\tHumidityOversampling:    bme280.Oversampling16x,\n\t})\n\nresponse, err := driver.Read()\n```\n\n## References\n* [Datasheet](http://datasheet.octopart.com/BME280-Bosch-Tools-datasheet-101965457.pdf)\n* [Reference driver](https://github.com/BoschSensortec/BME280_driver)\n* [quhar/bme280](https://github.com/quhar/bme280) - another BME280 driver written in Go worth considering\n* [periph.io](https://periph.io) - if you're considering to use a whole low-level peripherals library in Go \n                                   (it has BME280 support)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaciej%2Fbme280","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaciej%2Fbme280","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaciej%2Fbme280/lists"}