{"id":15066477,"url":"https://github.com/webduinoio/webduino-bit-module-thermistor","last_synced_at":"2026-02-25T23:33:07.236Z","repository":{"id":93926561,"uuid":"126312574","full_name":"webduinoio/webduino-bit-module-thermistor","owner":"webduinoio","description":"🔌 Block Module for thermistor of Webduino:bit.","archived":false,"fork":false,"pushed_at":"2019-02-19T09:01:29.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-10-13T12:53:39.797Z","etag":null,"topics":["module","thermistor","webduino-bit"],"latest_commit_sha":null,"homepage":"https://webduino.io","language":"JavaScript","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/webduinoio.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":"2018-03-22T09:39:19.000Z","updated_at":"2019-02-19T09:00:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"dba6c0ec-1783-45f3-bbae-b8fed90f0aaf","html_url":"https://github.com/webduinoio/webduino-bit-module-thermistor","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/webduinoio/webduino-bit-module-thermistor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webduinoio%2Fwebduino-bit-module-thermistor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webduinoio%2Fwebduino-bit-module-thermistor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webduinoio%2Fwebduino-bit-module-thermistor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webduinoio%2Fwebduino-bit-module-thermistor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webduinoio","download_url":"https://codeload.github.com/webduinoio/webduino-bit-module-thermistor/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webduinoio%2Fwebduino-bit-module-thermistor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29844875,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-25T22:37:40.667Z","status":"ssl_error","status_checked_at":"2026-02-25T22:37:25.960Z","response_time":61,"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":["module","thermistor","webduino-bit"],"created_at":"2024-09-25T01:08:27.288Z","updated_at":"2026-02-25T23:33:07.231Z","avatar_url":"https://github.com/webduinoio.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# webduino-bit-module-thermistor\n\nModule for thermistor of Webduino:bit.\n\n## Installation\n\n#### bower\n\n```sh\nbower install https://github.com/webduinoio/webduino-bit-module-thermistor.git\n```\n\n#### Node.js\n\n```sh\n$ npm install webduino-bit-module-thermistor\n```\n\n## Usage\n\n```javascript\nlet webduino = require('webduino-js');\nrequire('webduino-bit-module-thermistor')(webduino);\n\nconst opts = {\n  board: 'Bit',\n  device: 'device_id',\n  transport: 'mqtt'\n};\n  \nlet board = new webduino.board[opts.board](opts);\n\nboard.once(webduino.BoardEvent.READY, (board) =\u003e {\n  board.samplingInterval = 250;\n  const thermistor = new webduino.module.Thermistor(board, 6);\n\n  thermistor.measure(function (val) {\n    console.log((Math.round(val * 100)) / 100);\n  });\n});\n```\n\n\n## License\n\nThis project is licensed under the MIT license, see [LICENSE](LICENSE) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebduinoio%2Fwebduino-bit-module-thermistor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebduinoio%2Fwebduino-bit-module-thermistor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebduinoio%2Fwebduino-bit-module-thermistor/lists"}