don/node-eddystone-beacon

Advertisement hardcoded to 100ms ?

Closed this issue · 2 comments

natcl commented

Is there a reason why the advertisement is harcoded to 100ms ?
For our usage we need to send data faster than that.

Thanks !

@natcl this is because bleno has a fixed interval on 100ms.

OS X does not allow you to control the advertising interval, so a compromise was to fix it to 100ms for all platforms.

natcl commented

Thanks, was able to change the Advertising interval using this:

sudo BLENO_ADVERTISING_INTERVAL=500 node <your file>.js