Skip to content

Automatically returns the address of your Sphero BB-8 Droid

License

Notifications You must be signed in to change notification settings

foliveira/bbeight-discovery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code Climate Build Status
NPM

Install

npm install bbeight-discovery

bbeight-discovery

This module allows you to discover your Sphero BB-8 droid address using your device Bluetooth LE adaptor.

How?

var discovery = require('bbeight-discovery')(theDroidYouReLookingFor);

function theDroidYouReLookingFor(droid) {
  console.log(droid.address); //'ca:28:c6:48:cf:26'
}

Hey, did you found an issue?

The best way to get in touch is using the GitHub issues section.
If you can't find someone with the problem you are facing open a new issue and let me know.
If you manage to find a solution for your problem, you can submit a new PR :)

License

MIT

About

Automatically returns the address of your Sphero BB-8 Droid

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published