Bluefruit LE not connectable from Intel Edison

Post here about your Arduino projects, get help - for Adafruit customers!

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
henryhbk
 
Posts: 32
Joined: Tue Apr 08, 2014 3:25 pm

Bluefruit LE not connectable from Intel Edison

Post by henryhbk »

So I am trying to connect from an intel edison to my blue fruit via BTLE. I can successfully connect via the adafruit iOS app and control my arduino script.

When I use the BTLE discovery command (bluetoothctl) on the edison it finds:

Code: Select all

[CHG] Device FB:35:27:A1:F3:F0 Name: Adafruit Bluefruit LE
[CHG] Device FB:35:27:A1:F3:F0 Alias: Adafruit Bluefruit LE
I then attempt to connect to it:

Code: Select all

root@edison:~# gatttool -b FB:35:27:A1:F3:F0 -I
[FB:35:27:A1:F3:F0][LE]> connect
Attempting to connect to FB:35:27:A1:F3:F0
Error: connect error: Connection refused (111)
Any ideas?
Attachments
the iOS
the iOS
IMG_4176.jpg (249.08 KiB) Viewed 283 times

Locked
Please be positive and constructive with your questions and comments.

Return to “Arduino”