{"id":23120222,"url":"https://github.com/rehankarthikchandralal/bar-code-scanner-robot-with-error-correction-and-stack-machine","last_synced_at":"2026-05-16T13:32:31.171Z","repository":{"id":260830608,"uuid":"881365092","full_name":"rehankarthikchandralal/Bar-Code-Scanner-Robot-with-Error-Correction-and-Stack-Machine","owner":"rehankarthikchandralal","description":"Built a Bar Code scanning Robot with the help of LEGO Mindstorms EV3 set that could read an encoded Barcode, decode the barcode and display and speak out the final result.","archived":false,"fork":false,"pushed_at":"2025-01-14T11:44:28.000Z","size":497,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-06T10:41:09.377Z","etag":null,"topics":["embedded-systems","git","python"],"latest_commit_sha":null,"homepage":"","language":"Python","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/rehankarthikchandralal.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,"zenodo":null}},"created_at":"2024-10-31T12:33:59.000Z","updated_at":"2025-01-14T11:44:32.000Z","dependencies_parsed_at":"2024-11-02T22:18:38.100Z","dependency_job_id":"31e2a172-c264-484f-914d-f691ebc59fb9","html_url":"https://github.com/rehankarthikchandralal/Bar-Code-Scanner-Robot-with-Error-Correction-and-Stack-Machine","commit_stats":null,"previous_names":["rehankarthikchandralal/bar-code-scanner-robot-with-error-correction-and-stack-machine"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rehankarthikchandralal/Bar-Code-Scanner-Robot-with-Error-Correction-and-Stack-Machine","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rehankarthikchandralal%2FBar-Code-Scanner-Robot-with-Error-Correction-and-Stack-Machine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rehankarthikchandralal%2FBar-Code-Scanner-Robot-with-Error-Correction-and-Stack-Machine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rehankarthikchandralal%2FBar-Code-Scanner-Robot-with-Error-Correction-and-Stack-Machine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rehankarthikchandralal%2FBar-Code-Scanner-Robot-with-Error-Correction-and-Stack-Machine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rehankarthikchandralal","download_url":"https://codeload.github.com/rehankarthikchandralal/Bar-Code-Scanner-Robot-with-Error-Correction-and-Stack-Machine/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rehankarthikchandralal%2FBar-Code-Scanner-Robot-with-Error-Correction-and-Stack-Machine/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33104458,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T04:41:52.686Z","status":"ssl_error","status_checked_at":"2026-05-16T04:41:52.009Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["embedded-systems","git","python"],"created_at":"2024-12-17T06:09:30.515Z","updated_at":"2026-05-16T13:32:31.148Z","avatar_url":"https://github.com/rehankarthikchandralal.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LEGO Mindstorms EV3 Barcode Scanning Robot\n\n**Project Overview**\n\nThis project involved building a LEGO Mindstorms EV3 robot capable of:\n\n1. **Scanning Barcodes:** Precisely scanning individual barcodes on a sheet.\n2. **Decoding Barcodes:** Using Hamming Code logic to decode the scanned data.\n3. **Displaying and Speaking Results:** Audibly communicating the decoded information.\n4. **Scrolling Through Barcode Sheet:** Mechanically navigating to different barcode positions.\n\n**Technical Implementation**\n\n* **Hardware:**\n  - LEGO Mindstorms EV3 Core Set\n  - Motors for movement and barcode scanning\n  - Sensors for  barcode detection\n* **Software:**\n  -  Python with appropriate libraries\n  - Hamming Code implementation\n  - Stack Machine for instruction/operand execution\n* **Version Control:** GitLab\n\n**Workflow**\n\n1. **Barcode Scanning:**\n   - Robot precisely positions itself over a barcode using motor control.\n   - Barcode sensor captures the image.\n2. **Decoding:**\n   - Captured image is processed to extract raw data.\n   - Hamming Code is applied to correct errors and extract the original data.\n3. **Result Processing:**\n   - Decoded data is interpreted as a sequence of instructions or characters.\n   - A stack machine executes these instructions or displays/speaks the characters.\n4. **Scrolling:**\n   - Motors are controlled to move the robot to the next barcode position.\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frehankarthikchandralal%2Fbar-code-scanner-robot-with-error-correction-and-stack-machine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frehankarthikchandralal%2Fbar-code-scanner-robot-with-error-correction-and-stack-machine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frehankarthikchandralal%2Fbar-code-scanner-robot-with-error-correction-and-stack-machine/lists"}