大约有 7 项符合查询结果(耗时:0.0032秒) [XML]

https://bbs.tsingfun.com/thread-1383-1-1.html 

BLE(四)嗅探工具 - 创客硬件开发 - 清泛IT社区,为创新赋能!

...建立连接的蓝牙通信数据包的能力; 而淘宝购买的廉价CC2540开发板则作为最佳替补方案。 0x1 低功耗蓝牙SOC低功耗蓝牙推出以来,众多厂商根据标准规范实现了不同的解决方案,包括TI的CC2540\2541、北欧Nordic的nRF51822、CSR的1000\10...
https://bbs.tsingfun.com/thread-566-1-1.html 

ThreadXxx.cc:100: error: ‘::pthread_kill’ has not been declared - c+...

#include <pthread.h> #include <signal.h> 除了pthread.h外,还要引入signal.h头文件才行,解决。
https://bbs.tsingfun.com/thread-569-1-1.html 

XXX.cc:100: error: ‘::strerror’ has not been declared - c++1y / stl - 清泛IT社区,为创新赋能!

#include <string.h>  解决。
https://bbs.tsingfun.com/thread-2234-1-1.html 

代码块超过1.2w编译apk报错问题 - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

...大小是多少?https://community.appinventor.mi ... g-ai2-locally/61743accept: */* accept-encoding: gzip, deflate accept-language: zh-CN connection: keep-alive content-length: 1101630 content-type: text/x-gwt-rpc; charset=UTF-8 cookie: Hm_lvt_8d287b854d737bdc880e8ddeac1b309d=17398647...
https://bbs.tsingfun.com/thread-491-1-1.html 

Linux automake自动编译全攻略 - 脚本技术 - 清泛IT社区,为创新赋能!

...名称和版本号 AM_INIT_AUTOMAKE(test, 1.0.0) #检查编译器 AC_PROG_CC AC_PROG_LIBTOOL #输出Makefile文件 AC_CONFIG_FILES([         Makefile     lib/Makefile ]) AC_OUTPUT()复制代码 build.sh:(脚本说明了automake执行步骤及输出) ...
https://bbs.tsingfun.com/thread-1692-1-1.html 

BLE协议—广播和扫描 - 创客硬件开发 - 清泛IT社区,为创新赋能!

...进行连接后点对点通信。广播访问地址广播包:广播包Access Address 固定为0x8E89BED6,广播包只能在广播信道(channel)上传输,即只能在37/38/39信道上传输(注:从蓝牙5.0开始广播包可以在其它信道上传输)。广播包发送给附近所...
https://bbs.tsingfun.com/thread-1393-1-1.html 

【BLE技术内幕】BLE技术揭秘 - 创客硬件开发 - 清泛IT论坛,有思想、有深度

...:TI和Noridc,来深入了解低功耗蓝牙协议栈。下图是TI的CC26系列芯片协议栈结构图, 下图是Nordic的nRF52系列芯片的协议栈结构图。 4.2.1 控制器ControllerPhysical Layer,简称:PHY,物理层。PHY层用来指定BLE所用的无线频段,调制解...