分享下在图形界面下如何配置蓝牙设备
1.连接蓝牙适配到Rpi板子usb上,安装相关蓝牙服务器和驱动
lsusb
查看设备是不是被发现
pi@RaspberryPi ~ $ lsusb
Bus 001 Device 002: ID 0424:9512 Standard Microsystems Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp.
Bus 001 Device 005: ID 0a5c:2039 Broadcom Corp. BCM2045 Bluetooth
Bus 001 Device 004: ID 1a2c:0021
切换成root权限
sudo su
安装
apt-get install bluetooth bluez-utils bluez-compat blueman
启动蓝牙服务
service bluetooth status
root@raspberrypi:/home/pi# service bluetooth status
[ ok ] bluetooth is running.
正常的话应该是
[ ok ] bluetooth is running.
切换到图形界面
startx
在蓝牙图标右击
单击setup new Device
双击蓝牙图标看到连接设备
将设备成信任,下次进入系统后会自动匹配关联设备
相关文章:
- [转]树莓派4B+ Ubuntu arm64蓝牙连接 2021-12-04
- Ubuntu14.04 蓝牙适配器的连接 2021-09-07
- 用树莓派玩转蓝牙 2021-11-30
- 树莓派3B匹配蓝牙音箱 2021-12-14
- 15.2 连接蓝牙设备 2021-11-27
- 树莓派(Raspberry Pi 4)开启和连接蓝牙 2021-06-19
- 树莓派(Raspberry Pi 3)开启和连接蓝牙 2021-09-30