{"id":28737949,"url":"https://github.com/andreaskuster/scopebind","last_synced_at":"2025-06-16T03:42:58.550Z","repository":{"id":285705594,"uuid":"958979647","full_name":"andreaskuster/ScopeBind","owner":"andreaskuster","description":null,"archived":false,"fork":false,"pushed_at":"2025-04-02T07:52:40.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-02T08:33:07.426Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/andreaskuster.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":"2025-04-02T04:30:03.000Z","updated_at":"2025-04-02T07:52:43.000Z","dependencies_parsed_at":"2025-04-02T08:44:19.349Z","dependency_job_id":null,"html_url":"https://github.com/andreaskuster/ScopeBind","commit_stats":null,"previous_names":["andreaskuster/scopebind"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/andreaskuster/ScopeBind","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreaskuster%2FScopeBind","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreaskuster%2FScopeBind/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreaskuster%2FScopeBind/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreaskuster%2FScopeBind/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andreaskuster","download_url":"https://codeload.github.com/andreaskuster/ScopeBind/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreaskuster%2FScopeBind/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260090946,"owners_count":22957285,"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":"2025-06-16T03:42:57.770Z","updated_at":"2025-06-16T03:42:58.539Z","avatar_url":"https://github.com/andreaskuster.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ScopeBind\n\nScopeBind is a Python package that provides bindings for the **Instrustar ISDS205X** USB oscilloscope, allowing easy data acquisition and visualization.\n\n## Installation\n\nTo set up the environment and install dependencies:\n\n```bash\n# Create and activate a virtual environment\npython -m venv venv\nsource venv/bin/activate  # On Windows, use: venv\\Scripts\\activate\n\n# Install dependencies\npip install -r requirements.txt\n```\n\n## Usage\n\nHere is a minimal example demonstrating how to acquire and process data from the oscilloscope:\n\n```python\nfrom scopebind.device import Device\n\nsampling_rate = 4000000  # Supported: [1000000, 4000000, 8000000, 16000000, 48000000]\nvoltage_range = (0, 5000)  # in mV\n\n# Setup the oscilloscope device connection \u0026 start capturing data\nscope = Device()\nscope.start(sampling_rate, voltage_range)  \n\n# Read data\nraw_data = scope.read(1024*4)  # Reading 4 KB of data\n\n# Stop the capture\nscope.stop()\n```\n\n## Data Visualization\n\nOnce the data is acquired, we can plot the signal and its frequency spectrum:\n\n![Measurement Plot](docs/myplot.png)\n\n## Supported Device\n\n- **Instrustar ISDS205X**\n\n## Credits\n\nThis package is based on the **Instrustar SDK**, available at:  \n[Instrustar SDK Repository](https://github.com/instrustar-dev/SDK/tree/master)\n\n---\n\nFor any issues or contributions, feel free to submit a pull request!\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandreaskuster%2Fscopebind","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandreaskuster%2Fscopebind","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandreaskuster%2Fscopebind/lists"}