{"id":16473251,"url":"https://github.com/saintedlama/bmp180-sensor","last_synced_at":"2026-01-29T21:16:24.803Z","repository":{"id":34914863,"uuid":"189748882","full_name":"saintedlama/bmp180-sensor","owner":"saintedlama","description":"An Node.js module to interface a BMP085 and BMP180 temperature and pressure sensor with the Raspberry Pi","archived":false,"fork":false,"pushed_at":"2022-12-03T11:52:33.000Z","size":404,"stargazers_count":2,"open_issues_count":10,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-08T06:43:22.918Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/saintedlama.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-06-01T15:31:41.000Z","updated_at":"2024-12-09T15:29:10.000Z","dependencies_parsed_at":"2023-01-15T10:19:51.417Z","dependency_job_id":null,"html_url":"https://github.com/saintedlama/bmp180-sensor","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/saintedlama/bmp180-sensor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saintedlama%2Fbmp180-sensor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saintedlama%2Fbmp180-sensor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saintedlama%2Fbmp180-sensor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saintedlama%2Fbmp180-sensor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/saintedlama","download_url":"https://codeload.github.com/saintedlama/bmp180-sensor/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saintedlama%2Fbmp180-sensor/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268660076,"owners_count":24286010,"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","status":"online","status_checked_at":"2025-08-04T02:00:09.867Z","response_time":79,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-10-11T12:25:58.682Z","updated_at":"2026-01-29T21:16:24.760Z","avatar_url":"https://github.com/saintedlama.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BMP180-sensor\n\nAn Node.js module to interface a BMP085 and BMP180 temperature and pressure sensor with the Raspberry Pi\n\n## Installation\n\n```bash\nnpm i bmp180-sensor\n```\n\n## Usage\n\n```js\nconst bmp180 = require('bmp180-sensor')\n\nasync function readBmp180() {\n    const sensor = await bmp180({\n        address: 0x77,\n        mode: 1,\n    })\n\n    const data = await sensor.read()\n\n    console.log(data)\n\n    await sensor.close()\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaintedlama%2Fbmp180-sensor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsaintedlama%2Fbmp180-sensor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaintedlama%2Fbmp180-sensor/lists"}