{"id":13613067,"url":"https://github.com/billyrayvalentine/micropython-Si705x","last_synced_at":"2025-04-13T15:32:30.209Z","repository":{"id":98186956,"uuid":"78769009","full_name":"billyrayvalentine/micropython-Si705x","owner":"billyrayvalentine","description":"A MicroPython library for the I2C Silicon Labs Si705x series of temperature sensors","archived":false,"fork":false,"pushed_at":"2017-01-12T22:35:00.000Z","size":3,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-04-22T13:30:45.042Z","etag":null,"topics":[],"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/billyrayvalentine.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-01-12T17:22:46.000Z","updated_at":"2017-06-25T13:14:57.000Z","dependencies_parsed_at":"2023-06-30T02:16:26.020Z","dependency_job_id":null,"html_url":"https://github.com/billyrayvalentine/micropython-Si705x","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/billyrayvalentine%2Fmicropython-Si705x","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/billyrayvalentine%2Fmicropython-Si705x/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/billyrayvalentine%2Fmicropython-Si705x/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/billyrayvalentine%2Fmicropython-Si705x/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/billyrayvalentine","download_url":"https://codeload.github.com/billyrayvalentine/micropython-Si705x/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223592486,"owners_count":17170498,"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-08-01T20:00:39.036Z","updated_at":"2024-11-07T21:30:43.355Z","avatar_url":"https://github.com/billyrayvalentine.png","language":"Python","funding_links":[],"categories":["Libraries","精选驱动库"],"sub_categories":["Sensors","传感器"],"readme":"README.md\n# micropython-Si705x\nA MicroPython library for the I2C [Silicon Labs Si705x](http://www.silabs.com/products/sensors/temperature-sensors/Pages/temperature-sensors.aspx) series of temperature sensors.  \nThis library should work with the Si7050 Si7051 Si7053 Si7054 Si7055\n\n**This module has currently only been tested on the Si7055.  Please report your milage**\n\n# Methods\nThere are only three methods:\n\n```get_temperature``` - Perform a measurement and return the temperature in Celsius\n\n```get_model``` - Return the hardware model e.g. Si7055\n\n```get_firmware_version``` - Return the hex value of the firmware version\n\n# Example in REPL\n```python\n\u003e\u003e\u003e from machine import Pin, I2C\n\u003e\u003e\u003e from Si705x import Si705x\n\u003e\u003e\u003e i2c = I2C(scl=Pin(5), sda=Pin(4))\n\u003e\u003e\u003e sensor = Si705x(i2c)\n\u003e\u003e\u003e sensor.get_temperature()\n23.82838\n\u003e\u003e\u003e sensor.get_model()\n'Si7055'\n\u003e\u003e\u003e sensor.get_firmware_version()\n'0x20'\n```\n\n# License\nMIT\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbillyrayvalentine%2Fmicropython-Si705x","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbillyrayvalentine%2Fmicropython-Si705x","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbillyrayvalentine%2Fmicropython-Si705x/lists"}