Skip to content

Simple example of using node-blink1 in Electron (w/ React)

License

Notifications You must be signed in to change notification settings

todbot/electron-blink1-toy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

electron-blink1-toy

A simple Electron app to experiment with node-blink1 & node-hid.

Assumes you have blink(1) device plugged in before running app.

To use:

yarn
yarn dev

To build the application:

yarn
yarn dist

screenshot

Note:

On certain OS + Electron version combinations, node-hid will need to be recompiled for Electron, so you will need C compiler installed.
This is not normally needed for Mac & Windows.

For more details on what you need, see: