Skip to content

Instantly share code, notes, and snippets.

@bright23
Created November 30, 2016 01:50
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 bright23/b7d0b917b34029363f7699c77566d01d to your computer and use it in GitHub Desktop.
Save bright23/b7d0b917b34029363f7699c77566d01d to your computer and use it in GitHub Desktop.
Bleacon = require('bleacon');
//uuidgenで生成したID(ハイフン除く)を記述する
var uuid = 'C6094E809AE04186A2288EC79D7DA8B0';
var major = 0;
var minor = 0;
var measuredPower = -59;
Bleacon.startAdvertising(uuid,major,minor,
measuredPower);
console.log('ble running ....')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment