hybridgroup / cylon-intel-iot

Cylon adaptors for the Intel Edison & Galileo
http://cylonjs.com
Other
35 stars 9 forks source link

Not possible to programmatically pair with bluetooth device? #18

Closed rclai closed 9 years ago

rclai commented 9 years ago

In this guide: http://cylonjs.com/documentation/platforms/edison/

When it talks about the Bluetooth pairing, is it not possible to programmatically pair with a device instead of having to use bluetoothctl?

deadprogram commented 9 years ago

Hi @rclai

We have a command line tool called Gort (http://gort.io/) which can do this. It is currently being updated for BlueZ 5.x in the dev branch: https://github.com/hybridgroup/gort

I hope to have the new release completed by next week.

rclai commented 9 years ago

Oh cool thanks.