{"id":19832031,"url":"https://github.com/danielmartensson/gnu-octave-logger","last_synced_at":"2026-03-11T20:01:36.794Z","repository":{"id":120604315,"uuid":"587949626","full_name":"DanielMartensson/GNU-Octave-Logger","owner":"DanielMartensson","description":"Basic data acquisition system with Arduino UNO and GNU Octave ","archived":false,"fork":false,"pushed_at":"2024-01-09T15:27:49.000Z","size":358,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-10T22:23:54.383Z","etag":null,"topics":["arduino","data-aquisition","gnu-octave","octave-gui"],"latest_commit_sha":null,"homepage":"","language":"MATLAB","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/DanielMartensson.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":"2023-01-12T00:50:16.000Z","updated_at":"2024-07-23T03:49:13.000Z","dependencies_parsed_at":"2024-01-09T16:46:57.743Z","dependency_job_id":"93a7db15-bc99-4c2a-b6ff-1569bd89e7e8","html_url":"https://github.com/DanielMartensson/GNU-Octave-Logger","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DanielMartensson/GNU-Octave-Logger","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DanielMartensson%2FGNU-Octave-Logger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DanielMartensson%2FGNU-Octave-Logger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DanielMartensson%2FGNU-Octave-Logger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DanielMartensson%2FGNU-Octave-Logger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DanielMartensson","download_url":"https://codeload.github.com/DanielMartensson/GNU-Octave-Logger/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DanielMartensson%2FGNU-Octave-Logger/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30398165,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-11T18:46:22.935Z","status":"ssl_error","status_checked_at":"2026-03-11T18:46:17.045Z","response_time":84,"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":["arduino","data-aquisition","gnu-octave","octave-gui"],"created_at":"2024-11-12T11:36:05.393Z","updated_at":"2026-03-11T20:01:36.759Z","avatar_url":"https://github.com/DanielMartensson.png","language":"MATLAB","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GNU Octave Logger\n\nThis is a basic data acquisition system with Arduino UNO and GNU Octave.\nThis software is developed with [guiEditor](https://gitlab.com/labinformatica/guieditor).\n\n# Features\n\n- Arduino UNO support\n- One analog input measurement \n- One analog output measurement \n- Real time measurement logging to `.csv` file\n- Connection check\n- Calibration\n\n# Dependencies \n\nMake sure you have installed these packages before you running this software.\n\n- `instrument-control`\n- `arduino`\n- `Arduino IDE`\n\nTwo of these packages can be installed from the `command window` of GNU Octave with the following commands:\n\n`pkg install -forge instrument-control`\n`pkg install -forge arduino`\n\n# How to run the software\n\n1. Install GNU Octave.\n2. Download this repository and extract it.\n3. Run the `GNU_Octave_Logger.m` file from the `command window`.\n\n# Picture\n\nProcessing measurements \n\n![a](https://github.com/DanielMartensson/GNU-Octave-Logger/blob/main/img/Snapshot.png?raw=true)\n\nResult\n\n```matlab\n\u003e\u003e x = dlmread('Measure.csv');\n\u003e\u003e plot(x(:, 3)) % Analog in column\n\u003e\u003e hold on\n\u003e\u003e plot(x(:, 4)) % Analog out column\n\u003e\u003e legend('Analog in', 'Analog out')\n\u003e\u003e grid on\n```\n\n![a](https://github.com/DanielMartensson/GNU-Octave-Logger/blob/main/img/Result.png?raw=true)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielmartensson%2Fgnu-octave-logger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanielmartensson%2Fgnu-octave-logger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielmartensson%2Fgnu-octave-logger/lists"}