You're sure it's a Bluetooth LE device? Could you try without the minInterval/maxInterval in there?
minInterval/maxInterval
You could try adding g.device.on('passkeyRequest', function() { ... }); and see if maybe the desk needs to be paired first or something like that?
g.device.on('passkeyRequest', function() { ... });
@Gordon started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
You're sure it's a Bluetooth LE device? Could you try without the
minInterval/maxInterval
in there?You could try adding
g.device.on('passkeyRequest', function() { ... });
and see if maybe the desk needs to be paired first or something like that?