Skip to content

Instantly share code, notes, and snippets.

@csexton
Created July 17, 2014 20:02
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 csexton/0ae5dcdd4434120b0df4 to your computer and use it in GitHub Desktop.
Save csexton/0ae5dcdd4434120b0df4 to your computer and use it in GitHub Desktop.
var bleno = require('bleno');
var uuid = '2F234454-CF6D-4A0F-ADF2-F4911BA9FFA6';
var major = 0;
var minor = 0;
var measuredPower = -59
bleno.startAdvertisingIBeacon(uuid, major, minor, measuredPower, function(err){process.stdout.write(err);});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment