forked from scottux/node-mindstorm-bt
-
Notifications
You must be signed in to change notification settings - Fork 0
albertosarullo/node-mindstorm-bt
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
# Mindstorms BlueTooth
Mindstorms bluetooth is a nodejs module to communicate with your mindstorm brick using the direct api over bluetooth.
## How to install:
npm install mindstorms_bluetooth
## How to use:
First setup your Lego Mindstoms NXT brick. It will create a serial port, get that name. On Mac OS X is it on the form: /dev/tty.NXT-DevB, or at least on my mac is it so.
Require it, initialize and use.
```js
var Nxt = require('mindstorms_bluetooth');
var nxt = new Nxt("/dev/tty.NXT-DevB");
nxt.play_tone(440, 1000);
```
# API:
Please see the nxt.js for now. I will create a better api documentation soon.
# Bigger example
TODOAbout
A nodejs module for communicating with the Lego NXT Mindstorms brick using the direct commands over bluetooth.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- JavaScript 100.0%