当试图通过蓝牙连接到Sphero (从Orbotix)时,在Raspbian Jessie上完全更新:
# bluetoothctl [bluetooth]# connect {sphero-mac-address} [CHG] Device {sphero-mac-address} Connected:yes [CHG] Device {sphero-mac-address} Connected:no
如您所见,连接失败。# rfcomm connect /dev/rfcomm0 {sphero-mac-address} Connected /dev/rfcomm0 to {sphero-mac-address} on channel 1连接成功,然后Sphero也出现在蓝牙and中。
我对bluetoothctl connect做了什么错事
发布于 2017-06-28 19:27:49
当我忘记在pulseaudio --start之前做bluetoothctl的时候,我对覆盆子pi 3也有同样的现象。
https://stackoverflow.com/questions/34152246
复制相似问题