Skip to content

A nodejs module for communicating with the Lego NXT Mindstorms brick using the direct commands over bluetooth.

Notifications You must be signed in to change notification settings

rwaldron/node-mindstorm-bt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

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

TODO

About

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

No packages published