{"id":20974901,"url":"https://github.com/usausa/devicelib-sensor-omron","last_synced_at":"2026-02-12T01:40:22.701Z","repository":{"id":257820307,"uuid":"870084362","full_name":"usausa/devicelib-sensor-omron","owner":"usausa","description":"OMRON 2JCIE-BU library.","archived":false,"fork":false,"pushed_at":"2026-01-25T03:28:59.000Z","size":66,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-25T17:34:20.664Z","etag":null,"topics":["device","omron-2jcie-bl01","sensor"],"latest_commit_sha":null,"homepage":"","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/usausa.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-10-09T12:17:03.000Z","updated_at":"2026-01-25T03:29:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"e8297e83-be51-46e1-8c93-2d1907608f2d","html_url":"https://github.com/usausa/devicelib-sensor-omron","commit_stats":null,"previous_names":["usausa/devicelib-sensor-omron"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/usausa/devicelib-sensor-omron","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usausa%2Fdevicelib-sensor-omron","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usausa%2Fdevicelib-sensor-omron/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usausa%2Fdevicelib-sensor-omron/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usausa%2Fdevicelib-sensor-omron/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/usausa","download_url":"https://codeload.github.com/usausa/devicelib-sensor-omron/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usausa%2Fdevicelib-sensor-omron/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29353021,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-12T01:03:07.613Z","status":"ssl_error","status_checked_at":"2026-02-12T01:00:51.346Z","response_time":97,"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":["device","omron-2jcie-bl01","sensor"],"created_at":"2024-11-19T04:35:12.915Z","updated_at":"2026-02-12T01:40:22.683Z","avatar_url":"https://github.com/usausa.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OMRON 2JCIE-BU library\n\n| Package | Info |\n|:-|:-|\n| DeviceLib.SensorOmron | [![NuGet](https://img.shields.io/nuget/v/DeviceLib.SensorOmron.svg)](https://www.nuget.org/packages/DeviceLib.SensorOmron) |\n\n## Usage\n\n```csharp\nusing DeviceLib.SensorOmron;\n\nusing var sensor = new RbtSensorSerial(\"COM12\");\nsensor.Open();\nawait sensor.LedOnAsync(0x00, 0xFF, 0x00).ConfigureAwait(false);\n\nusing var timer = new PeriodicTimer(TimeSpan.FromSeconds(1));\nwhile (await timer.WaitForNextTickAsync().ConfigureAwait(false))\n{\n    if (await sensor.UpdateAsync().ConfigureAwait(false))\n    {\n        Console.WriteLine(\n            $\"{DateTime.Now:HH:mm:ss} \" +\n            $\"Temperature=[{sensor.Temperature:F2}], \" +\n            $\"Humidity=[{sensor.Humidity:F2}], \" +\n            $\"Light=[{sensor.Light}], \" +\n            $\"Pressure=[{sensor.Pressure:F2}], \" +\n            $\"Noise=[{sensor.Noise:F2}], \" +\n            $\"Discomfort=[{sensor.Discomfort:F2}], \" +\n            $\"Heat=[{sensor.Heat:F2}], \" +\n            $\"Etvoc=[{sensor.Etvoc}], \" +\n            $\"Eco2=[{sensor.Eco2}], \" +\n            $\"Seismic=[{sensor.Seismic:F2}]\");\n    }\n}\n```\n\n## Globalt tool\n\n### Install\n\n```\n\u003e dotnet tool install -g DeviceTool.SensorOmron\n```\n\n### Usage\n\n```\nrbttool read -p COM12\nrbttool led on -p COM12 -c 00FF00\nrbttool led off -p COM12\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fusausa%2Fdevicelib-sensor-omron","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fusausa%2Fdevicelib-sensor-omron","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fusausa%2Fdevicelib-sensor-omron/lists"}