微波EDA网,见证研发工程师的成长!
首页 > 研发问答 > 无线和射频 > TI蓝牙设计交流 > TI BLE stack相关资源,持续跟新,大部分应用情况请先在此寻找。

TI BLE stack相关资源,持续跟新,大部分应用情况请先在此寻找。

时间:10-02 整理:3721RD 点击:

http://processors.wiki.ti.com/index.php/Category:BluetoothLE

 

串口激活睡眠相关应用,参考代码

processors.wiki.ti.com/.../LPRF_BLE_HostTestPM

类似串口透传

processors.wiki.ti.com/.../LPRF_BLE_SerialApp

BLE产品测试

processors.wiki.ti.com/.../PTM

关于蓝牙认证

BT SIG requires all products that use Bluetooth technology to have an End Product Listing (EPL). For HW, it is recommended that they use a BT 4.0 tester to verify that the RF performance of the device is good. Anritsu, Agilent, and Rohde & Schwarz all have testers available that can be used for this. To do use one of these testers, they can load the hex file "CC2540_SmartRF_HostTestRelease_All.hex" on the CC2540. Set the baud rate to 115200 with HW flow control and use the following pins for UART:

Rx        P0.2

Tx         P0.3

CTS      P0.4

RTS      P0.5

As far as software goes, if the customer is using the TI stack then they do not need to go through the full testing process since our stack has already been qualified. When they create their EPL with BT SIG, they can reference the following listings:

B016552 - TI CC254x Controller Subsystem

B017183 - TI CC254x Host Subsystem

If they are using one of our certified profiles, they can reference one of the following listings:

B019095 - TI CC254x Profile Subsystem

沉得太快,只看不回的居多啊。。。

processors.wiki.ti.com/.../CC2540_Data_Throughput

回帖是美德……

HI Yue TANG

是否有关于AD序列转换 的例程……

3q

Yur Tang:

这个资源压缩文件我下载下来,提示解压失败,文件格式损坏,能发送一份正常的文件给我吗?  tyler3180@163.com

谢谢!

串口激活睡眠相关应用,参考代码

processors.wiki.ti.com/.../LPRF_BLE_HostTestPM

文件格式损坏

问题解决了,参考代码使用迅雷下载可能会损坏。使用浏览器下载就好了。

up

QDID = Qualified Design ID

QDID for BLE 2540:

www.bluetooth.org/.../QLI_ObtainQDID.cfm

host B017183

controller B016552

profiles B018424

CC2540\41 QDID 问题

we have certified the Controller, Host and profiles as sub-systems.

The latest profile sub-system qualification is here: www.bluetooth.org/.../QLI_viewQDL.cfm,

the Host sub-system is here: www.bluetooth.org/.../QLI_viewQDL.cfm,

and the Controller sub-system is here: www.bluetooth.org/.../QLI_viewQDL.cfm.

The quickest way to see everything is to go into advanced search on the Bluetooth.org qualified listing section, and then select Texas Instruments as the company and Bluetooth 4.0 as the Spec Name.

BLE 架构,对编程有帮助

www.deyisupport.com/.../handouts_5F00_WSNs_5F00_BT_2D00_LE.pdf

BLE 架构,对编程有一定帮助

BLE 架构,对写程序有帮助

太好了,在学习这部分的知识呢

看过,理解不是很深,先顶顶

BLE深度培训文档

www.deyisupport.com/.../13244.aspx

想问一下,目前有用CC2540通过BQB&CE认证的无线模块吗?  双面板,PCB天线。我们准备去认证了。谢谢!

这个贴太好了!

你好,我想问一下SimpleBLEPeripheral、SimpleBLEObserver、SimpleBLECentral、SimpleBLEBroadcaster这几个工程,是不是设备在GAP中可能的工作状态Peripheral、Observer、Central、Broadcaster的举例啊?如果我要让两个设备连接起来,并且可以连接,是不是在SimpleBLECentral、SimpleBLEPeripheral的基础上修改啊,谢谢!对这几个工程很混乱,特别是HostTestApp,这个作为一个central设备,可是为什么跟SimpleBLECentral的参数设置区别很大呢?

为什么下载下来里面的内容不全呢?有错误

Error[e12]: Unable to open file 'C:\Texas Instruments\BLE-CC254x-1.3\Projects\ble\Libraries\CC2540DB\bin\CC2540_ble_single_chip_peri.lib'

谢谢

看了,还只能明白个大概,二次开发,还是没有框架

非常好的帖子。顶起来。

编译错误,很多错误。文件都不全

什么编译错误?可以单独发帖

[Su007]: Unable to open the command file "C:\HostTestRelease_PM\Projects\ble\HostTestApp_PM\CC2540\..\..\config\buildComponents.cfg"
Error while running C/C++ Compiler

这个例程代码在哪里下啊?

SerialApp2.zip下载不下来。

入门教程适合看什么?不理解整个蓝牙的架构

http://www.deyisupport.com/question_answer/analog/wireless_connectivity/f/45/t/13244.aspx

仔细看,尽管这是英文。

另外可以看miniDK的用户手册,按照手册做一遍实验,相信你会有不错的了解。

各位大侠好,

在开发CC2540的过程中遇到了以下问题,希望各位大侠不吝赐教:

首先我会利用CC2540的串口接收2K左右的数据,然后在performPeriodicTask()中周期性的调用GATT_Notification()发出去,

每次只发3个包,接收端利用BTool查看发送的情况,发现发送到150 Byte后,就不再发送了。

GAPROLE_MIN_CONN_INTERVAL和GAPROLE_MAX_CONN_INTERVAL均设为20ms,performPeriodicTask()的周期也是20ms。

希望各位大侠不吝赐教,谢谢帮忙。

《BLE深度培训文档》,找不到帖子。

http://e2e.ti.com/support/low_power_rf/m/videos__files/653593.aspx

可以到这里找。

今天才发现这个帖子,很有用,感谢整理和分享。

新资源

http://www.eefocus.com/bbs/article_102_559710_z.html

TI什么时候能出蓝牙4.1版本的协议栈啊?很期待!

此贴必顶

请问这个问题你是怎么解决的啊?我编译时也出现了这个问题。。。

good good。

能不能再没有数据要发送的时候,将connection interval设定在1S,

当有数据发送时,再将其设为20ms;

如果一直设为20ms,会影响CPU做其他的事情;

还有我设定slave LATENCY为200,connection interval为20ms,用sniffer抓包发现还是每个100ms左右就会有

connection event出现。

能不能动态的修改connection interval?

您好!请问为甚么:我是在simpleperipheral工程基础上做修改的,在注释掉power_saving时,我的程序就卡在LL_Init了。其他模块如lcd,led都无法正常工作了。我在社区里看到其他人也遇到此类情况。望回复,谢谢!

可以在以下链接下载SerialApp2.zip :   http://processors.wiki.ti.com/index.php/File:SerialApp2.zip

您好,怎么都打不开了呢?

还有那个“深度培训文档”的帖子。

请帮忙,非常感谢!

给你回  是必须的啊 

nice!

为什么编译不成功,从主两个工程分别缺少CC2541_ble_single_chip_peri.lib与CC2541_ble_single_chip_cent.lib文件,请问如何解决?谢谢!等待您的解答

通俗易懂!简明扼要!谢谢楼主分享!

这个连接怎么打不卡?望楼主跟进一个可用连接!

http://processors.wiki.ti.com/index.php/Category:BluetoothLE 

哪个链接,不清楚,你到上面的link里找吧,都在那里

这个贴太好了

@TY,

请问2564的cts/rts是那些接口?

谢谢。

有一点我不明白,如果做山寨出货的话,还需要相关认证吗,不认证好像也没有什么功能性的问题呀

不认证,不能打蓝牙的logo

请问有没有实现NAP(Networks Access point)的例程啊?

顶一下   。。。。。。。

正好需要,实在多谢。

Now I need to use a BlueTooth module to passthrough data at rate of 100KByte/s, But several BT modules i find just only only surport a rate up to 4KB/s. Does you  have any idea that what limit the transport rate.

Thank you

Copyright © 2017-2020 微波EDA网 版权所有

网站地图

Top