{"id":22944879,"url":"https://github.com/mfa/rowing-count","last_synced_at":"2025-04-01T21:43:20.527Z","repository":{"id":142565568,"uuid":"238739154","full_name":"mfa/rowing-count","owner":"mfa","description":"Count rows on a rowing machine using a raspberry pi","archived":false,"fork":false,"pushed_at":"2023-11-05T20:30:18.000Z","size":1813,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-07T14:22:34.282Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mfa.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2020-02-06T16:58:23.000Z","updated_at":"2021-12-10T13:52:42.000Z","dependencies_parsed_at":"2023-04-10T17:49:00.664Z","dependency_job_id":null,"html_url":"https://github.com/mfa/rowing-count","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mfa%2Frowing-count","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mfa%2Frowing-count/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mfa%2Frowing-count/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mfa%2Frowing-count/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mfa","download_url":"https://codeload.github.com/mfa/rowing-count/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246716762,"owners_count":20822516,"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":"2024-12-14T14:28:27.655Z","updated_at":"2025-04-01T21:43:20.505Z","avatar_url":"https://github.com/mfa.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# count rowing of my rowing machine\n\n## about\n\nUse raspberry pi zero W applied to a Hanseatic Rowing Machine using cable ties.\n\nBlogpost: https://madflex.de/posts/count-rows-on-an-old-rowing-machine/\n\n## sensor\n\n- currently supported: MMA7455\n- https://www.nxp.com/docs/en/data-sheet/MMA7455L.pdf\n\n## requirements\n\n### python packages\n\n- smbus\n- click\n- scipy / numpy\n- gpiozero\n\n### raspios (bookworm)\n\nactivate i2c in raspi-config\n\n```\nsudo apt install i2c-tools virtualenv\nvirtualenv venv\n. venv/bin/activate\npip install click scipy gpiozero smbus\n```\n\n## evaluate\n\nstopping sensor and evaluate the last csv file\n\nadd this to .bashrc:\n```\nalias stp=\"sudo systemctl stop rowcount; (cd ~; /home/pi/venv/bin/python evaluate.py)\"\n```\nand then after the workout run ``stp`` to get the result.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmfa%2Frowing-count","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmfa%2Frowing-count","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmfa%2Frowing-count/lists"}