Ekene Oduah
Ekene Oduah
That's what I was doing at first, but it wasn't working. I forgot to mention that the above code block gets executed server-side on the meteor framework so i wasn't...
I figured that also, but using this code below doesn't work either. I'll just continue to investigate ``` var sphero = require("sphero"), ollie = sphero("e7:40:98:2a:20:8d"); // change BLE address accordingly...
So i'm running it on osx/el capitan, meteor 1.2.1 which is based on node 0.10.40
No that's fine. Basically, I pull all npm packages needed by the meteor project with the code below: ``` javascript Npm.depends({ noble: '1.2.1', sphero: '0.6.0', spheron: '0.0.3', cylon: '1.2.0', 'cylon-ble':...
hey @deadprogram sorry for the late reply. I did try that, briefly though. it didn't work but i havent tested yet, been super busy at work. I'll drop feedback soon