Other Parts Discussed in Thread: CC2540 , CC2650 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/wireless-connectivity/bluetooth-group/bluetooth/f/bluetooth-forum/649858/cc2650-how-do-we-initiate-sending-1500-packets…
Other Parts Discussed in Thread: CC2541 , CC2543 , CC2540 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/wireless-connectivity/bluetooth-group/bluetooth/f/bluetooth-forum/580081/cc2541-information-page-flash-addresses…
Other Parts Discussed in Thread: CC2540 您好,我现在用cc2540实现一些通信功能。买的是TI的BLE的那个模块。电脑端用BTool和TI的BLE通信。BTool是通过串口读数据的,我想知道那些串口读进来的数据到底是什么。有没有关于这个串口通信的文档?或者BTool的开源代码。的问题
Other Parts Discussed in Thread: CC2640 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/wireless-connectivity/bluetooth-group/bluetooth/f/bluetooth-forum/710544/usb-dongle-capture-data-wrong 主题中讨论的其他器件: CC2640 尊敬的 TI…
Other Parts Discussed in Thread: CC2540 , CC2640 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/wireless-connectivity/bluetooth-group/bluetooth/f/bluetooth-forum/691505/cc2640r2f-pairing-issue-cc2640r2-based-ti-central…
Other Parts Discussed in Thread: CC2541 , CC2540 hi,大家好
我有一个疑问,现在我用smartrf05eb+cc2541,然后packet sniffer抓包,可是软件上检测不到设备,我想问的是packe sniffer能抓cc2541的包么?手册上面写的
Protocol Version Capture device Can be used…
Other Parts Discussed in Thread: CC2540 我在BLE协议栈中定义一个数组,这个数组的长度为255字节,存储到一定数量之后我想一下输出来,但是由于CC2540的发送缓存为128B,无法将数据发送出来智能发送前128个字节,哪位有好的方法是实现这个功能?
程序大致是如下所示,只能发送128个‘-’。
for(uint16 i=0;i<255;i++)
{
HalUARTWrite(0,"-",1);
}…
// max allowed sleep time in ms
// Note: When OSAL timer was updated to 32 bits, the call to halSleep was
// changed to take a 32-bit osal_timeout value. But since the CC2540
// previously used a 16 bit ll_McuPrecisionCount, halSleep was modified
// to…