{"id":13343812,"url":"https://github.com/rckTom/smd-tape-cutter","last_synced_at":"2025-03-12T06:30:31.114Z","repository":{"id":176881670,"uuid":"347587900","full_name":"rckTom/smd-tape-cutter","owner":"rckTom","description":"A machine to cut smd tapes to specific lengths","archived":false,"fork":false,"pushed_at":"2021-03-14T14:54:23.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-24T16:49:26.288Z","etag":null,"topics":["cutter","electronics","smd","soldering","stepper","tape","zephyr","zephyr-rtos"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rckTom.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":"2021-03-14T08:57:13.000Z","updated_at":"2021-03-15T07:39:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"f2af6c00-533f-4ddf-93dc-baeb1d2d5c54","html_url":"https://github.com/rckTom/smd-tape-cutter","commit_stats":null,"previous_names":["rcktom/smd-tape-cutter"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rckTom%2Fsmd-tape-cutter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rckTom%2Fsmd-tape-cutter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rckTom%2Fsmd-tape-cutter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rckTom%2Fsmd-tape-cutter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rckTom","download_url":"https://codeload.github.com/rckTom/smd-tape-cutter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243171377,"owners_count":20247876,"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":["cutter","electronics","smd","soldering","stepper","tape","zephyr","zephyr-rtos"],"created_at":"2024-07-29T19:32:01.281Z","updated_at":"2025-03-12T06:30:31.094Z","avatar_url":"https://github.com/rckTom.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Firmware\n\nThe firmware is based on the zephyr rtos. The integrated shell over uart is used to control the machine.\n\n## Requirements\nA working zephyr environment version \u003e= v2.5 is required to build the firmware. ([Zephyr getting started](https://docs.zephyrproject.org/latest/getting_started/index.html))\n\n## Supported boards\n\nThe firmware should run on every board supported by zephyr that has gpio and uart support and is clocked fast enough. Tested on a nucleo_f303re board. \n\n## Configuration\n\nTo configure what pins control the stepper motors edit the stepper_config.overlay file.\n\n## Build and flash\n\n```\nwest build --board nucleo_f303re\nwest flash\n```\n\n## Usage\n\nTo use the machine connect to the interactive shell over the serial connection (use screen or putty for example).\n\nFor commands that require a stepper id the following mapping applies:\n- Stepper id 1: Cutter\n- Stepper id 2: Mover\n\n### Disable steppers\n\nTo disable all steppers, for example to load a new tape or position the knife manually, exeute:\n\n```\nhacker disable_steppers\n```\n\n### Knife\nTo manually lower or rise the knife execute\n```\nhacker knife knife_pos\n```\nknife_pos can either be \"up\" or \"down\"\n\n### Move\nThere are two move commands\n- `hacker move_rel stepper_id length` Move relative to current position\n- `hacker move_abs stepper_id position` Move to absolute position\n\n### Cutting jobs\nTo performe a cutting job execute \n```\nhacker hack length amount\n```\nLength is the number of holes every cut piece has. Amount is the number of pieces to cut. Make sure to properly set the cutting position prior to executing a job.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FrckTom%2Fsmd-tape-cutter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FrckTom%2Fsmd-tape-cutter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FrckTom%2Fsmd-tape-cutter/lists"}