{"id":15130633,"url":"https://github.com/electrostar/picolib","last_synced_at":"2026-02-25T22:32:09.230Z","repository":{"id":86826657,"uuid":"194317619","full_name":"ElectroStar/picolib","owner":"ElectroStar","description":"Java Library to use Pico Technology's PicoScopes","archived":false,"fork":false,"pushed_at":"2019-07-04T08:57:05.000Z","size":151,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-05T20:11:59.434Z","etag":null,"topics":["java","java-library","linux","picoscope","picoscope-oscilloscope","windows"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ElectroStar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-06-28T18:29:09.000Z","updated_at":"2019-07-04T08:44:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"9ff78c5a-4c90-4053-a810-d0adbb8a3097","html_url":"https://github.com/ElectroStar/picolib","commit_stats":{"total_commits":20,"total_committers":1,"mean_commits":20.0,"dds":0.0,"last_synced_commit":"346598a8e53d640b381fe5e123c4190c0badb17c"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ElectroStar%2Fpicolib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ElectroStar%2Fpicolib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ElectroStar%2Fpicolib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ElectroStar%2Fpicolib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ElectroStar","download_url":"https://codeload.github.com/ElectroStar/picolib/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247393572,"owners_count":20931813,"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":["java","java-library","linux","picoscope","picoscope-oscilloscope","windows"],"created_at":"2024-09-26T03:03:06.386Z","updated_at":"2026-02-25T22:32:09.199Z","avatar_url":"https://github.com/ElectroStar.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"picolib [![Build Status](https://travis-ci.com/ElectroStar/picolib.svg?branch=master)](https://travis-ci.com/ElectroStar/picolib) [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=com.github.electrostar%3Apicolib\u0026metric=alert_status)](https://sonarcloud.io/dashboard?id=com.github.electrostar%3Apicolib) [![Coverage](https://sonarcloud.io/api/project_badges/measure?project=com.github.electrostar%3Apicolib\u0026metric=coverage)](https://sonarcloud.io/dashboard?id=com.github.electrostar%3Apicolib) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.electrostar/picolib/badge.svg)](https://search.maven.org/#search%7Cgav%7C1%7Cg%3A\"com.github.electrostar\"%20AND%20a%3A\"picolib\") [![Javadocs](https://www.javadoc.io/badge/com.github.electrostar/picolib.svg)](https://www.javadoc.io/doc/com.github.electrostar/picolib)\n=========\n\nJava Library to use Pico Technology's PicoScopes\n---------------------\n`picolib` provides an easy to use interface to interact with a PicoScope.\n\nLinks\n-----\n\n* [Releases](https://github.com/ElectroStar/picolib/releases)\n* [Issue tracking](https://github.com/ElectroStar/picolib/issues)\n* [Manufacturer](https://www.picotech.com/products/oscilloscope)\n\nPrerequisites\n--------\n* IDE for Java like [NetBeans](https://netbeans.org/), [Elcipse](https://www.eclipse.org/), [IntelliJ](https://www.jetbrains.com/idea/) or equivalent IDE\n* [Java SE Development Kit 8](https://www.oracle.com/technetwork/java/javase/overview/index.html) or later\n* Installed PicoSDK driver from [Pico Technologies Downloads Page](https://www.picotech.com/downloads)\n\nHow to use\n--------\n\n`picolib` library can be found on `central` repository.\n\n### Gradle\n\n```groovy\ndependencies {\n    implementation 'com.github.electrostar:picolib:0.0.2'\n}\n```\n\n### Maven\n```xml\n\u003cdependency\u003e\n  \u003cgroupId\u003ecom.github.electrostar\u003c/groupId\u003e\n  \u003cartifactId\u003epicolib\u003c/artifactId\u003e\n  \u003cversion\u003e0.0.2\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n### Java\n```java\nResultSet rs;\ntry(PicoScope ps = new PicoScope(UnitSeries.PICOSCOPE2000)) {\n  ps.setChannel(Channel.CHANNEL_A, Coupling.DC, Range.RANGE_10V);\n  ps.setTrigger(Channel.CHANNEL_A, TriggerDirection.FALLING, 2000f);\n  ps.setTimebase(CollectionTime.DIV20MS);\n  rs = ps.runBlock();\n}\n```\nImplemented Features\n--------\n* ETS Mode\n* Run and Streaming Mode\n* Trigger\n* Signal Generator\n\nLimitations\n-------\nCurrently only the `2000` Series is supported.\n\nContributing\n-------\nContributions are welcome. Please refer to our [guidelines for contributing](CONTRIBUTING.md) for further information.\n\nLicense\n-------\n\nCopyright 2018-2019 ElectroStar.\n\nLicensed under the [GNU Lesser General Public License, Version 3.0](https://www.gnu.org/licenses/lgpl.txt)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felectrostar%2Fpicolib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felectrostar%2Fpicolib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felectrostar%2Fpicolib/lists"}