raspberry pi의 bluetooth를 사용할 수있게 만들기
1110 단어 RaspberryPi블루투스
bluetooth
패키지를 인스톨.$ sudo apt-get install -y bluetooth
$ reboot
이것만으로는, 아래와 같은 에러가 된다.
$ bluetoothctl
[bluetooth]# scan on
no default controller available
Raspberry Pi
의 패키지인 pi-bluetooth
를 인스톨.$ sudo apt-get install -y pi-bluetooth
$ reboot
$ bluetoothctl
[NEW] Controller B8:27:EB:1E:79:92 raspberrypi [default]
[bluetooth]# scan on
Discovery started
[CHG] Controller B8:27:EB:1E:79:92 Discovering: yes
[NEW] Device 68:64:4B:29:84:F0 68-64-4B-29-84-F0
[NEW] Device 72:BE:DA:27:3C:AA 72-BE-DA-27-3C-AA
[CHG] Device 72:BE:DA:27:3C:AA RSSI: -79
[CHG] Device 68:64:4B:29:84:F0 RSSI: -60
[CHG] Device 68:64:4B:29:84:F0 RSSI: -69
BlueTooth GUI 설정 도구를 설치.
$ sudo apt-get install -y blueman
Menu => Preferences => Bluetooth Manager
로 부팅.Reference
이 문제에 관하여(raspberry pi의 bluetooth를 사용할 수있게 만들기), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/h-sakano/items/bffe4aafb8316659be8a텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)