{"id":13613027,"url":"https://github.com/robmarkcole/bme680-mqtt-micropython","last_synced_at":"2025-05-06T22:08:59.515Z","repository":{"id":85843917,"uuid":"114352069","full_name":"robmarkcole/bme680-mqtt-micropython","owner":"robmarkcole","description":"Publish data from the bme680 sensor over MQTT using micropython","archived":false,"fork":false,"pushed_at":"2018-11-09T06:42:33.000Z","size":3781,"stargazers_count":15,"open_issues_count":1,"forks_count":7,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-06T22:08:48.316Z","etag":null,"topics":["micropython","pycom","wipy"],"latest_commit_sha":null,"homepage":null,"language":"Python","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/robmarkcole.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}},"created_at":"2017-12-15T09:23:27.000Z","updated_at":"2023-10-21T14:24:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"e287ab1d-8e20-471d-b52b-c6764949bfaa","html_url":"https://github.com/robmarkcole/bme680-mqtt-micropython","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robmarkcole%2Fbme680-mqtt-micropython","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robmarkcole%2Fbme680-mqtt-micropython/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robmarkcole%2Fbme680-mqtt-micropython/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robmarkcole%2Fbme680-mqtt-micropython/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/robmarkcole","download_url":"https://codeload.github.com/robmarkcole/bme680-mqtt-micropython/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252776581,"owners_count":21802468,"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":["micropython","pycom","wipy"],"created_at":"2024-08-01T20:00:38.106Z","updated_at":"2025-05-06T22:08:59.493Z","avatar_url":"https://github.com/robmarkcole.png","language":"Python","readme":"# bme680-mqtt-micropython\nPublish data from the bme680 sensor over MQTT using micropython. Makes use of:\n* https://github.com/gkluoe/bme680/blob/master/library/bme680/i2c.py\n* https://github.com/pimoroni/bme680\nAm using in my leak sensor rig:\n* https://www.hackster.io/robin-cole/micropython-leak-detector-with-adafruit-and-home-assistant-a2fa9e\n\n[On Wipy 3](https://docs.pycom.io/datasheets/development/wipy3#pinout), P9 = SDA and P10 = SCL.\nRead sensor bytes using `machine` with:\n```python\nfrom machine import I2C\ni2c = I2C(0)   # using defauls P9 and P10\ni2c.scan() # returns [119] which is hex 0x77\ni2c.readfrom(0x77, 5) # read 5 bytes\n```\n\n\n\u003cimg src=\"https://github.com/robmarkcole/bme680-mqtt-micropython/blob/master/BME680-wipy.JPG\"\u003e\n","funding_links":[],"categories":["Libraries","精选驱动库"],"sub_categories":["Sensors","传感器"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobmarkcole%2Fbme680-mqtt-micropython","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobmarkcole%2Fbme680-mqtt-micropython","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobmarkcole%2Fbme680-mqtt-micropython/lists"}