{"id":18800158,"url":"https://github.com/fruit-testbed/bme280-app","last_synced_at":"2026-05-04T13:31:12.055Z","repository":{"id":152572358,"uuid":"137363665","full_name":"fruit-testbed/bme280-app","owner":"fruit-testbed","description":"FruitOS application for reading BME280 sensor data and publishing it as HTTP GET response","archived":false,"fork":false,"pushed_at":"2019-09-11T15:28:07.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-21T20:45:27.523Z","etag":null,"topics":["bme280","fruitos","raspberry-pi"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc-by-sa-4.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fruit-testbed.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-06-14T13:44:04.000Z","updated_at":"2018-06-14T21:18:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"fe9f5e72-8650-4448-a9f8-0217c269be7f","html_url":"https://github.com/fruit-testbed/bme280-app","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fruit-testbed/bme280-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fruit-testbed%2Fbme280-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fruit-testbed%2Fbme280-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fruit-testbed%2Fbme280-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fruit-testbed%2Fbme280-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fruit-testbed","download_url":"https://codeload.github.com/fruit-testbed/bme280-app/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fruit-testbed%2Fbme280-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32609332,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-04T10:08:07.713Z","status":"ssl_error","status_checked_at":"2026-05-04T10:08:02.005Z","response_time":58,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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","fruitos","raspberry-pi"],"created_at":"2024-11-07T22:17:48.565Z","updated_at":"2026-05-04T13:31:12.050Z","avatar_url":"https://github.com/fruit-testbed.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Fruit Application for BME280\n============================\n\nThis FruitOS application reads a BME280 environment sensor through I2C,\nand returns the sensor data in JSON as a response of HTTP GET request.\n\nRequirements\n- Raspberry Pi 1, 2 or 3\n- BME280 sensor, connected to Raspberry Pi's I2C GPIO\n- [FruitOS](https://github.com/fruit-testbed/fruitos)\n- (optional) [fruit-cli](https://github.com/fruit-testbed/fruit-cli)\n\n\nTo **run through console**:\n\n```shell\ndocker run --device /dev/i2c-1 -p 8000:80 -ti herry13/fruit-bme280\n```\n\nThe above assumes that the I2C device-tree and kernel module have been loaded,\nand the BME280 sensor is connected to I2C port 1 (0x76).\n\n\nTo **run through fruit-cli**:\n\n```shell\nfruit-cli run-container --node mynode -p 8000:80 \\\n    --kernel-module i2c-dev --device-tree i2c_arm=on --device /dev/i2c-1 \\\n    bme280 herry13/fruit-bme280\n```\n\nTo deploy the container, _fruit-cli_ is using [fruit-agent](https://github.com/fruit-testbed/fruit-agent),\nwhich ensures that the I2C device-tree (`i2c_arm`) and kernel module (`i2c-dev`)\nhave been loaded before starting the container.\nThis works under condition that the BME280 sensor is connected to I2C port 1 (0x76).\n\nSee [LICENSE](LICENSE.txt).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffruit-testbed%2Fbme280-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffruit-testbed%2Fbme280-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffruit-testbed%2Fbme280-app/lists"}