{"id":22631694,"url":"https://github.com/ansonhex/seeed-ardupy-bme280","last_synced_at":"2025-03-29T04:20:41.084Z","repository":{"id":126521090,"uuid":"280361704","full_name":"ansonhex/seeed-ardupy-bme280","owner":"ansonhex","description":null,"archived":false,"fork":false,"pushed_at":"2020-07-20T06:50:06.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-03T14:13:17.035Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ansonhex.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2020-07-17T07:49:20.000Z","updated_at":"2020-07-20T06:50:08.000Z","dependencies_parsed_at":"2023-06-17T02:45:20.267Z","dependency_job_id":null,"html_url":"https://github.com/ansonhex/seeed-ardupy-bme280","commit_stats":null,"previous_names":["ansonhex/seeed-ardupy-bme280"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ansonhex%2Fseeed-ardupy-bme280","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ansonhex%2Fseeed-ardupy-bme280/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ansonhex%2Fseeed-ardupy-bme280/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ansonhex%2Fseeed-ardupy-bme280/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ansonhex","download_url":"https://codeload.github.com/ansonhex/seeed-ardupy-bme280/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246136584,"owners_count":20729195,"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":[],"created_at":"2024-12-09T02:10:57.232Z","updated_at":"2025-03-29T04:20:41.045Z","avatar_url":"https://github.com/ansonhex.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Seeed-ArduPy-ads1115 [![Build Status](https://travis-ci.com/Seeed-Studio/seeed-ardupy-ads1115.svg?branch=master)](https://travis-ci.com/Seeed-Studio/seeed-ardupy-ads1115)\n\n## Introduction\n\nAn ArduPy library for AGrove - Temp\u0026Humi\u0026Barometer Sensor (BME280). Grove BME280 provides a precise measurement of not only barometric pressure and temperature, but also the humidity in the environment. The air pressure can be measured in a range from 300 hPa to 1100hPa with ±1.0 hPa accuracy, while the sensor works perfectly for temperatures between - 40℃ and 85℃ with an accuracy of ±1℃. As for the humidity, you can get a humidity value with an error less than 3%.\n\n\n\n## How to binding with ArduPy\n\n- Install [AIP](https://github.com/Seeed-Studio/ardupy-aip)\n```shell\npip3 install aip\n```\n- Build firmware with Seeed ArduPy ads1115\n```shell\naip install https://github.com/Seeed-Studio/seeed-ardupy-bme280\naip build\n```\n- Flash new firmware to you ArduPy board\n```shell\naip flash [Ardupy Bin PATH]\n```\nFor more examples of using AIP, please refer to [AIP](https://github.com/Seeed-Studio/ardupy-aip).\n\n## Usage\n\n```python\nfrom arduino import grove_bme280\nimport time\n\nbme280 = grove_bme280()\n\nwhile True:\n    print (\"Temperature: \", bme280.temperature, \"C\")\n    print (\"Humidity: \", bme280.humidity, \"%\")\n    print (\"Pressure: \", bme280.pressure, \"Pa\")\n    time.sleep(1)\n\n```\n\n\nThis software is written by seeed studio\u003cbr\u003e\nand is licensed under [The MIT License](http://opensource.org/licenses/mit-license.php). Check License.txt for more information.\u003cbr\u003e\n\nContributing to this software is warmly welcomed. You can do this basically by\u003cbr\u003e\n[forking](https://help.github.com/articles/fork-a-repo), committing modifications and then [pulling requests](https://help.github.com/articles/using-pull-requests) (follow the links above\u003cbr\u003e\nfor operating guide). Adding change log and your contact into file header is encouraged.\u003cbr\u003e\nThanks for your contribution.\n\nSeeed Studio is an open hardware facilitation company based in Shenzhen, China. \u003cbr\u003e\nBenefiting from local manufacture power and convenient global logistic system, \u003cbr\u003e\nwe integrate resources to serve new era of innovation. Seeed also works with \u003cbr\u003e\nglobal distributors and partners to push open hardware movement.\u003cbr\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fansonhex%2Fseeed-ardupy-bme280","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fansonhex%2Fseeed-ardupy-bme280","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fansonhex%2Fseeed-ardupy-bme280/lists"}