Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://todbot.github.io/blink1-webhid/
https://todbot.github.io/blink1-webhid/
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://todbot.github.io/blink1-webhid/
- Owner: todbot
- License: apache-2.0
- Created: 2019-10-21T00:56:10.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-23T01:27:21.000Z (over 3 years ago)
- Last Synced: 2024-08-02T06:13:47.348Z (4 months ago)
- Language: JavaScript
- Size: 33.2 KB
- Stars: 4
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-webhid - todbot/blink1-webhid - using the blink(1). (Demos, experiments & hacks / Candidates)
README
# blink1-webhid
Example of using Chrome's WebHID to talk to [blink(1) USB RGB LED notification lights](https://blink1.thingm.com/).
For more details on WebHID, see [Awesome WebHID list](https://github.com/robatwilliams/awesome-webhid)
Visit this page's published URL to run these examples:
[https://todbot.github.io/blink1-webhid](https://todbot.github.io/blink1-webhid)To see the source visit: [https://github.com/todbot/blink1-webhid](https://github.com/todbot/blink1-webhid)
List of examples:
* [blink1-demo-simplest](./blink1-demo-simplest/) -- bare-bones example of lighting a blink(1)
* [blink1-demo-party](./blink1-demo-party/) -- slightly more complex example
* [blink1-demo-colorpicker](./blink1-demo-colorpicker/) -- color picker with fast updates to blink(1)Pre-requisites for these examples, you will need:
* blink(1) USB LED
* Chrome 78+ (currently in beta)
* Visit `chrome://flags/#enable-experimental-web-platform-features`
and "Enable the Experiment Web Platform Features"
* Relaunch Chrome
* Visit this page: [https://todbot.github.io/blink1-webhid](https://todbot.github.io/blink1-webhid)