tigoe / BluetoothLE-Examples

BluetoothLE Examples of various platfoms
108 stars 44 forks source link

sensorTagSlideshow dependency on Mac OS X #4

Closed jeremy5189 closed 8 years ago

jeremy5189 commented 8 years ago

Hi, I was wondering how to install sensorTag/sensorTagSlideshow

since while conducting npm install, I get

npm ERR! notsup Unsupported platform for bluetooth-hci-socket@0.5.1: wanted {"os":"linux,android,win32","arch":"any"} (current: {"os":"darwin","arch":"x64"})
npm ERR! notsup Valid OS:    linux,android,win32
npm ERR! notsup Valid Arch:  any
npm ERR! notsup Actual OS:   darwin
npm ERR! notsup Actual Arch: x64

Is there any alternative bluetooth driver? thanks!

jeremy5189 commented 8 years ago

I found the solution, thanks

https://github.com/sandeepmistry/noble/issues/384