An open API service indexing awesome lists of open source software.

https://github.com/friedrith/tracky-driver

Driver to communicate with tracky from computer
https://github.com/friedrith/tracky-driver

Last synced: 3 months ago
JSON representation

Driver to communicate with tracky from computer

Awesome Lists containing this project

README

          

# tracky-driver
Driver to communicate with a tracky dice from a computer.

```bash
$ npm install
$ npm run watch

# then on another terminal
$ npm start
```

* [Serial port node](http://danialk.github.io/blog/2014/04/12/arduino-and-nodejs-communication-with-serial-ports/)
* [serialport npm](https://www.npmjs.com/package/serialport)