zhjblogs

树莓派需要重新配置一下蓝牙

升级安装蓝牙相关软件包

sudo apt-get update
sudo apt-get upgrade -y
sudo apt-get dist-upgrade -y
sudo apt-get install pi-bluetooth bluez bluez-firmware blueman

添加pi用户到蓝牙组

sudo usermod -G bluetooth -a pi

重启

sudo reboot

 

分类:

技术点:

相关文章:

  • 2021-12-14
  • 2021-12-04
  • 2021-12-14
  • 2022-12-23
  • 2021-07-29
  • 2021-09-30
  • 2021-06-19
  • 2022-12-23
猜你喜欢
  • 2021-12-04
  • 2021-05-02
  • 2021-12-04
  • 2021-12-04
  • 2021-09-03
  • 2021-12-04
  • 2021-12-04
相关资源
相似解决方案