daydream-node
daydream-node copied to clipboard
Quick Node.js module to connect to the Daydream controller and receive all the data
Hi, I can connect to the controller, but I'm not receiving any notification? IE, I can see: "daydream controller notifications on" But mainCharacteristic.on("data") is never fired. I noticed on noble.js...
@charliegerard simple fix to make this library also work in browser (main issue was that web ble doesn't guarantee order of characteristics) example of it running with noble's web bluetooth...
The example doesn't work for me without this relative path; throws the following error: ``` daydream-node$ node examples/simple.js module.js:557 throw err; ^ Error: Cannot find module 'daydream-node' at Function.Module._resolveFilename (module.js:555:15)...