Skip to content

Instantly share code, notes, and snippets.

@tamaxyo
Created November 24, 2014 15:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tamaxyo/c8a04f702c110beb7a0d to your computer and use it in GitHub Desktop.
Save tamaxyo/c8a04f702c110beb7a0d to your computer and use it in GitHub Desktop.
send bluetooth beacon from edison
var b = require('bleacon');
var uuid = "e2c56db5dffb48d2b060d0f5a71096e0";
var major = 0;
var minor = 0;
var power = -59;
b.startAdvertising(uuid, major, minor, power);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment