{"id":13583651,"url":"https://github.com/todbot/Blink1Control2","last_synced_at":"2025-04-06T21:32:45.319Z","repository":{"id":40499938,"uuid":"42418729","full_name":"todbot/Blink1Control2","owner":"todbot","description":"Blink1Control GUI to control blink(1) USB RGB LED devices.","archived":false,"fork":false,"pushed_at":"2024-08-26T00:53:21.000Z","size":11336,"stargazers_count":154,"open_issues_count":78,"forks_count":24,"subscribers_count":23,"default_branch":"main-es5","last_synced_at":"2024-10-29T18:08:31.007Z","etag":null,"topics":["blink1","electron","nodejs","react","usb","usb-hid"],"latest_commit_sha":null,"homepage":"http://blink1.thingm.com/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","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","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":"2015-09-14T00:45:55.000Z","updated_at":"2024-08-26T00:53:24.000Z","dependencies_parsed_at":"2024-09-25T01:51:13.119Z","dependency_job_id":"367da035-3c31-4175-8ea1-ad8f3bf8b798","html_url":"https://github.com/todbot/Blink1Control2","commit_stats":null,"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/todbot%2FBlink1Control2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/todbot%2FBlink1Control2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/todbot%2FBlink1Control2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/todbot%2FBlink1Control2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/todbot","download_url":"https://codeload.github.com/todbot/Blink1Control2/tar.gz/refs/heads/main-es5","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223150742,"owners_count":17095959,"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":["blink1","electron","nodejs","react","usb","usb-hid"],"created_at":"2024-08-01T15:03:40.603Z","updated_at":"2024-11-06T00:30:32.541Z","avatar_url":"https://github.com/todbot.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# Blink1Control2\n\nBlink1Control is the desktop application for controlling and hooking events to blink(1). It is the primary user-level application for controlling blink(1). It is an event-based system for triggering blink(1) color patterns. Those events can be on your computer or on the Net.\n\nBlink1Control2 is the current version, written in Electron, Node.js, and React.\n\n\u003cimg src=\"./docs/blink1control2-screenshot1.png\" width=\"425\"\u003e\u003cimg src=\"./docs/blink1control2-screenshot2.png\" width=\"425\"\u003e\n\n\n### Downloads\nThere are pre-built app downloads for Mac OS X, Windows, Linux, and Raspberry Pi in the [releases area](https://github.com/todbot/Blink1Control2/releases).\n\n* [Download for Mac, Windows, Linux x86, and RaspberryPi](https://github.com/todbot/Blink1Control2/releases)\n\n### Setup steps (for development)\n\nYou will need a working C compiler setup for Node projects.\nYou can find details for that here:\nhttps://github.com/node-hid/node-hid#compiling-from-source\n\nStart a hot-reloading content server and the application:\n```\nnpm install\nnpm run watch \u0026\nnpm run startdev\n```\n\nOr to emulate a production run:\n```\nnpm install        # installs all dependencies locally\nnpm run webpack    # packs app, there will be some warnings, ignore\nnpm run start      # starts the packaged app\nnpm run dist:draft # create relocatable app and installer(s), in \"dist\" dir\n```\n\n#### Linux:\n\nInstall udev rules file in `/etc/udev/rules.d/51-blink1.rules` with contents:\n```\nSUBSYSTEM==\"input\", GROUP=\"input\", MODE=\"0666\"\nSUBSYSTEM==\"usb\", ATTRS{idVendor}==\"27b8\", ATTRS{idProduct}==\"01ed\", MODE:=\"666\", GROUP=\"plugdev\"\nKERNEL==\"hidraw*\", ATTRS{idVendor}==\"27b8\", ATTRS{idProduct}==\"01ed\", MODE=\"0666\", GROUP=\"plugdev\"\n```\nAnd install the rules with:\n```\nsudo udevadm control --reload-rules\n```\nThen unplug and replug the blink(1) device.\n\nInstall the following pre-requisites:\n\n```sh\nsudo apt install pkg-config libgnome-keyring-dev icnsutils xz-utils rpm bsdtar libusb-1.0-0-dev libudev-dev\n```\n\n(see: https://github.com/electron-userland/electron-builder/issues/1407)\n\n#### Raspberry Pi\n\nAs above for Linux, with a bit extra:\n\n```sh\nsudo apt install --no-install-recommends -y ruby-full bsdtar rpm libopenjp2-tools\nsudo gem install fpm -v 1.10.1\nexport USE_SYSTEM_FPM=\"true\"\nnpm install\nnpm run dist:raspi\n```\n\n### Other info\n- [Publishing.md](Publishing.md) for info on publishing binaries\n- [NOTES.md](NOTES.md) for random behind-the-scenes thoughts\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftodbot%2FBlink1Control2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftodbot%2FBlink1Control2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftodbot%2FBlink1Control2/lists"}