{"id":19129263,"url":"https://github.com/dstechlabs/arduino-motion-control","last_synced_at":"2025-08-10T08:35:25.064Z","repository":{"id":243275997,"uuid":"62080433","full_name":"DSTechLabs/Arduino-Motion-Control","owner":"DSTechLabs","description":"Operate any stepper motor robot or CNC machine using simple Arduino Nano boards.","archived":false,"fork":false,"pushed_at":"2016-07-14T19:37:47.000Z","size":556,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-22T16:17:06.642Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/DSTechLabs.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-06-27T18:58:01.000Z","updated_at":"2021-10-02T15:25:31.000Z","dependencies_parsed_at":"2024-06-07T19:14:30.729Z","dependency_job_id":"8adfb569-02e5-4a3b-850c-eee7134b7952","html_url":"https://github.com/DSTechLabs/Arduino-Motion-Control","commit_stats":null,"previous_names":["dstechlabs/arduino-motion-control"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DSTechLabs/Arduino-Motion-Control","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DSTechLabs%2FArduino-Motion-Control","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DSTechLabs%2FArduino-Motion-Control/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DSTechLabs%2FArduino-Motion-Control/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DSTechLabs%2FArduino-Motion-Control/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DSTechLabs","download_url":"https://codeload.github.com/DSTechLabs/Arduino-Motion-Control/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DSTechLabs%2FArduino-Motion-Control/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269697663,"owners_count":24461130,"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","status":"online","status_checked_at":"2025-08-10T02:00:08.965Z","response_time":71,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-11-09T06:06:58.713Z","updated_at":"2025-08-10T08:35:25.015Z","avatar_url":"https://github.com/DSTechLabs.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Arduino-Motion-Control\nOperate any stepper motor robot or CNC machine using simple Arduino Nano boards.\n\nThis repository shows a method for operating complex stepper motor machinery, such as an industrial robot arm or CNC machine.  There are three layers of code involved:\n\nThe bottom layer is the Arduino firmware that runs a single stepper motor using simple serial commands.  This firmware runs on each of the Arduino boards so they do not interfere with each other. (see the StepperMotorController folder)\n\nThe middle layer is the BotServer or CNCServer.  It is a Node.JS application that serves two roles.  1) It uses node-serialport to connect with and process messages to/from the Arduino Nanos.  2) It uses Express and Socket.io to \"serve\" a website to the end user with Web-Socket messaging. (see the BotServer folder)\n\nThe top layer is the website served by the BotServer or CNCServer node app.  It is the complete Motion Control application and interface to the end user.  It communicates with the BotServer by web-socket, so the user actually has a \"chat session\" with his robot or CNC machine.  Think of the popular CNC software MACH 3/4 as being a web app, so the user can operate the machinery remotely, if need be. (see the BotClient folder)\n\n---------------------------------------------\n  UPDATE - 7/14/2016\n---------------------------------------------\nI have generalized the BotClient and BotServer into a \"NodeBot Server Platform\".  See the 'NodeBot Server Platform' repo!\nUse it to control your NodeBot on any device with a browser!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdstechlabs%2Farduino-motion-control","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdstechlabs%2Farduino-motion-control","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdstechlabs%2Farduino-motion-control/lists"}