gpt4 book ai didi

bluetooth - 如何使用 gatttool 非交互模式

转载 作者:行者123 更新时间:2023-12-01 00:54:04 26 4
gpt4 key购买 nike

我要写gatttool在非交互模式下。

$ sudo gatttool -i hci0 -b 78:A5:04:44:0A:57 -I
[78:A5:04:44:0A:57][LE]> connect
Attempting to connect to 78:A5:04:44:0A:57
Connection successful
[78:A5:04:44:0A:57][LE]> char-write-cmd 0x0025 ff

我正在改变使用蓝牙的光的颜色。

使用非交互模式的等价物是什么?
我试过这样,但它不会改变光的颜色,我必须使用 ctrl+c 来阻止它。 .根本没有消息。
sudo gatttool -i hci0 -b 78:A5:04:44:0A:57 --char-write -a 0x0025 -n ff

我该如何编写命令?

环境:

我正在使用 Raspberry PiRasbian .

最佳答案

选项不是 --char-write但是一个 --char-write-req .

总命令必须是:

sudo gatttool -i hci0 -b 78:A5:04:44:0A:57 --char-write-req -a 0x0025 -n ff

关于bluetooth - 如何使用 gatttool 非交互模式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29326597/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com