摘要: sudo timeout -s SIGINT 5s hcitool -i hci0 lescan> file.tx http://www.cocoachina.com/articles/49480 阅读全文
posted @ 2021-11-02 21:34 xmydis 阅读(58) 评论(0) 推荐(0)
摘要: Set scan parameters failed: Input/output error 蓝牙 阅读全文
posted @ 2021-11-02 20:34 xmydis 阅读(409) 评论(0) 推荐(0)
摘要: #!/bin/sh #./test是c程序,该程序 返回0 ./test OP_MODE=$? echo $OP_MODE # $? 显示最后命令的退出状态。0表示没有错误,其他任何值表明有错误。 阅读全文
posted @ 2021-11-02 16:28 xmydis 阅读(37) 评论(0) 推荐(0)
摘要: 1、读:hdparm -t /dev/mmcblk12、写:dd if=/dev/zero of=/dev/mmcblk1 bs=16M count=30 oflag=direct 阅读全文
posted @ 2021-11-02 10:28 xmydis 阅读(77) 评论(0) 推荐(0)
摘要: https://www.runoob.com/linux/linux-comm-hdparm.html 阅读全文
posted @ 2021-11-02 10:27 xmydis 阅读(9) 评论(0) 推荐(0)
摘要: 蓝牙嗅探器 阅读全文
posted @ 2021-11-02 09:37 xmydis 阅读(61) 评论(0) 推荐(0)
摘要: 用户空间函数: int main(int argc,char** argv) { int fd; int val; fd=open("/dev/led",O_RDWR); if(fd<0) printf("can not open!\n"); while(1) { printf("please in 阅读全文
posted @ 2021-11-02 09:22 xmydis 阅读(38) 评论(0) 推荐(0)
摘要: https://github.com/NordicSemiconductor/Android-nRF-Connect/releases/download/v4.24.3/nRF.Connect.4.24.3.apk 阅读全文
posted @ 2021-11-02 08:48 xmydis 阅读(62) 评论(0) 推荐(0)
摘要: cat /sys/bus/cpu/devices/cpu0/cpufreq/scaling_cur_freq 阅读全文
posted @ 2021-11-02 08:47 xmydis 阅读(145) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/helloword4217/article/details/89281652 阅读全文
posted @ 2021-11-02 08:09 xmydis 阅读(23) 评论(0) 推荐(0)
摘要: https://www.bobcatminer.com/ 阅读全文
posted @ 2021-11-02 07:55 xmydis 阅读(53) 评论(0) 推荐(0)
摘要: unbuffer 命令 不支持 阅读全文
posted @ 2021-11-02 05:11 xmydis 阅读(50) 评论(0) 推荐(0)