随笔分类 -  Bluez

摘要:1 查看是否已安装 mesh-cfgclient mesh-cfgclient -v 2 关闭bluetooth 启动bluetooth-meshd 因为PB-ADV配网需要占用全部蓝牙窗口,所以需要关闭底层bluetooth 如果你是使用蓝牙鼠标和键盘,那就惨了,暂时不能控制,测试完成之后记得重新 阅读全文
posted @ 2022-07-01 17:25 Triple-Jay 阅读(505) 评论(0) 推荐(0)
摘要:1. 编译安装 meshctl 在原先bluez的工程下 ./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc --localstatedir=/var --enable-mesh make -j8 有时候会出现以下错 阅读全文
posted @ 2022-06-30 21:28 Triple-Jay 阅读(833) 评论(0) 推荐(0)
摘要:1 setup bluetooth service Start the bluetooth service and enable automatic startup, assuming you're using systemd as the init daemon: sudo systemctl s 阅读全文
posted @ 2022-06-29 21:31 Triple-Jay 阅读(239) 评论(0) 推荐(0)
摘要:Download and Install extracted it and built it: xz -d bluez-5.64.tar.xz tar -xvf bluez-5.64.tarcd bluez-5.64 **Read the README! **It lists the depende 阅读全文
posted @ 2022-06-29 18:18 Triple-Jay 阅读(442) 评论(0) 推荐(0)