{"id":20995414,"url":"https://github.com/todbot/blink1-java","last_synced_at":"2026-03-09T11:05:22.999Z","repository":{"id":56609851,"uuid":"129535587","full_name":"todbot/blink1-java","owner":"todbot","description":"blink(1) Java / Processing library","archived":false,"fork":false,"pushed_at":"2024-04-02T18:41:22.000Z","size":4686,"stargazers_count":7,"open_issues_count":3,"forks_count":6,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-12-28T18:48:48.069Z","etag":null,"topics":["blink1","hacktoberfest","hacktoberfest2020","hid","java","usb"],"latest_commit_sha":null,"homepage":"https://blink1.thingm.com/","language":"Processing","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/todbot.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2018-04-14T16:40:18.000Z","updated_at":"2025-05-31T03:53:30.000Z","dependencies_parsed_at":"2025-07-20T05:38:36.861Z","dependency_job_id":"96e9b375-3f6c-426a-aaf8-f3ae831dcf43","html_url":"https://github.com/todbot/blink1-java","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/todbot/blink1-java","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/todbot%2Fblink1-java","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/todbot%2Fblink1-java/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/todbot%2Fblink1-java/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/todbot%2Fblink1-java/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/todbot","download_url":"https://codeload.github.com/todbot/blink1-java/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/todbot%2Fblink1-java/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30291856,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T02:57:19.223Z","status":"ssl_error","status_checked_at":"2026-03-09T02:56:26.373Z","response_time":61,"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":["blink1","hacktoberfest","hacktoberfest2020","hid","java","usb"],"created_at":"2024-11-19T07:23:44.309Z","updated_at":"2026-03-09T11:05:22.960Z","avatar_url":"https://github.com/todbot.png","language":"Processing","funding_links":[],"categories":[],"sub_categories":[],"readme":"Java Library for blink(1)\n-------------------------\n\n### Build\n\n```\n./mvnw clean install\n```\n\nThis builds a fat jar in: `blink1-library/target/blink1-library-jar-with-dependencies.jar`\n\n### Java Examples\n\nExamples that use the library can be found in the blink1-examples module\n\nyou can run an example from the command line (after building) with:\n\n```\n./run-example.sh Example\u003cn\u003e\n```\n\n(where `\u003cn\u003e` is: 0, 1, 2 or 3)\n\nex:\n\n```\n./run-example.sh Example0\nLooking for blink(1) devices...\nblink(1)s found:\ni:0  serial:37ec9b94\n```\n\nThere's also a basic program to turn off the blink1 or set it to a specific RGB value:\n\n```\n./run-example.sh OnOffColor\nTurning off blink1.\n```\n\n```\n./run-example.sh OnOffColor 255 0 0\nSetting R(255)G(0)B(0) on blink1\n```\n\n```\n./run-example.sh OnOffColor 255 bad 255\nOne or more of the rgb params is not a number between 0 and 255: r(255), g(bad), b(255)\n```\n\n### Processing Examples\n\nThe Processing IDE can be downloaded and installed from [here](https://processing.org/download/).\n\nWhen you build the project, the blink(1) library is organized for use with Processing.\n\nSimply move the `blink1-processing-examples/target/Blink1` folder to the Processing sketch libraries folder.\n\nBy default, the Processing sketch libraries folder can be found at: `~/Documents/Processing/libraries`\n\nHere's an example of how you would get set up to run the Processing examples:\n\n```bash\nmv blink1-processing-examples/target/Blink1 ~/Documents/Processing/libraries\n```  \n\nOnce the blink(1) library is in the right place for the Processing IDE, you can open any of the examples found in the\n`blink1-processing-examples` folder.\n\nYou can verify that the blink(1) library is properly set up for the Processing IDE by navigating to: \n**Sketch \u003e Import Library... \u003e** and you'll see: `Blink1` under **Contributed**.\n\n![Blink1](Blink1.png)\n\nIf you don't see the above in your own instance of the Processing IDE, make sure that the `Blink1` folder from\n`blink1-processing-examples/target` has been copied to the correct location. You can verify where your Processing\nIDE sketches location is on your local machine by locating the `Sketchbook location` setting in the preferences pane.\n\n![Blink1 preferences](processing_preferences.png)\n\n**NOTE:** If the Processing IDE was already running before you moved the `Blink1` folder over to the `libraries` folder,\nyou should exit and restart the Processing IDE.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftodbot%2Fblink1-java","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftodbot%2Fblink1-java","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftodbot%2Fblink1-java/lists"}